Lines Matching refs:Linetype
83 } Linetype; typedef
219 static Linetype parseline(void);
220 static Linetype ifeval(const char **);
590 Linetype lineval = parseline(); in process()
639 static Linetype
645 Linetype retval; in parseline()
746 static Linetype op_strict(int *p, int v, Linetype at, Linetype bt) { in op_strict()
750 static Linetype op_lt(int *p, Linetype at, int a, Linetype bt, int b) { in op_lt()
753 static Linetype op_gt(int *p, Linetype at, int a, Linetype bt, int b) { in op_gt()
756 static Linetype op_le(int *p, Linetype at, int a, Linetype bt, int b) { in op_le()
759 static Linetype op_ge(int *p, Linetype at, int a, Linetype bt, int b) { in op_ge()
762 static Linetype op_eq(int *p, Linetype at, int a, Linetype bt, int b) { in op_eq()
765 static Linetype op_ne(int *p, Linetype at, int a, Linetype bt, int b) { in op_ne()
768 static Linetype op_or(int *p, Linetype at, int a, Linetype bt, int b) { in op_or()
773 static Linetype op_and(int *p, Linetype at, int a, Linetype bt, int b) { in op_and()
791 typedef Linetype eval_fn(const struct ops *, int *, const char **);
806 Linetype (*fn)(int *, Linetype, int, Linetype, int);
824 static Linetype
831 Linetype lt; in eval_unary()
912 static Linetype
918 Linetype lt, rt; in eval_table()
951 static Linetype