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

/freebsd-9.3-release/sys/boot/common/
H A Dinterp_forth.c112 tail = vmGetInBuf(vm);
/freebsd-9.3-release/sys/boot/ficl/
H A Dvm.c315 char *pSrc = vmGetInBuf(pVM);
393 char *pSrc = vmGetInBuf(pVM);
H A Dficl.h640 #define vmGetInBuf(pVM) ((pVM)->tib.cp + (pVM)->tib.index) macro
H A Dwords.c1041 char *cp = vmGetInBuf(pVM);
2659 char *pSrc = vmGetInBuf(pVM);
3151 pBuf = vmGetInBuf(pVM);
3164 strncpy(cp, vmGetInBuf(pVM), len);

Completed in 73 milliseconds