Home
last modified time | relevance | path

Searched refs:S_WHILE (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/gap/gap-4.11.0/src/
H A Dscanner.h100 S_WHILE = (1UL<<22)+2, enumerator
189 #define STATBEGIN (S_IDENT|S_UNBIND|S_IF|S_FOR|S_WHILE|S_REPEAT \
H A Dscanner.c338 case 256*'w'+'e': if(!strcmp(v,"while")) return S_WHILE; in GetIdent()
H A Dread.c2107 Match(s, S_WHILE, "while", follow); in ReadWhile()
2438 case S_WHILE: ReadWhile(s, follow ); break; in TryReadStatement()
/dports/audio/sfront/sfront-0.99/src/
H A Dtokens.c485 case S_WHILE: in tokenmap()
486 return S_WHILE; in tokenmap()
1012 case S_WHILE: in parsetokenmap()
1538 case S_WHILE: in strfortoken()
H A Dspecial.c182 if (tptr->down->ttype == S_WHILE) in specialupdate()
H A Dtreeupdate.c430 if (tptr->down->ttype == S_WHILE) in widthupdate()
1151 ((tptr->down->ttype == S_WHILE) || (tptr->down->ttype == S_IF))) in rateupdate()
1443 if (tptr->down->ttype == S_WHILE) in rateupdate()
H A Dlex.c967 yylval->ttype = lexttl = S_WHILE;
H A Doptrate.c102 case S_WHILE: in stateoptrate()
H A Dtree.h96 #define S_WHILE 0x21 macro
H A Dblocktree.c1268 case S_WHILE:
H A Doptrefer.c111 case S_WHILE:
H A Doptconst.c108 case S_WHILE:
H A Dpostparse.c1489 (tptr->down->ttype == S_WHILE) || in varupdate()
H A Dparsehelp.c1195 if (t_one->ttype == S_WHILE) /* WHILE LP expr RP LC block RC */ in make_statement()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_prp2.c3193 case S_WHILE: in __prep_lstofsts()
6086 case S_WHILE: in __free_1stmt()
6397 case S_FOREVER: case S_WHILE: in cmp_xform1_stmt()
6823 case S_FOREVER: case S_WHILE: in cxf_fixup_lstofsts_gotos()
H A Dv_src2.c830 else stp = __alloc_stmt(S_WHILE); in rd_loop()
846 stp->stmttyp = S_WHILE; in rd_loop()
H A Dv_fx2.c3322 case S_WHILE: in stmt_do_inpsel_set()
7380 case S_WHILE: in chk_nodel_stmt()
7889 case S_WHILE: in chk_1stmt()
8271 case S_WHILE: in bld_stmt_evxlst()
H A Dv_dbg.c1448 case S_WHILE: in renumber_1stmt()
H A Dv.h672 #define S_WHILE 9 /* execept forever only sim time loop */ macro
H A Dv_dbg2.c2265 case S_FOREVER: case S_WHILE: in find_nxtstp()
H A Dv_ex.c685 case S_WHILE: in exec_stmts()
1107 case S_WHILE: in __brktr_exec_1stmt()
H A Dv_src.c4098 case S_WHILE: in __alloc_stmt()
H A Dv_ms.c5231 case S_WHILE: strcpy(s, "while"); break; in __to_sttyp()
H A Dv_cnv.c4586 case S_WHILE: in __dmp_stmt()
H A Dv_fx.c7106 case S_WHILE: in copy_stmt()

12