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