Symbol: Linetype
usr.bin/unifdef/unifdef.c
1053
static Linetype
usr.bin/unifdef/unifdef.c
1059
Linetype lt, rt;
usr.bin/unifdef/unifdef.c
1092
static Linetype
usr.bin/unifdef/unifdef.c
1095
Linetype ret;
usr.bin/unifdef/unifdef.c
235
static Linetype ifeval(const char **);
usr.bin/unifdef/unifdef.c
242
static Linetype parseline(void);
usr.bin/unifdef/unifdef.c
763
Linetype lineval = LT_PLAIN;
usr.bin/unifdef/unifdef.c
784
static Linetype
usr.bin/unifdef/unifdef.c
789
Linetype retval;
usr.bin/unifdef/unifdef.c
878
static Linetype op_strict(long *p, long v, Linetype at, Linetype bt) {
usr.bin/unifdef/unifdef.c
882
static Linetype op_lt(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
885
static Linetype op_gt(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
888
static Linetype op_le(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
891
static Linetype op_ge(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
894
static Linetype op_eq(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
897
static Linetype op_ne(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
900
static Linetype op_or(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
905
static Linetype op_and(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
923
typedef Linetype eval_fn(const struct ops *, long *, const char **);
usr.bin/unifdef/unifdef.c
93
#define linetype_if2elif(lt) ((Linetype)(lt - LT_IF + LT_ELIF))
usr.bin/unifdef/unifdef.c
936
Linetype (*fn)(long *, Linetype, long, Linetype, long);
usr.bin/unifdef/unifdef.c
94
#define linetype_2dodgy(lt) ((Linetype)(lt + LT_DODGY))
usr.bin/unifdef/unifdef.c
964
static Linetype
usr.bin/unifdef/unifdef.c
971
Linetype lt;