Searched refs:yysptr (Results 1 – 8 of 8) sorted by relevance
32 yysptr = yysbuf, string_val[pos++ - string_start] : \33 ((yytchar = yysptr > yysbuf ? U(*--yysptr) : \41 yysptr = yysbuf, string_val[pos++ - string_start] : \42 ((yytchar = yysptr > yysbuf ? U(*--yysptr) : \51 *yysptr++ = yytchar; }
593 char *yysptr = yysbuf; variable602 if (yysptr > yysbuf) in input()603 c = (uschar)*--yysptr; in input()623 if (yysptr >= yysbuf + sizeof (yysbuf)) in unput()625 *yysptr++ = c; in unput()
43 ((yytchar = (yytchar = yysptr > yysbuf ? \44 *--yysptr : getc(yyin)) == '/' ? comment() : yytchar) == \47 ((yytchar = yysptr > yysbuf ? *--yysptr : getc(yyin)) == \50 #define unput(c) (*yysptr++ = (c))
220 if (yysptr > yysbuf)221 c = U(*--yysptr);
31 char *yysptr = yysbuf;214 yysptr=yysbuf;
37 wchar_t *yysptr = yysbuf;248 yysptr=yysbuf;
50 s/yysptr/frusptr/g
41 #define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(scr_fp))==10?(yylineno++,yytchar):yytch…