Searched refs:Linetype (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/scripts/ |
D | unifdef.c | 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() [all …]
|