HomeSort by: relevance | last modified time | path
    Searched defs:ifstate (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/unifdef/
unifdef.c 159 } Ifstate;
235 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */ variable in typeref:typename:Ifstate[]
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 in typeref:typename:Ifstate[]
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);

Completed in 153 milliseconds