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

/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dsel-lex.l63 #undef YY_INPUT
64 #define YY_INPUT(buf,res,maxsize) (res = lex_input(buf, maxsize))
/freebsd-10.2-release/usr.bin/bc/
H A Dscan.l55 #undef YY_INPUT
56 #define YY_INPUT(buf,retval,max) \
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dlex_var.h14 #define YY_INPUT(buf, result, max_size) \ macro
/freebsd-10.2-release/contrib/gcc/
H A Dgengtype-lex.l33 #define YY_INPUT(BUF,RESULT,SIZE) ((RESULT) = macro_input (BUF,SIZE))
/freebsd-10.2-release/contrib/binutils/ld/
H A Dldlex.l63 #undef YY_INPUT
64 #define YY_INPUT(buf,result,max_size) yy_input (buf, &result, max_size)
/freebsd-10.2-release/contrib/ofed/libsdp/src/
H A Dconfig_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]),
/freebsd-10.2-release/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]),
2285 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/freebsd-10.2-release/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]),
1420 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/freebsd-10.2-release/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]),
1357 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/freebsd-10.2-release/usr.bin/csup/
H A Dlex.rcs.c699 #ifndef YY_INPUT
700 #define YY_INPUT(buf,result,max_size) \ macro
1167 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1528 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l52 * Define YY_INPUT for flex since input() can't be re-defined.
54 #define YY_INPUT(buf,result,max_size) \
/freebsd-10.2-release/usr.bin/lex/
H A Dinitscan.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]),
4689 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.

Completed in 133 milliseconds