yytext
else if (yytext[0] == '\n')
else if (isspace(yytext[0]) || !isprint(yytext[0]))
__progname, filename, lineno, s, yytext[0]);
__progname, filename, lineno, s, yytext);
extern char *yytext;
yytext[yyleng] = (yy_hold_char); \
(yy_c_buf_p) = yytext + yyless_macro_arg; \
return yytext;
l = strtol(yytext, NULL, 0);
fprintf(stderr, "m4: numeric overflow in expr: %s\n", yytext);
base = strtol(yytext + 2, &next, 0);
fprintf(stderr, "m4: error in number %s\n", yytext);
"m4: error in number %s\n", yytext);
extern char *yytext;
#define yytext_ptr yytext
char *yytext;
#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
{ return yytext[0]; }
mountpoint = checked_strdup(yytext);
map = checked_strdup(yytext);
options = checked_strdup(yytext + 1);
extern char *yytext;
key = checked_strdup(yytext);
} else if (yytext[0] == '-') {
options = checked_strdup(yytext + 1);
if (yytext[0] == '/') {
mountpoint = checked_strdup(yytext);
if (yytext[0] == '-') {
options2 = checked_strdup(yytext + 1);
if (yytext[0] == ':') {
location = checked_strdup(yytext + 1);
location = checked_strdup(yytext);