Lines Matching refs:yytext
40 int yytext[YYBUFSIZ+1]; variable
69 c = yytext[yypos++]; in yygetc()
93 yytext[yypos++] = c; in yygetc()
95 yytext[yypos] = '\0'; in yygetc()
106 yytext[--yypos] = c; in yyunputc()
132 yychars[i] = (char)(yytext[i] & 0xff); in yytexttochar()
149 yytext[yylast++] = *s; in yystrtotext()
150 yytext[yylast] = '\0'; in yystrtotext()
160 if ((yytext[offset] == '\'' || yytext[offset] == '"') && in yytexttostr()
161 (yytext[offset] == yytext[offset + max - 1])) { in yytexttostr()
171 str[i - offset] = (char)(yytext[i] & 0xff); in yytexttostr()
215 bcopy(yytext + yypos, yytext, in yylex()
216 sizeof(yytext[0]) * (yylast - yypos + 1)); in yylex()
593 bcopy(yytext + yypos, yytext, in yylex()
594 sizeof(yytext[0]) * (yylast - yypos + 1)); in yylex()