Searched refs:YY_INPUT (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/crypto/heimdal/lib/hx509/
H A Dsel-lex.l63 #undef YY_INPUT
64 #define YY_INPUT(buf,res,maxsize) (res = lex_input(buf, maxsize))
/freebsd-current/usr.bin/bc/
H A Dscan.l53 #undef YY_INPUT
54 #define YY_INPUT(buf,retval,max) \
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c945 #ifndef YY_INPUT
946 #define YY_INPUT(buf,result,max_size) \ macro
1933 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
2285 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c622 #ifndef YY_INPUT
623 #define YY_INPUT(buf,result,max_size) \ macro
1105 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1420 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c601 #ifndef YY_INPUT
602 #define YY_INPUT(buf,result,max_size) \ macro
1042 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1357 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c604 #ifndef YY_INPUT
605 #define YY_INPUT(buf,result,max_size) \ macro
1085 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1403 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l52 * Define YY_INPUT for flex since input() can't be re-defined.
54 #define YY_INPUT(buf, result, max_size) \
/freebsd-current/usr.bin/lex/
H A Dinitscan.c2107 #ifndef YY_INPUT
2108 #define YY_INPUT(buf,result,max_size) \ macro
4382 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
4744 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c4503 #ifndef YY_INPUT
4504 #define YY_INPUT(buf,result,max_size) \ macro
7010 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
7328 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.

Completed in 299 milliseconds