Symbol: Linetype
usr.bin/unifdef/unifdef.c
1045
static Linetype
usr.bin/unifdef/unifdef.c
1051
Linetype lt, rt;
usr.bin/unifdef/unifdef.c
1084
static Linetype
usr.bin/unifdef/unifdef.c
1087
Linetype ret;
usr.bin/unifdef/unifdef.c
227
static Linetype ifeval(const char **);
usr.bin/unifdef/unifdef.c
234
static Linetype parseline(void);
usr.bin/unifdef/unifdef.c
753
Linetype lineval = LT_PLAIN;
usr.bin/unifdef/unifdef.c
776
static Linetype
usr.bin/unifdef/unifdef.c
781
Linetype retval;
usr.bin/unifdef/unifdef.c
84
#define linetype_if2elif(lt) ((Linetype)(lt - LT_IF + LT_ELIF))
usr.bin/unifdef/unifdef.c
85
#define linetype_2dodgy(lt) ((Linetype)(lt + LT_DODGY))
usr.bin/unifdef/unifdef.c
870
static Linetype op_strict(long *p, long v, Linetype at, Linetype bt) {
usr.bin/unifdef/unifdef.c
874
static Linetype op_lt(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
877
static Linetype op_gt(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
880
static Linetype op_le(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
883
static Linetype op_ge(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
886
static Linetype op_eq(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
889
static Linetype op_ne(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
892
static Linetype op_or(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
897
static Linetype op_and(long *p, Linetype at, long a, Linetype bt, long b) {
usr.bin/unifdef/unifdef.c
915
typedef Linetype eval_fn(const struct ops *, long *, const char **);
usr.bin/unifdef/unifdef.c
928
Linetype (*fn)(long *, Linetype, long, Linetype, long);
usr.bin/unifdef/unifdef.c
956
static Linetype
usr.bin/unifdef/unifdef.c
963
Linetype lt;