Home
last modified time | relevance | path

Searched refs:WHILE_TOKEN (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/kawa/kawa-3.1.1/gnu/ecmascript/
H A DReserved.java12 public static final int WHILE_TOKEN = 32; field in Reserved
H A DLexer.java55 reserved.put("while", new Reserved("while", Reserved.WHILE_TOKEN)); in initReserved()
H A DParser.java486 case Reserved.WHILE_TOKEN: return parseWhileStatement(); in parseStatement()
/dports/japanese/libslang/slang-1.4.5jp2/src/util/
H A Dkeywords.lis47 while WHILE_TOKEN
H A Dbcdump.c271 case WHILE_TOKEN: in dump_token()
/dports/devel/libslang2/slang-2.3.2/src/util/
H A Dkeywords.lis53 while WHILE_TOKEN
H A Dbcdump.c303 case WHILE_TOKEN: in dump_token()
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dkeywhash.c84 {"while", WHILE_TOKEN},
H A Dslparse.c597 case WHILE_TOKEN: in statement()
603 compile_token_of_type (WHILE_TOKEN); in statement()
610 if (WHILE_TOKEN != get_token (ctok)) in statement()
H A D_slang.h591 #define WHILE_TOKEN 0x66 macro
/dports/devel/libslang2/slang-2.3.2/src/
H A Dkeywhash.c138 {"while", WHILE_TOKEN},
H A Dslparse.c947 case WHILE_TOKEN: in statement()
959 compile_token_of_type (WHILE_TOKEN); in statement()
968 if (WHILE_TOKEN != get_token (ctok)) in statement()
H A D_slang.h1242 #define WHILE_TOKEN 0x66 macro
/dports/audio/csound/csound-6.15.0/Engine/
H A Dcsound_orc.y91 %token WHILE_TOKEN
542 | WHILE_TOKEN bexpr DO_TOKEN statementlist OD_TOKEN
546 WHILE_TOKEN, (ORCTOKEN *)$1);
H A Dcsound_orc.lex326 (*lvalp)->type = WHILE_TOKEN;
327 return WHILE_TOKEN; }
H A Dcsound_orc_semantics.c1577 case WHILE_TOKEN: in get_label_list()
1847 case WHILE_TOKEN: in verify_tree()
1853 typeTable, current->type==WHILE_TOKEN); in verify_tree()
2202 case WHILE_TOKEN: in print_tree_i()
2365 case WHILE_TOKEN: in print_tree_xml()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/parser/
H A Dreswords.cpp628 {WHILE_TOKEN, "while"},
H A Dreswords.h459 WHILE_TOKEN, enumerator
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/parser/
H A Dreservedwords.cpp605 { WHILE_TOKEN, "while" },
H A Dreservedwords.h726 WHILE_TOKEN, enumerator
/dports/devel/matreshka/matreshka-0.7.0/tools/ayacc/examples/ada_parser/
H A Dada_lex.l145 {W}{H}{I}{L}{E} {ECHO_L; ENTER(Z); return(WHILE_TOKEN);}
/dports/graphics/povray36/povray-3.6.1/source/
H A Dparse.h451 WHILE_TOKEN, enumerator
H A Dtokenize.cpp686 {WHILE_TOKEN, "while"},
2360 CASE(WHILE_TOKEN) in Parse_Directive()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dparse.h528 WHILE_TOKEN, enumerator
H A Dtokenize.cpp817 {WHILE_TOKEN, "while"},
2618 CASE(WHILE_TOKEN) in Parse_Directive()

12