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

123

/freebsd-10.2-release/usr.bin/xlint/lint1/
H A Dscan.l162 . badchar(yytext[0]);
394 sb->sb_name = yytext;
396 sb->sb_hash = hash(yytext);
413 (void)memcpy(s, yytext, yyleng + 1);
473 cp = yytext;
670 cp = yytext;
982 for (cp = yytext + 1; (c = *cp) == ' ' || c == '\t'; cp++)
/freebsd-10.2-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c174 /* Undo effects of setting up yytext. */ \
180 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
271 /* yy_hold_char holds the character lost when yytext is formed. */
344 extern char *yytext;
345 #define yytext_ptr yytext
353 * corresponding action - sets up yytext.
453 char *yytext; variable
595 #define ECHO fwrite( yytext, yyleng, 1, yyout )
665 /* Code executed at the beginning of each rule, after yytext and yyleng
722 /* Support of yytext
[all...]
/freebsd-10.2-release/usr.bin/iscsictl/
H A Dparse.y46 extern char *yytext;
280 lineno, yytext, str);
/freebsd-10.2-release/usr.bin/csup/
H A Drcstokenizer.h125 #define yytext yyg->yytext_r macro
H A Dlex.rcs.c132 #define yytext yyg->yytext_r macro
182 /* Undo effects of setting up yytext. */ \
188 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
342 * corresponding action - sets up yytext.
693 #define ECHO fwrite( yytext, yyleng, 1, yyout )
763 /* Code executed at the beginning of each rule, after yytext and yyleng
822 /* Support of yytext. */
1018 * yytext, we can now set up
1275 /* undo effects of setting up yytext */
1374 *yyg->yy_c_buf_p = '\0'; /* preserve yytext */
[all...]
/freebsd-10.2-release/usr.bin/bc/
H A Dbc.y60 extern char *yytext;
973 else if (yytext[0] == '\n')
977 else if (isspace((unsigned char)yytext[0]) ||
978 !isprint((unsigned char)yytext[0]))
981 __progname, filename, lineno, s, yytext[0]);
984 __progname, filename, lineno, s, yytext);
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_l.l51 #define HANDLE_IF_IN_DESCRIPTION if (in_description) { yylval = strdup(yytext); return TK_TEXT; }
267 {ROUTER} { SAVE_POS; if (in_node_type) return TK_NODE_TYPE_ROUTER; yylval = strdup(yytext); return TK_TEXT; }
268 {CA} { SAVE_POS; if (in_node_type) return TK_NODE_TYPE_CA; yylval = strdup(yytext); return TK_TEXT; }
269 {SWITCH} { SAVE_POS; if (in_node_type) return TK_NODE_TYPE_SWITCH; yylval = strdup(yytext); return TK_TEXT; }
270 {SELF} { SAVE_POS; if (in_node_type) return TK_NODE_TYPE_SELF; yylval = strdup(yytext); return TK_TEXT; }
271 {ALL} { SAVE_POS; if (in_node_type) return TK_NODE_TYPE_ALL; yylval = strdup(yytext); return TK_TEXT; }
294 yylval = strdup(yytext);
302 yylval = strdup(yytext);
313 yylval = strdup(yytext);
323 yylval = strdup(yytext);
[all...]
H A Dosm_qos_parser_y.y148 extern char * yytext;
/freebsd-10.2-release/contrib/openbsm/bin/auditdistd/
H A Dparse.y58 extern char *yytext;
765 lineno, yytext, str);
/freebsd-10.2-release/sbin/hastd/
H A Dparse.y56 extern char *yytext;
851 lineno, yytext, str);
/freebsd-10.2-release/usr.sbin/ctld/
H A Dparse.y45 extern char *yytext;
940 lineno, yytext, str);
/freebsd-10.2-release/contrib/byacc/test/
H A Dgrammar.y1026 extern char *yytext;
1042 fprintf(stderr, "%s at token '%s'\n", msg, yytext);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dada-exp.y643 #define yytext ada_yytext
H A Dada-exp.c2317 #define yytext ada_yytext
2313 #define yytext macro
/freebsd-10.2-release/crypto/heimdal/lib/com_err/
H A Dparse.c134 extern char *yytext;
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h699 extern char yytext[]; /* lex input buffer */
H A Ddt_parser.c4962 if (yytext[0] == '\0')
4964 else if (yytext[0] == '\n')
4967 if ((p = strchr(yytext, '\n')) != NULL)
4969 (void) snprintf(s, n, " near \"%s\"", yytext);
/freebsd-10.2-release/contrib/byacc/test/yacc/
H A Dgrammar.tab.c933 extern char *yytext;
949 fprintf(stderr, "%s at token '%s'\n", msg, yytext);
/freebsd-10.2-release/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c1186 extern char *yytext;
1202 fprintf(stderr, "%s at token '%s'\n", msg, yytext);
/freebsd-10.2-release/contrib/ipfilter/iplang/
H A Diplang_y.y57 extern char yytext[];
/freebsd-10.2-release/contrib/openbsm/
H A Dconfigure3409 f { unput (yytext[0]); }
3413 extern char *yytext;
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
3482 $as_echo_n "checking whether yytext is a pointer... " >&6; }
3486 # POSIX says lex can declare yytext either as a pointer or an array; the
/freebsd-10.2-release/contrib/unbound/
H A Dconfigure6064 f { unput (yytext[0]); }
6068 extern char *yytext;
6136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
6137 $as_echo_n "checking whether yytext is a pointer... " >&6; }
6141 # POSIX says lex can declare yytext either as a pointer or an array; the
/freebsd-10.2-release/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 2328 milliseconds

123