Searched refs:yytext (Results 26 - 29 of 29) sorted by relevance

12

/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c225 linenum, yytext) < 4) {
269 while ((s = strchr(yytext, '\t')) != NULL) {
273 s = yytext;
503 function, linenum, yytext)) != EOF) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l219 yylval.strval = safe_strdup(yytext);
224 yylval.strval = safe_strdup(yytext);
229 yylval.strval = safe_strdup(yytext);
234 yylval.strval = safe_strdup(yytext);
240 return (yytext[0]);
246 return (yytext[0]);
252 return (yytext[0]);
273 if (yytext[0] == '\0') {
285 lex_lineno, (yytext[0] == '\n') ? "\\n" : yytext);
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_impl.h659 extern char yytext[]; /* lex input buffer */
H A Ddt_parser.c5162 if (yytext[0] == '\0')
5164 else if (yytext[0] == '\n')
5167 if ((p = strchr(yytext, '\n')) != NULL)
5169 (void) snprintf(s, n, " near \"%s\"", yytext);

Completed in 87 milliseconds

12