Home
last modified time | relevance | path

Searched defs:pText (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/boot/ficl/
HDficl.c334 int ficlEvaluate(FICL_VM *pVM, char *pText) in ficlEvaluate()
363 int ficlExec(FICL_VM *pVM, char *pText) in ficlExec()
368 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT size) in ficlExecC()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnStreamStdin.cpp210 const char *pText = ::fgets(&m_pCmdBuffer[0], m_constBufferSize, stdin); in ReadLine() local