Searched refs:vmGetString (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/stand/ficl/ |
| H A D | testmain.c | 77 vmGetString(pVM, pFS, '\n'); in ficlChDir() 106 vmGetString(pVM, pFS, '\n'); in ficlSystem() 144 vmGetString(pVM, pFilename, '\n'); in ficlLoad()
|
| H A D | vm.c | 269 char *vmGetString(FICL_VM *pVM, FICL_STRING *spDest, char delimiter) in vmGetString() function
|
| H A D | words.c | 2611 vmGetString(pVM, sp, '\"'); in cstringQuoteIm() 2619 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in cstringQuoteIm() 2662 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in dotQuoteCoIm() 3475 vmGetString(pVM, sp, '\"'); in stringQuoteIm() 3482 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in stringQuoteIm()
|
| H A D | ficl.h | 577 char * vmGetString (FICL_VM *pVM, FICL_STRING *spDest, char delimiter);
|