Symbol: yytext
usr.bin/bc/bc.y
949
else if (yytext[0] == '\n')
usr.bin/bc/bc.y
953
else if (isspace(yytext[0]) || !isprint(yytext[0]))
usr.bin/bc/bc.y
956
__progname, filename, lineno, s, yytext[0]);
usr.bin/bc/bc.y
959
__progname, filename, lineno, s, yytext);
usr.bin/bc/extern.h
40
extern char *yytext;
usr.bin/m4/manual_tokenizer.c
1617
yytext[yyleng] = (yy_hold_char); \
usr.bin/m4/manual_tokenizer.c
1618
(yy_c_buf_p) = yytext + yyless_macro_arg; \
usr.bin/m4/manual_tokenizer.c
1666
return yytext;
usr.bin/m4/manual_tokenizer.c
1813
l = strtol(yytext, NULL, 0);
usr.bin/m4/manual_tokenizer.c
1816
fprintf(stderr, "m4: numeric overflow in expr: %s\n", yytext);
usr.bin/m4/manual_tokenizer.c
1830
base = strtol(yytext + 2, &next, 0);
usr.bin/m4/manual_tokenizer.c
1832
fprintf(stderr, "m4: error in number %s\n", yytext);
usr.bin/m4/manual_tokenizer.c
1846
"m4: error in number %s\n", yytext);
usr.bin/m4/manual_tokenizer.c
345
extern char *yytext;
usr.bin/m4/manual_tokenizer.c
346
#define yytext_ptr yytext
usr.bin/m4/manual_tokenizer.c
469
char *yytext;
usr.bin/m4/manual_tokenizer.c
592
#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
usr.bin/m4/manual_tokenizer.c
839
{ return yytext[0]; }
usr.sbin/autofs/common.c
1124
mountpoint = checked_strdup(yytext);
usr.sbin/autofs/common.c
1126
map = checked_strdup(yytext);
usr.sbin/autofs/common.c
1131
options = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
51
extern char *yytext;
usr.sbin/autofs/common.c
763
key = checked_strdup(yytext);
usr.sbin/autofs/common.c
770
} else if (yytext[0] == '-') {
usr.sbin/autofs/common.c
778
options = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
811
if (yytext[0] == '/') {
usr.sbin/autofs/common.c
820
mountpoint = checked_strdup(yytext);
usr.sbin/autofs/common.c
824
if (yytext[0] == '-') {
usr.sbin/autofs/common.c
833
options2 = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
846
if (yytext[0] == ':') {
usr.sbin/autofs/common.c
847
location = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
853
location = checked_strdup(yytext);