Searched refs:pText (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/stand/ficl/ |
| H A D | ficl.c | 334 int ficlEvaluate(FICL_VM *pVM, char *pText) in ficlEvaluate() argument 339 returnValue = ficlExecC(pVM, pText, -1); in ficlEvaluate() 363 int ficlExec(FICL_VM *pVM, char *pText) in ficlExec() argument 365 return ficlExecC(pVM, pText, -1); in ficlExec() 368 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT size) in ficlExecC() argument 382 size = strlen(pText); in ficlExecC() 384 vmPushTib(pVM, pText, size, &saveTib); in ficlExecC()
|
| H A D | ficl.h | 943 int ficlEvaluate(FICL_VM *pVM, char *pText); 971 int ficlExec (FICL_VM *pVM, char *pText); 972 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT nChars);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnStreamStdin.cpp | 200 const char *pText = ::fgets(&m_pCmdBuffer[0], m_constBufferSize, stdin); in ReadLine() local 201 if (pText == nullptr) { in ReadLine() 227 return pText; in ReadLine()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 11866 const char *pText, int nText, /* Text to tokenize */ 12098 const char *pText, int nText,
|
| H A D | sqlite3.c | 13137 const char *pText, int nText, 207533 const char *pText, int nText, 211756 if( pText==0 ) return SQLITE_OK; 223856 const char *pText, int nText, 226228 const char *pText, int nText, 226247 while( is<nText && ((pText[is]&0x80)==0 && a[(int)pText[is]]==0) ){ 226254 while( ie<nText && ((pText[ie]&0x80) || a[(int)pText[ie]] ) ){ 226269 asciiFold(pFold, &pText[is], nByte); 226549 const char *pText, int nText, 226637 ie = zCsr - (unsigned char*)pText; [all …]
|