Searched refs:vmGetString (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/boot/ficl/ |
| HD | testmain.c | 77 vmGetString(pVM, pFS, '\n'); in ficlChDir() 106 vmGetString(pVM, pFS, '\n'); in ficlSystem() 144 vmGetString(pVM, pFilename, '\n'); in ficlLoad()
|
| HD | vm.c | 269 char *vmGetString(FICL_VM *pVM, FICL_STRING *spDest, char delimiter) in vmGetString() function
|
| HD | words.c | 2599 vmGetString(pVM, sp, '\"'); in cstringQuoteIm() 2607 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in cstringQuoteIm() 2650 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in dotQuoteCoIm() 3463 vmGetString(pVM, sp, '\"'); in stringQuoteIm() 3470 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in stringQuoteIm()
|
| HD | ficl.h | 577 char * vmGetString (FICL_VM *pVM, FICL_STRING *spDest, char delimiter);
|