Searched refs:curtok (Results 1 - 8 of 8) sorted by relevance

/external/iproute2/misc/
H A Dssfilter.y179 char *curtok;
206 } while ((curtok = get_token_from_line(&tokptr)) == NULL);
208 if (strcmp(curtok, "!") == 0 ||
209 strcmp(curtok, "not") == 0)
211 if (strcmp(curtok, "&") == 0 ||
212 strcmp(curtok, "&&") == 0 ||
213 strcmp(curtok, "and") == 0)
215 if (strcmp(curtok, "|") == 0 ||
216 strcmp(curtok, "||") == 0 ||
217 strcmp(curtok, "o
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dparser.c20 static int curtok, peektok; variable
24 #define get_next_token() (curtok = yylex())
45 while (curtok != 0) {
46 switch (curtok) {
55 if (curtok != ';')
70 if (curtok == '/') {
76 if (curtok != CODE)
90 while (curtok == '|') {
103 while (curtok == '\\') {
130 while (curtok
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parse.c85 #define is_eol() is_eol_tok(curtok)
87 #define get_next_token() (curtok = nasm_parser_lex(&curval, parser_nasm))
104 if (curtok < 256)
106 else switch ((enum tokentype)curtok) {
130 curtok = NONE; /* sanity */
205 if (curtok == token)
279 /* All parse_* functions expect to be called with curtok being their first
280 * token. They should return with curtok being the token *after* their
293 switch (curtok) {
347 while (!is_eol() && curtok !
[all...]
H A Dnasm-parser.h94 #define curtok (parser_nasm->token) macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c81 #define is_eol() is_eol_tok(curtok)
83 #define get_next_token() (curtok = gas_parser_lex(&curval, parser_gas))
100 if (curtok < 256)
102 else switch ((enum tokentype)curtok) {
117 curtok = NONE; /* sanity */
147 if (curtok == token)
189 switch (curtok) {
202 if (curtok == ':') {
208 } else if (curtok == '=') {
281 if (curtok !
[all...]
H A Dgas-parser.h135 #define curtok (parser_gas->token) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 556 milliseconds