Home
last modified time | relevance | path

Searched refs:yy_state_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.c1081 typedef yytype_int16 yy_state_t;
1236 yy_state_t yyss_alloc;
1246 ((N) * (YYSIZEOF (yy_state_t) + YYSIZEOF (YYSTYPE)) \
2051 yy_stack_print (yy_state_t *yybottom, yy_state_t *yytop)
2074 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_stack_print()
2179 yy_state_t yyssa[YYINITDEPTH];
2180 yy_state_t *yyss = yyssa;
2181 yy_state_t *yyssp = yyss;
2228 *yyssp = YY_CAST (yy_state_t, yystat in yyparse()
1075 typedef yytype_int16 yy_state_t; global() typedef
[all...]
/freebsd/contrib/unbound/util/
H A Dconfigparser.c1009 typedef yytype_int16 yy_state_t; typedef
1158 yy_state_t yyss_alloc;
1168 ((N) * (YYSIZEOF (yy_state_t) + YYSIZEOF (YYSTYPE)) \
2667 yy_stack_print (yy_state_t *yybottom, yy_state_t *yytop) in yy_stack_print()
2690 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print()
2795 yy_state_t yyssa[YYINITDEPTH]; in yyparse()
2796 yy_state_t *yyss = yyssa; in yyparse()
2797 yy_state_t *yyssp = yyss; in yyparse()
2843 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse()
2860 yy_state_t *yyss1 = yyss; in yyparse()
[all …]