Searched refs:yytext (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-current/contrib/byacc/test/yacc/
H A Dgrammar.tab.c936 extern char *yytext;
952 fprintf(stderr, "%s at token '%s'\n", msg, yytext);
/freebsd-current/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c1192 extern char *yytext;
1208 fprintf(stderr, "%s at token '%s'\n", msg, yytext);
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c5169 if (yytext[0] == '\0')
5171 else if (yytext[0] == '\n')
5174 if ((p = strchr(yytext, '\n')) != NULL)
5176 (void) snprintf(s, n, " near \"%s\"", yytext);
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y154 extern char * yytext;
/freebsd-current/sbin/ipf/iplang/
H A Diplang_y.y48 extern char yytext[];
/freebsd-current/contrib/openbsm/
H A Dconfigure3484 f { unput (yytext[0]); }
3488 extern char *yytext;
3556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
3557 $as_echo_n "checking whether yytext is a pointer... " >&6; }
3561 # POSIX says lex can declare yytext either as a pointer or an array; the
/freebsd-current/contrib/libpcap/
H A Dconfigure9723 f { unput (yytext[0]); }
9727 extern char *yytext;
9795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
9796 $as_echo_n "checking whether yytext is a pointer... " >&6; }
9800 # POSIX says lex can declare yytext either as a pointer or an array; the
/freebsd-current/contrib/unbound/
H A Dconfigure7103 f { unput (yytext[0]); }
7107 extern char *yytext;
7218 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
7219 printf %s "checking whether yytext is a pointer... " >&6; }
7224 # POSIX says lex can declare yytext either as a pointer or an array; the
/freebsd-current/crypto/heimdal/
H A Dconfigure12410 f { unput (yytext[0]); }
12414 extern char *yytext;
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12483 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12487 # POSIX says lex can declare yytext either as a pointer or an array; the

Completed in 211 milliseconds

123