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

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c87 } Linetype; typedef in typeref:enum:__anon16422
99 #define linetype_if2elif(lt) ((Linetype)(lt - LT_IF + LT_ELIF))
100 #define linetype_2dodgy(lt) ((Linetype)(lt + LT_DODGY))
256 static Linetype ifeval(const char **);
263 static Linetype parseline(void);
800 Linetype lineval = LT_PLAIN;
823 static Linetype
828 Linetype retval;
917 static Linetype op_strict(long *p, long v, Linetype a
[all...]

Completed in 109 milliseconds