Searched refs:vmGetString (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/ficl/ |
H A D | testmain.c | 76 vmGetString(pVM, pFS, '\n'); in ficlChDir() 105 vmGetString(pVM, pFS, '\n'); in ficlSystem() 143 vmGetString(pVM, pFilename, '\n'); in ficlLoad()
|
H A D | vm.c | 268 char *vmGetString(FICL_VM *pVM, FICL_STRING *spDest, char delimiter) in vmGetString() function
|
H A D | words.c | 2610 vmGetString(pVM, sp, '\"'); in cstringQuoteIm() 2618 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in cstringQuoteIm() 2661 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in dotQuoteCoIm() 3474 vmGetString(pVM, sp, '\"'); in stringQuoteIm() 3481 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in stringQuoteIm()
|
H A D | ficl.h | 576 char * vmGetString (FICL_VM *pVM, FICL_STRING *spDest, char delimiter);
|