Searched refs:FICL_STRING (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
H A Dtestmain.c76 FICL_STRING *pFS = (FICL_STRING *)pVM->pad;
104 FICL_STRING *pFS = (FICL_STRING *)pVM->pad;
136 FICL_STRING *pFilename = (FICL_STRING *)filename;
H A Dtools.c227 FICL_STRING *sp = (FICL_STRING *)(void *)++pc;
234 FICL_STRING *sp = (FICL_STRING *)(void *)++pc;
H A Dwords.c2580 FICL_STRING *sp = (FICL_STRING *)(pVM->ip);
2598 FICL_STRING *sp = (FICL_STRING *) dp->here;
2607 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
2627 FICL_STRING *sp;
2634 sp = (FICL_STRING *)(pVM->ip);
2650 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
2911 FICL_STRING *sp = PTRtoSTRING pVM->pad;
2926 FICL_STRING *s
[all...]
H A Dficl.h288 #define PTRtoSTRING (FICL_STRING *)(void *)
305 } FICL_STRING; typedef in typeref:struct:_ficl_string
323 ** Init a STRINGINFO from a pointer to FICL_STRING
577 char * vmGetString (FICL_VM *pVM, FICL_STRING *spDest, char delimiter);
H A Dvm.c265 ** FICL_STRING. The destination string is NULL terminated.
269 char *vmGetString(FICL_VM *pVM, FICL_STRING *spDest, char delimiter)

Completed in 119 milliseconds