Searched defs:YY_INPUT (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ada-lex.l | 62 #define YY_INPUT(BUF, RESULT, MAX_SIZE) \ macro
|
/openbsd/usr.bin/bc/ |
H A D | scan.l | 49 #define YY_INPUT(buf,retval,max) \ macro
|
/openbsd/lib/libpcap/ |
H A D | scanner.l | 55 #define YY_INPUT(buf, result, max)\ macro
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | ldlex.l | 71 #define YY_INPUT(buf,result,max_size) yy_input (buf, &result, max_size) macro
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/ |
H A D | ldlex.l | 66 #define YY_INPUT(buf,result,max_size) yy_input (buf, &result, max_size) macro
|
/openbsd/gnu/gcc/gcc/ |
H A D | gengtype-lex.l | 33 #define YY_INPUT(BUF,RESULT,SIZE) ((RESULT) = macro_input (BUF,SIZE)) macro
|
H A D | gengtype-lex.c | 1731 #define YY_INPUT(BUF,RESULT,SIZE) ((RESULT) = macro_input (BUF,SIZE)) macro 1817 #define YY_INPUT(buf,result,max_size) \ macro
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | deflex.c | 607 #define YY_INPUT(buf,result,max_size) \ macro
|
H A D | rclex.c | 799 #define YY_INPUT(buf,result,max_size) \ macro
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | itbl-lex.c | 531 #define YY_INPUT(buf,result,max_size) \ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | bfin-lex.c | 874 #define YY_INPUT(buf,result,max_size) \ macro
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | configlexer.c | 3738 #define YY_INPUT(buf,result,max_size) \ macro
|