Searched refs:vmGetInBuf (Results 1 – 4 of 4) sorted by relevance
315 char *pSrc = vmGetInBuf(pVM); in vmGetWord0()393 char *pSrc = vmGetInBuf(pVM); in vmParseStringEx()
640 #define vmGetInBuf(pVM) ((pVM)->tib.cp + (pVM)->tib.index) macro
1041 char *cp = vmGetInBuf(pVM); in commentLine()2659 char *pSrc = vmGetInBuf(pVM); in dotParen()3151 pBuf = vmGetInBuf(pVM); in accept()3164 strncpy(cp, vmGetInBuf(pVM), len); in accept()
119 tail = vmGetInBuf(vm); in bf_command()