Searched defs:pText (Results 1 – 2 of 2) sorted by relevance
334 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()
210 const char *pText = ::fgets(&m_pCmdBuffer[0], m_constBufferSize, stdin); in ReadLine() local