Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/heimdal/lib/hx509/
HDsel-lex.l63 #undef YY_INPUT
64 #define YY_INPUT(buf,res,maxsize) (res = lex_input(buf, maxsize)) macro
/freebsd-13-stable/usr.bin/bc/
HDscan.l53 #undef YY_INPUT
54 #define YY_INPUT(buf,retval,max) \ macro
/freebsd-13-stable/contrib/ipfilter/tools/
HDlex_var.h14 #define YY_INPUT(buf, result, max_size) \ macro
/freebsd-13-stable/crypto/heimdal/lib/sl/
HDslc-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-13-stable/crypto/heimdal/lib/com_err/
HDlex.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-13-stable/tools/build/bootstrap-m4/
HDinittokenizer.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-13-stable/crypto/heimdal/lib/asn1/
HDlex.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-13-stable/usr.bin/lex/
HDinitscan.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-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_lex.l54 #define YY_INPUT(buf, result, max_size) \
/freebsd-13-stable/contrib/unbound/util/
HDconfiglexer.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-13-stable/contrib/flex/
HDONEWS349 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
HDNEWS376 ** Fixed trailing slash bug in YY_INPUT macro def
HDChangeLog4474 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-13-stable/contrib/flex/src/
HDflex.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.