Home
last modified time | relevance | path

Searched refs:tELSIF (Results 1 – 8 of 8) sorted by relevance

/dports/cad/nvc/nvc-r1.5.3/src/
H A Dtoken.h94 tELSIF, enumerator
H A Dlexer.l279 {ELSIF} { TOKEN(tELSIF); }
H A Dparse.c3723 while (not_at_token(tEND, tELSE, tELSIF, tWHEN)) in p_sequence_of_statements()
4865 while (optional(tELSIF)) { in p_if_statement()
/dports/lang/yabasic/yabasic-2.90.1/unix/lang/
H A Dbison.h97 tELSIF = 303, enumerator
H A Dyabasic.flex187 ELSIF return tELSIF;
188 ELSEIF return tELSIF;
H A Dflex.c2583 return tELSIF;
2587 return tELSIF;
H A Dyabasic.bison149 %token tIF tTHEN tELSE tELSIF tENDIF tIMPLICITENDIF tUSING
757 | tELSIF expression maybe_then
H A Dbison.c275 tELSIF = 303, enumerator