OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EOF_CHAR
(Results
1 - 7
of
7
) sorted by null
/cts/tools/dasm/src/java_cup/
lexer.java
63
protected static final int
EOF_CHAR
= -1;
136
if (next_char ==
EOF_CHAR
)
137
next_char2 =
EOF_CHAR
;
153
if (next_char ==
EOF_CHAR
)
154
next_char2 =
EOF_CHAR
;
253
if (next_char ==
EOF_CHAR
)
279
while (next_char != '\n' && next_char != '\f' && next_char!=
EOF_CHAR
)
309
if (next_char ==
EOF_CHAR
)
461
if (next_char ==
EOF_CHAR
) return new token(sym.EOF);
/external/kernel-headers/original/linux/
tty.h
85
#define
EOF_CHAR
(tty) ((tty)->termios->c_cc[VEOF])
/cts/tools/dasm/etc/
java_cup-new.jar
java_cup.jar
java_cup.jar.old
/cts/tools/signature-tools/lib/
antlr-2.7.7.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 156 milliseconds