Home
last modified time | relevance | path

Searched refs:KW_FOR (Results 1 – 7 of 7) sorted by relevance

/dports/devel/cutils/cutils-1.6/src/cunloop/
H A Dtokens.h39 KW_FOR, enumerator
H A Dcunloop.c73 case KW_FOR: in outtk()
303 case KW_FOR: in parse_until()
H A Dlexer.l69 "for" { return KW_FOR; }
/dports/cad/stepcode/stepcode-0.8/src/express/
H A Dexp_kw.c50 char * KW_FOR = "FOR"; variable
/dports/cad/stepcode/stepcode-0.8/include/express/
H A Dexp_kw.h53 extern SC_EXPRESS_EXPORT char * KW_FOR;
/dports/lang/rust/rustc-1.58.1-src/src/doc/reference/src/
H A Dkeywords.md34 > KW_FOR : `for`\
/dports/lang/micropython/micropython-1.17/py/
H A Dgrammar.h195 DEF_RULE(for_stmt, c(for_stmt), and(7), tok(KW_FOR), rule(exprlist), tok(KW_IN), rule(testlist), to…
361 DEF_RULE_NC(comp_for, and_blank(5), tok(KW_FOR), rule(exprlist), tok(KW_IN), rule(or_test), opt_rul…