Lines Matching refs:strptr
211 uchar_t *strptr; in do_quote() local
213 strptr = (uchar_t *)IP; in do_quote()
214 len = *strptr; in do_quote()
215 PUSH(DS, (fstack_t)strptr+1); in do_quote()
217 strptr += TOKEN_ROUNDUP(len+2); in do_quote()
218 IP = (token_t *)strptr; in do_quote()
226 char *strptr; in bquote() local
231 strptr = (char *)HERE; in bquote()
232 *strptr++ = len; in bquote()
234 *strptr++ = next_bytecode(env); in bquote()
235 *strptr++ = 0; in bquote()
236 set_here(env, (uchar_t *)strptr, "bquote"); in bquote()
239 strptr = stringbuff; in bquote()
241 *strptr++ = next_bytecode(env); in bquote()
242 *strptr = 0; in bquote()
278 char *strptr; in header() local
290 strptr = (char *)fptr - 1; in header()
291 *strptr-- = len; in header()
292 *strptr-- = 0; in header()
294 *strptr-- = name[--len]; in header()
317 char *strptr, c; in token_common() local
319 strptr = namebuff; in token_common()
325 *strptr++ = c; in token_common()
331 *strptr = 0; in token_common()