Home
last modified time | relevance | path

Searched refs:lex_input (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsel-lex.l59 static int lex_input(char *, int);
70 #define YY_INPUT(buf,res,maxsize) (res = lex_input(buf, maxsize))
128 lex_input(char *buf, int max_size) in lex_input() function
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dlex_var.h45 #ifdef lex_input
46 # undef lex_input
47 # define lex_input() (((pos >= string_start) && (pos < string_end)) ? \ macro
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlex.h205 extern int lex_input (void);
/netbsd-src/usr.bin/xlint/lint1/
H A Dscan.l163 lex_input(void)
H A Dexterns1.h415 int lex_input(void);
H A Dlex.c431 * When scanning the remainder of a long token (see lex_input), read a byte
439 int c = lex_input(); in read_byte()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlex.h218 extern int lex_input (void);