Home
last modified time | relevance | path

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

/dports/devel/global/global-6.6.7/libparser/
H A Dc_res.h85 #define C_SWITCH 2043 macro
331 {"switch", C_SWITCH}, in c_lookup()
H A Dc_res.gpf54 #define C_SWITCH 2043
183 switch, C_SWITCH
H A DC.c331 case C_SWITCH: in C_family()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_sys.c175 #define C_SWITCH SWMASK ('C') macro
181 #define MODE_SWITCHES (C_SWITCH | M_SWITCH)
183 #define SYMBOLIC_SWITCHES (C_SWITCH | M_SWITCH | A_SWITCH)
2349 sw |= C_SWITCH; /* then set the -C switch */ in fprint_sym()
2417 else if (modes == C_SWITCH) { /* otherwise if ASCII string mode is specif… in fprint_sym()
2539 sw |= C_SWITCH; /* then set the -C switch */ in parse_sym()
2550 sw |= C_SWITCH; /* then set the -C switch */ in parse_sym()
2593 else if (modes == C_SWITCH) /* otherwise if string mode is specifie… in parse_sym()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_sys.c123 #define C_SWITCH SWMASK ('C') macro
131 #define MODE_SWITCHES (A_SWITCH | C_SWITCH | E_SWITCH | I_SWITCH | M_SWITCH | T_SWITCH)
1333 sw |= C_SWITCH; /* then set the -C switch */ in fprint_sym()
1379 else if (sw & C_SWITCH) { /* otherwise if ASCII string mode is specif… in fprint_sym()
1506 sw |= C_SWITCH; /* then set the -C switch */ in parse_sym()
1525 else if (sw & C_SWITCH && cptr [0] != '\0') { /* otherwise if a string is present */ in parse_sym()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_sys.c183 #define C_SWITCH SWMASK ('C') macro
2347 && not (sw & (A_SWITCH | C_SWITCH | M_SWITCH))) /* and no symbolic switches are present */ in fprint_sym()
2352 sw |= C_SWITCH; /* then set the -C switch */ in fprint_sym()
2397 else if (sw & C_SWITCH) { /* otherwise if ASCII string mode is specif… in fprint_sym()
2515 if (not (sw & (A_SWITCH | C_SWITCH | M_SWITCH))) /* if no symbolic switches are present */ in parse_sym()
2520 sw |= C_SWITCH; /* then set the -C switch */ in parse_sym()
2545 else if (sw & C_SWITCH && cptr [0] != '\0') { /* otherwise if a string is present */ in parse_sym()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_sys.c120 #define C_SWITCH SWMASK ('C') macro
129 #define MODE_SWITCHES (C_SWITCH | E_SWITCH | I_SWITCH | M_SWITCH | T_SWITCH)
1349 sw |= C_SWITCH; /* then set the -C switch */ in fprint_sym()
1408 else if (modes == C_SWITCH) { /* otherwise if ASCII string mode is specif… in fprint_sym()
/dports/lang/pcc/pcc-1.1.0/cc/cxxcom/
H A Dscan.l133 "switch" { return(C_SWITCH); }
H A Dcgram.y105 %token C_SWITCH
1111 switchpart: C_SWITCH '(' e ')' {
/dports/lang/pcc/pcc-1.1.0/cc/ccom/
H A Dscan.l125 "switch" { return(C_SWITCH); }
H A Dcgram.y105 %token C_SWITCH
1027 switchpart: C_SWITCH '(' e ')' {