Home
last modified time | relevance | path

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

/freebsd/contrib/unifdef/
H A Dunifdef.c100 } Ifstate; typedef
212 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */
257 static void state(Ifstate);
684 state(Ifstate is) in state()