Home
last modified time | relevance | path

Searched refs:YY_INPUT (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dsel-lex.l63 #undef YY_INPUT
64 #define YY_INPUT(buf,res,maxsize) (res = lex_input(buf, maxsize)) macro
/freebsd/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]), in yy_get_next_buffer()
/freebsd/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]), in yy_get_next_buffer()
/freebsd/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]), in yy_get_next_buffer()
/freebsd/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]), in yy_get_next_buffer()
/freebsd/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]), in yy_get_next_buffer()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l54 #define YY_INPUT(buf, result, max_size) \
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c4617 #ifndef YY_INPUT
4618 #define YY_INPUT(buf,result,max_size) \ macro
7179 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
/freebsd/contrib/flex/
H A DONEWS349 buffer, it will begin by invoking YY_INPUT to fill the buffer).
422 - interactive scanners now read characters in YY_INPUT up to a
497 to yy_create_buffer() or yyrestart() if you've arrange YY_INPUT
720 - You can now redefine macros such as YY_INPUT by just #define'ing
965 - A bug in the sample redefinition of YY_INPUT in the documentation
H A DNEWS376 ** Fixed trailing slash bug in YY_INPUT macro def
H A DChangeLog4474 or full; Fixed trailing slash bug in YY_INPUT macro def
4492 * gen.c, misc.c: Fixed trailing slash bug in YY_INPUT macro def.
9872 * flex.1: Fixed bug in mini-scanner examle Fixed bug in YY_INPUT
/freebsd/contrib/flex/src/
H A Dflex.skl1026 #ifndef YY_INPUT
1027 #define YY_INPUT(buf,result,max_size) \
1028 %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \
1656 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
2124 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.