Home
last modified time | relevance | path

Searched refs:vmGetString (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/boot/ficl/
HDtestmain.c77 vmGetString(pVM, pFS, '\n'); in ficlChDir()
106 vmGetString(pVM, pFS, '\n'); in ficlSystem()
144 vmGetString(pVM, pFilename, '\n'); in ficlLoad()
HDvm.c269 char *vmGetString(FICL_VM *pVM, FICL_STRING *spDest, char delimiter) in vmGetString() function
HDwords.c2599 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()
HDficl.h577 char * vmGetString (FICL_VM *pVM, FICL_STRING *spDest, char delimiter);