Searched defs:yytext (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dyyless.c49 #pragma weak yytext macro
50 extern CHR yytext[];
52 #define YYTEXT yytext
65 #pragma weak yytext macro
66 extern CHR yytext[];
68 #define YYTEXT yytext
80 #pragma weak yytext macro
81 extern CHR yytext[];
140 yyleng = wcstombs((char *)yytext, YYTEXT, YYLENG*MB_LEN_MAX);
H A Dreject.c40 #pragma weak yytext macro
44 #define YYTEXT yytext
55 #pragma weak yytext macro
59 #define YYTEXT yytext
69 #pragma weak yytext macro
82 extern unsigned char yytext[];
136 yyleng = wcstombs((char *)yytext, YYTEXT, YYLENG*MB_LEN_MAX);
164 yyleng = wcstombs((char *)yytext, YYTEXT, YYLENG*MB_LEN_MAX);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c42 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);
149 yytext[yylast++] = *s;
150 yytext[yylast] = '\0';
160 if ((yytext[offset] == '\'' || yytext[offse
[all...]

Completed in 57 milliseconds