Home
last modified time | relevance | path

Searched refs:yy_set_bol (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex179 #ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
180 #define yy_set_bol(at_bol) \ macro
675 yy_set_bol(1); /* Set beginning of line, so "^" rules match. */
H A Dconfiglexer.c315 #define yy_set_bol(at_bol) \ macro
4489 #ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
4490 #define yy_set_bol(at_bol) \ macro
6839 yy_set_bol(1); /* Set beginning of line, so "^" rules match. */
/freebsd/contrib/flex/src/
H A Dscan.l496 yy_set_bol( 1 );
H A Dflex.skl624 #define yy_set_bol(at_bol) \
3422 #undef yy_set_bol
/freebsd/usr.bin/lex/
H A Dinitscan.c315 #define yy_set_bol(at_bol) \ macro
3132 yy_set_bol( 1 );
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c316 #define yy_set_bol(at_bol) \ macro
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c320 #define yy_set_bol(at_bol) \ macro
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c320 #define yy_set_bol(at_bol) \ macro
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c320 #define yy_set_bol(at_bol) \ macro
/freebsd/contrib/flex/
H A DONEWS319 yy_set_bol(at_bol)
335 stream. When in doubt, use yy_set_bol().
H A DChangeLog8594 * scan.l: Added yy_XX_state %option's Added yy_set_bol