Home
last modified time | relevance | path

Searched defs:java_lexer (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlex.h104 typedef struct java_lexer struct
107 FILE *finput;
110 int bs_count;
113 unicode_t unget_value;
116 int hit_eof : 1;
121 int read_anything : 1;
124 int byte_swap : 1;
127 int use_fallback : 1;
130 iconv_t handle;
133 char buffer[1024];
[all …]