Lines Matching refs:yytext
42 int yytext[YYBUFSIZ+1]; variable
70 c = yytext[yypos++];
94 yytext[yypos++] = c;
96 yytext[yypos] = '\0';
107 yytext[--yypos] = c;
132 yychars[i] = (char)(yytext[i] & 0xff); in yytexttochar()
149 yytext[yylast++] = *s;
150 yytext[yylast] = '\0';
160 if ((yytext[offset] == '\'' || yytext[offset] == '"') &&
161 (yytext[offset] == yytext[offset + max - 1])) {
171 str[i - offset] = (char)(yytext[i] & 0xff);
211 bcopy(yytext + yypos, yytext, in yylex()
212 sizeof(yytext[0]) * (yylast - yypos + 1)); in yylex()
548 bcopy(yytext + yypos, yytext, in yylex()
549 sizeof(yytext[0]) * (yylast - yypos + 1)); in yylex()