Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dtestmain.c76 vmGetString(pVM, pFS, '\n'); in ficlChDir()
105 vmGetString(pVM, pFS, '\n'); in ficlSystem()
143 vmGetString(pVM, pFilename, '\n'); in ficlLoad()
H A Dvm.c268 char *vmGetString(FICL_VM *pVM, FICL_STRING *spDest, char delimiter) in vmGetString() function
H A Dwords.c2610 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 Dficl.h576 char * vmGetString (FICL_VM *pVM, FICL_STRING *spDest, char delimiter);