Searched refs:ifstate (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/tradcpp/dist/
H A Ddirective.c46 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,
[all...]
/netbsd-current/usr.bin/unifdef/
H A Dunifdef.c235 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */ variable
545 ifstate[depth] = is;
576 trans_table[ifstate[depth]][lineval]();
579 ifstate_name[ifstate[depth]], depth);

Completed in 103 milliseconds