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

/freebsd-current/stand/ficl/
H A Dtestmain.c76 vmGetString(pVM, pFS, '\n');
105 vmGetString(pVM, pFS, '\n');
143 vmGetString(pVM, pFilename, '\n');
H A Dvm.c268 char *vmGetString(FICL_VM *pVM, FICL_STRING *spDest, char delimiter) function
H A Dficl.h576 char * vmGetString (FICL_VM *pVM, FICL_STRING *spDest, char delimiter);
H A Dwords.c2610 vmGetString(pVM, sp, '\"');
2618 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
2661 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
3474 vmGetString(pVM, sp, '\"');
3481 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');

Completed in 187 milliseconds