Home
last modified time | relevance | path

Searched refs:yy_is_jam (Results 1 – 7 of 7) sorted by relevance

/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c1166 int yy_is_jam; in yy_try_NUL_trans() local
1182 yy_is_jam = (yy_current_state == 34); in yy_try_NUL_trans()
1184 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c1183 register int yy_is_jam; in yy_try_NUL_trans() local
1199 yy_is_jam = (yy_current_state == 45); in yy_try_NUL_trans()
1201 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c1120 register int yy_is_jam; in yy_try_NUL_trans() local
1136 yy_is_jam = (yy_current_state == 13); in yy_try_NUL_trans()
1138 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c2011 register int yy_is_jam; in yy_try_NUL_trans() local
2027 yy_is_jam = (yy_current_state == 567); in yy_try_NUL_trans()
2029 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()
/freebsd/usr.bin/lex/
H A Dinitscan.c4464 int yy_is_jam; in yy_try_NUL_trans() local
4480 yy_is_jam = (yy_current_state == 1113); in yy_try_NUL_trans()
4482 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c7260 int yy_is_jam; in yy_try_NUL_trans() local
7276 yy_is_jam = (yy_current_state == 4015); in yy_try_NUL_trans()
7278 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()
/freebsd/contrib/flex/src/
H A Dflex.skl1739 int yy_is_jam;
1744 return yy_is_jam ? 0 : yy_current_state;