Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/hx509/
HDsel-lex.l63 #undef YY_INPUT
64 #define YY_INPUT(buf,res,maxsize) (res = lex_input(buf, maxsize)) macro
/NextBSD/usr.bin/bc/
HDscan.l55 #undef YY_INPUT
56 #define YY_INPUT(buf,retval,max) \ macro
/NextBSD/contrib/ipfilter/tools/
HDlex_var.h14 #define YY_INPUT(buf, result, max_size) \ macro
/NextBSD/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()
/NextBSD/contrib/ofed/libsdp/src/
HDconfig_scanner.c635 #ifndef YY_INPUT
636 #define YY_INPUT(buf,result,max_size) \ macro
1231 YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
/NextBSD/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()
/NextBSD/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()
/NextBSD/contrib/binutils/ld/
HDldlex.l63 #undef YY_INPUT
64 #define YY_INPUT(buf,result,max_size) yy_input (buf, &result, max_size) macro
/NextBSD/contrib/gcc/
HDgengtype-lex.l33 #define YY_INPUT(BUF,RESULT,SIZE) ((RESULT) = macro_input (BUF,SIZE)) macro
/NextBSD/usr.bin/lex/
HDinitscan.c2118 #ifndef YY_INPUT
2119 #define YY_INPUT(buf,result,max_size) \ macro
4341 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_lex.l54 #define YY_INPUT(buf,result,max_size) \
/NextBSD/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
HDflex.skl1128 #ifndef YY_INPUT
1129 #define YY_INPUT(buf,result,max_size) \
1130 %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \
1720 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
2145 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
HDNEWS150 ** Fixed trailing slash bug in YY_INPUT macro def
HDChangeLog1702 or full; Fixed trailing slash bug in YY_INPUT macro def
1720 * gen.c, misc.c: Fixed trailing slash bug in YY_INPUT macro def.
7100 * flex.1: Fixed bug in mini-scanner examle Fixed bug in YY_INPUT