Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/heimdal/lib/sl/
HDslc-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-13-stable/crypto/heimdal/lib/com_err/
HDlex.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-13-stable/tools/build/bootstrap-m4/
HDinittokenizer.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-13-stable/crypto/heimdal/lib/asn1/
HDlex.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-13-stable/usr.bin/lex/
HDinitscan.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-13-stable/contrib/unbound/util/
HDconfiglexer.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-13-stable/contrib/flex/src/
HDflex.skl1739 int yy_is_jam;
1744 return yy_is_jam ? 0 : yy_current_state;