HomeSort by relevance Sort by last modified time
    Searched refs:curtok (Results 1 - 11 of 11) sorted by null

  /external/iproute2/misc/
ssfilter.y 179 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, "or") == 0
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
parser.c 20 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 == CLOSE || curtok == CLOSESIZE)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c 85 #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...]
nasm-parser.h 94 #define curtok (parser_nasm->token) macro
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c 81 #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 != INTNUM)
    [all...]
gas-parser.h 135 #define curtok (parser_gas->token) macro
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_pton.c 129 const char *xdigits, *curtok; local
140 curtok = src;
160 curtok = src;
179 inet_pton4(curtok, tp) > 0) {
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 208 milliseconds