Home
last modified time | relevance | path

Searched refs:TOK_SEMI (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dstmt.c116 int HaveToken = (CurTok.Tok == TOK_SEMI); in CheckSemi()
315 if (CurTok.Tok != TOK_SEMI) { in ReturnStatement()
440 if (CurTok.Tok != TOK_SEMI) { in ForStatement()
449 if (CurTok.Tok != TOK_SEMI) { in ForStatement()
636 case TOK_SEMI: in Statement()
H A Dcompile.c90 if (CurTok.Tok == TOK_SEMI) { in Parse()
124 if (CurTok.Tok == TOK_SEMI) { in Parse()
171 (CurTok.Tok != TOK_SEMI)) { in Parse()
284 if (CurTok.Tok == TOK_SEMI) { in Parse()
H A Ddeclattr.c129 static const token_t SkipList[] = { TOK_RPAREN, TOK_SEMI }; in ErrorSkip()
H A Dscanner.c901 SetTok (TOK_SEMI); in NextToken()
1059 if (CurTok.Tok == TOK_SEMI) { in ConsumeSemi()
1082 if (CurTok.Tok == TOK_SEMI) { in ConsumeComma()
H A Dscanner.h117 TOK_SEMI, enumerator
H A Dasmstmt.c77 static const token_t TokenList[] = { TOK_RPAREN, TOK_SEMI }; in AsmErrorSkip()
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/
H A Dparse.c13 { { TOK_SEMI, TOK_COMMA }, PREC_REVERSE },
148 if(!next || next->type == TOK_SEMI || isBlockEnd(next->type)) return 0; in needsSemi()
149 if(t->type == TOK_IF) return !t->prev || t->prev->type == TOK_SEMI; in needsSemi()
172 if(end == TOK_SEMI && (*list)->type == TOK_COMMA) break; in parseBlock()
177 addChild(top, newToken(p, TOK_SEMI)); in parseBlock()
182 if(end != TOK_SEMI && end != -1) oops(p); in parseBlock()
213 else parseBlock(p, blk, TOK_SEMI, list); in parseToken()
271 { return t == TOK_SEMI || t == TOK_COMMA || t == TOK_COLON; } in oneSidedBinary()
H A Dparse.h14 TOK_DIV, TOK_CAT, TOK_COLON, TOK_DOT, TOK_COMMA, TOK_SEMI, enumerator
H A Dcodegen.c424 int len = countList(test, TOK_SEMI); in genWhile()
440 int len = countList(h, TOK_SEMI); in genFor()
460 int len = countList(h, TOK_SEMI); in genForEach()
744 if(t && t->type == TOK_SEMI) { in genExprList()
/dports/devel/monotone/monotone-1.1/src/
H A Drcs_file.cc204 TOK_SEMI, enumerator
250 return TOK_SEMI; in get_token()
328 case TOK_SEMI: in tt2str()
367 void semi() { eat(TOK_SEMI); } in semi()
/dports/www/varnish-modules/varnish-modules-0.18.0/src/
H A Dvmod_accept.c145 TOK_SEMI, enumerator
171 case ';' : return (TOK_SEMI); in next_token()
232 EXPECT(TOK_SEMI); in parse_accept()
/dports/devel/anjuta/anjuta-3.34.0/plugins/language-support-js/
H A Djstypes.h32 TOK_SEMI = 2, /* semicolon */ enumerator
H A Djsparse.c23 case TOK_SEMI: in print_node()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/js-parser/
H A Djstypes.h32 TOK_SEMI = 2, /* semicolon */ enumerator
H A Djsparse.c23 case TOK_SEMI: in print_node()
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsscan.h57 TOK_SEMI = 2, /* semicolon */ enumerator
H A Djsparse.c2052 (void) js_MatchToken(cx, ts, TOK_SEMI); in Statement()
2069 if (tt == TOK_SEMI) { in Statement()
2144 MUST_MATCH_TOKEN(TOK_SEMI, JSMSG_SEMI_AFTER_FOR_INIT); in Statement()
2148 if (tt == TOK_SEMI) { in Statement()
2529 case TOK_SEMI: in Statement()
2534 tt == TOK_SEMI ? in Statement()
2543 pn->pn_type = TOK_SEMI; in Statement()
2619 pn->pn_type = TOK_SEMI; in Statement()
2637 if (!js_MatchToken(cx, ts, TOK_SEMI) && cx->lint) { in Statement()
2640 pn->pn_type == TOK_SEMI && in Statement()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsparse.c1350 item->pn_type = TOK_SEMI; in FunctionDef()
1403 result->pn_type = TOK_SEMI; in FunctionDef()
2446 pn->pn_type = TOK_SEMI; in LetBlock()
2739 (void) js_MatchToken(cx, ts, TOK_SEMI); in Statement()
2771 if (tt == TOK_SEMI) { in Statement()
2930 if (tt == TOK_SEMI) { in Statement()
3330 JS_ASSERT(pn->pn_type == TOK_SEMI || in Statement()
3471 case TOK_SEMI: in Statement()
3475 pn->pn_type = TOK_SEMI; in Statement()
3569 pn->pn_type = TOK_SEMI; in Statement()
[all …]
H A Djsscan.h63 TOK_SEMI = 2, /* semicolon */ enumerator
/dports/lang/spidermonkey17/js/src/
H A Djsparse.c1350 item->pn_type = TOK_SEMI; in FunctionDef()
1403 result->pn_type = TOK_SEMI; in FunctionDef()
2446 pn->pn_type = TOK_SEMI; in LetBlock()
2739 (void) js_MatchToken(cx, ts, TOK_SEMI); in Statement()
2771 if (tt == TOK_SEMI) { in Statement()
2930 if (tt == TOK_SEMI) { in Statement()
3330 JS_ASSERT(pn->pn_type == TOK_SEMI || in Statement()
3471 case TOK_SEMI: in Statement()
3475 pn->pn_type = TOK_SEMI; in Statement()
3569 pn->pn_type = TOK_SEMI; in Statement()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsparse.c1350 item->pn_type = TOK_SEMI; in FunctionDef()
1403 result->pn_type = TOK_SEMI; in FunctionDef()
2446 pn->pn_type = TOK_SEMI; in LetBlock()
2739 (void) js_MatchToken(cx, ts, TOK_SEMI); in Statement()
2771 if (tt == TOK_SEMI) { in Statement()
2930 if (tt == TOK_SEMI) { in Statement()
3330 JS_ASSERT(pn->pn_type == TOK_SEMI || in Statement()
3471 case TOK_SEMI: in Statement()
3475 pn->pn_type = TOK_SEMI; in Statement()
3569 pn->pn_type = TOK_SEMI; in Statement()
[all …]
H A Djsscan.h63 TOK_SEMI = 2, /* semicolon */ enumerator
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsparse.c1350 item->pn_type = TOK_SEMI; in FunctionDef()
1403 result->pn_type = TOK_SEMI; in FunctionDef()
2446 pn->pn_type = TOK_SEMI; in LetBlock()
2739 (void) js_MatchToken(cx, ts, TOK_SEMI); in Statement()
2771 if (tt == TOK_SEMI) { in Statement()
2930 if (tt == TOK_SEMI) { in Statement()
3330 JS_ASSERT(pn->pn_type == TOK_SEMI || in Statement()
3471 case TOK_SEMI: in Statement()
3475 pn->pn_type = TOK_SEMI; in Statement()
3569 pn->pn_type = TOK_SEMI; in Statement()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsparse.c1350 item->pn_type = TOK_SEMI; in FunctionDef()
1403 result->pn_type = TOK_SEMI; in FunctionDef()
2446 pn->pn_type = TOK_SEMI; in LetBlock()
2739 (void) js_MatchToken(cx, ts, TOK_SEMI); in Statement()
2771 if (tt == TOK_SEMI) { in Statement()
2930 if (tt == TOK_SEMI) { in Statement()
3330 JS_ASSERT(pn->pn_type == TOK_SEMI || in Statement()
3471 case TOK_SEMI: in Statement()
3475 pn->pn_type = TOK_SEMI; in Statement()
3569 pn->pn_type = TOK_SEMI; in Statement()
[all …]
H A Djsscan.h63 TOK_SEMI = 2, /* semicolon */ enumerator

123