| /src/external/bsd/tradcpp/dist/ |
| directive.c | 46 struct ifstate { struct 47 struct ifstate *prev; 54 static struct ifstate *ifstate; variable in typeref:struct:ifstate 128 struct ifstate * 129 ifstate_create(struct ifstate *prev, struct place *p, bool startstate) 131 struct ifstate *is; 148 ifstate_destroy(struct ifstate *is) 157 struct ifstate *newstate; 159 newstate = ifstate_create(ifstate, p, startstate) [all...] |
| directive.c | 46 struct ifstate { struct 47 struct ifstate *prev; 54 static struct ifstate *ifstate; variable in typeref:struct:ifstate 128 struct ifstate * 129 ifstate_create(struct ifstate *prev, struct place *p, bool startstate) 131 struct ifstate *is; 148 ifstate_destroy(struct ifstate *is) 157 struct ifstate *newstate; 159 newstate = ifstate_create(ifstate, p, startstate) [all...] |
| /src/usr.bin/unifdef/ |
| unifdef.c | 159 } Ifstate; 235 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */ variable 258 static void state(Ifstate); 543 state(Ifstate is) 545 ifstate[depth] = is; 576 trans_table[ifstate[depth]][lineval](); 579 ifstate_name[ifstate[depth]], depth);
|
| unifdef.c | 159 } Ifstate; 235 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */ variable 258 static void state(Ifstate); 543 state(Ifstate is) 545 ifstate[depth] = is; 576 trans_table[ifstate[depth]][lineval](); 579 ifstate_name[ifstate[depth]], depth);
|