Searched refs:YY_INPUT (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | sel-lex.l | 63 #undef YY_INPUT 64 #define YY_INPUT(buf,res,maxsize) (res = lex_input(buf, maxsize)) macro
|
/freebsd/tools/build/bootstrap-m4/ |
H A D | inittokenizer.c | 604 #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 D | lex.c | 622 #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 D | slc-lex.c | 601 #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 D | lex.c | 945 #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 D | initscan.c | 2107 #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 D | dt_lex.l | 54 #define YY_INPUT(buf, result, max_size) \
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.c | 4617 #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 D | ONEWS | 349 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 D | NEWS | 376 ** Fixed trailing slash bug in YY_INPUT macro def
|
H A D | ChangeLog | 4474 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 D | flex.skl | 1026 #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.
|