/src/usr.bin/unifdef/ |
unifdef.c | 696 static eval_fn eval_table, eval_unary; variable in typeref:typename:eval_fn 700 * in a table-driven way by eval_table. When it evaluates a subexpression it 712 { eval_table, { { "||", op_or } } }, 713 { eval_table, { { "&&", op_and } } }, 714 { eval_table, { { "==", op_eq }, 744 if (eval_table(eval_ops, valp, &cp) == LT_IF) 796 eval_table(const struct ops *ops, int *valp, const char **cpp) function in typeref:typename:Linetype 838 ret = eval_table(eval_ops, &val, cpp);
|
unifdef.c | 696 static eval_fn eval_table, eval_unary; variable in typeref:typename:eval_fn 700 * in a table-driven way by eval_table. When it evaluates a subexpression it 712 { eval_table, { { "||", op_or } } }, 713 { eval_table, { { "&&", op_and } } }, 714 { eval_table, { { "==", op_eq }, 744 if (eval_table(eval_ops, valp, &cp) == LT_IF) 796 eval_table(const struct ops *ops, int *valp, const char **cpp) function in typeref:typename:Linetype 838 ret = eval_table(eval_ops, &val, cpp);
|
unifdef.c | 696 static eval_fn eval_table, eval_unary; variable in typeref:typename:eval_fn 700 * in a table-driven way by eval_table. When it evaluates a subexpression it 712 { eval_table, { { "||", op_or } } }, 713 { eval_table, { { "&&", op_and } } }, 714 { eval_table, { { "==", op_eq }, 744 if (eval_table(eval_ops, valp, &cp) == LT_IF) 796 eval_table(const struct ops *ops, int *valp, const char **cpp) function in typeref:typename:Linetype 838 ret = eval_table(eval_ops, &val, cpp);
|