Home
last modified time | relevance | path

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

/freebsd-12.1/stand/ficl/
H A Dtestmain.c77 vmGetString(pVM, pFS, '\n'); in ficlChDir()
106 vmGetString(pVM, pFS, '\n'); in ficlSystem()
144 vmGetString(pVM, pFilename, '\n'); in ficlLoad()
H A Dvm.c269 char *vmGetString(FICL_VM *pVM, FICL_STRING *spDest, char delimiter) in vmGetString() function
H A Dwords.c2611 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 Dficl.h577 char * vmGetString (FICL_VM *pVM, FICL_STRING *spDest, char delimiter);