Searched refs:SI_TO_SI (Results 1 - 1 of 1) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | expr.c | 130 enum { SI_TO_SI = 1, SI_TO_I, I_TO_I, S_TO_SI }; enumerator 139 // logical ops, precedence 1 and 2, signature SI_TO_SI 140 {"|", 1, SI_TO_SI, OR }, 141 {"&", 2, SI_TO_SI, AND }, 162 case SI_TO_SI: in eval_op()
|
Completed in 2 milliseconds