Searched refs:YY_INPUT (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/crypto/heimdal/lib/hx509/ |
| HD | sel-lex.l | 63 #undef YY_INPUT 64 #define YY_INPUT(buf,res,maxsize) (res = lex_input(buf, maxsize)) macro
|
| /NextBSD/usr.bin/bc/ |
| HD | scan.l | 55 #undef YY_INPUT 56 #define YY_INPUT(buf,retval,max) \ macro
|
| /NextBSD/contrib/ipfilter/tools/ |
| HD | lex_var.h | 14 #define YY_INPUT(buf, result, max_size) \ macro
|
| /NextBSD/crypto/heimdal/lib/sl/ |
| HD | 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()
|
| /NextBSD/contrib/ofed/libsdp/src/ |
| HD | config_scanner.c | 635 #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/ |
| HD | 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()
|
| /NextBSD/crypto/heimdal/lib/asn1/ |
| HD | 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()
|
| /NextBSD/contrib/binutils/ld/ |
| HD | ldlex.l | 63 #undef YY_INPUT 64 #define YY_INPUT(buf,result,max_size) yy_input (buf, &result, max_size) macro
|
| /NextBSD/contrib/gcc/ |
| HD | gengtype-lex.l | 33 #define YY_INPUT(BUF,RESULT,SIZE) ((RESULT) = macro_input (BUF,SIZE)) macro
|
| /NextBSD/usr.bin/lex/ |
| HD | initscan.c | 2118 #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/ |
| HD | dt_lex.l | 54 #define YY_INPUT(buf,result,max_size) \
|
| /NextBSD/contrib/flex/ |
| HD | 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
|
| HD | flex.skl | 1128 #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.
|
| HD | NEWS | 150 ** Fixed trailing slash bug in YY_INPUT macro def
|
| HD | ChangeLog | 1702 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
|