Home
last modified time | relevance | path

Searched refs:S_STAR (Results 1 – 21 of 21) sorted by relevance

/dports/devel/ucpp/ucpp-31b719e/
H A Dlexer.c72 S_SHARP, S_PCT, S_PCT2, S_PCT3, S_AMPER, S_CHAR, S_CHAR2, S_STAR, enumerator
115 { S_START, { '*' }, S_STAR },
204 { S_STAR, { ANY }, FRZ(STO(STAR)) },
205 { S_STAR, { '=' }, STO(ASSTAR) },
/dports/devel/z88dk/z88dk/src/ucpp/
H A Dlexer.c73 S_SHARP, S_PCT, S_PCT2, S_PCT3, S_AMPER, S_CHAR, S_CHAR2, S_STAR, enumerator
116 { S_START, { '*' }, S_STAR },
205 { S_STAR, { ANY }, FRZ(STO(STAR)) },
206 { S_STAR, { '=' }, STO(ASSTAR) },
/dports/audio/sfront/sfront-0.99/src/
H A Dcollapse.c306 ( (tptr->down->next->ttype != S_STAR) && in co_multicollapse()
360 case S_STAR: in co_multicollapse()
717 t_two->ttype = S_STAR; in co_dividereduction()
H A Dtokens.c593 case S_STAR: in tokenmap()
594 return S_STAR; in tokenmap()
1120 case S_STAR: in parsetokenmap()
1646 case S_STAR: in strfortoken()
H A Dspecial.c236 (tptr->down->next->ttype == S_STAR) ) in specialupdate()
H A Doptconst.c912 ( (tptr->down->next->ttype != S_STAR) &&
979 case S_STAR:
1468 t_two->ttype = S_STAR;
H A Dparsehelp.c1902 case S_STAR: /* * */ in make_expr()
1908 (t_one->down->next->ttype == S_STAR)) in make_expr()
1918 (t_three->down->next->ttype == S_STAR)) in make_expr()
H A Dreadscore.c123 if (tptr->ttype == S_STAR) in readscore()
134 if (nsl->ttype == S_STAR) in readscore()
1749 scorelval->ttype = S_STAR; in scorelex()
H A Dtreeupdate.c640 (tptr->down->next->ttype == S_STAR) ) in widthupdate()
1511 (tptr->down->next->ttype == S_STAR) ) in rateupdate()
H A Dlex.c1122 yylval->ttype = lexttl = S_STAR;
H A Doptrate.c525 (tptr->down->next->ttype != S_STAR))) in multioptrate()
H A Dtree.h154 #define S_STAR 0x57 macro
H A Doptrefer.c643 ( (tptr->down->next->ttype != S_STAR) &&
H A Dpostparse.c1533 (tptr->down->next->ttype == S_STAR) || in varupdate()
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/ucpp/
H A Dlexer.c72 S_SHARP, S_PCT, S_PCT2, S_PCT3, S_AMPER, S_CHAR, S_CHAR2, S_STAR, enumerator
115 { S_START, { '*' }, S_STAR },
204 { S_STAR, { ANY }, FRZ(STO(STAR)) },
205 { S_STAR, { '=' }, STO(ASSTAR) },
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h33 #define S_STAR 5 macro
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dparser.c930 case S_STAR: in dumpsst()
H A Dsemant.h29 #define S_STAR 5 /* * */ macro
H A Dsemfunc2.c351 SST_IDG(itemp->t.stkp) == S_STAR) { in ref_stfunc()
811 case S_STAR: in mkarg()
H A Dsemant.c5946 SST_IDP(RHS(3), S_STAR); in semant1()
5953 SST_IDP(RHS(1), S_STAR); in semant1()
5977 } else if (SST_IDG(RHS(rhstop)) == S_STAR) { in semant1()
5979 sem.bounds[sem.arrdim.ndim].uptype = S_STAR; in semant1()
H A Dsemutil.c1251 case S_STAR: in mkexpr1()