Home
last modified time | relevance | path

Searched refs:C_ELSE (Results 1 – 11 of 11) sorted by relevance

/dports/lang/bwbasic/bwbasic-3.20/
H A Dbwb_stc.c150 case C_ELSE: in ErrorMessage()
624 case C_ELSE: in bwb_scan()
664 case C_ELSE: in bwb_scan()
769 case C_ELSE: in bwb_scan()
788 case C_ELSE: in bwb_scan()
H A Dbwbasic.h2392 #define C_ELSE 46 /* ELSE */ macro
H A Dbwbasic.c2866 case C_ELSE: in bwb_vector()
H A Dbwd_cmd.c482 C_ELSE, /* UniqueID */
/dports/devel/global/global-6.6.7/libparser/
H A Dc_res.h70 #define C_ELSE 2028 macro
338 {"else", C_ELSE}, in c_lookup()
H A Dc_res.gpf39 #define C_ELSE 2028
168 else, C_ELSE
H A DC.c326 case C_ELSE: in C_family()
/dports/lang/pcc/pcc-1.1.0/cc/cxxcom/
H A Dscan.l110 "else" { return(C_ELSE); }
H A Dcgram.y104 %token C_ELSE
1060 ifelprefix: ifprefix statement C_ELSE {
/dports/lang/pcc/pcc-1.1.0/cc/ccom/
H A Dscan.l106 "else" { return(C_ELSE); }
H A Dcgram.y104 %token C_ELSE
976 ifelprefix: ifprefix statement C_ELSE {