Searched refs:SI_TO_SI (Results 1 - 1 of 1) sorted by relevance

/external/toybox/toys/pending/
H A Dexpr.c130 enum { SI_TO_SI = 1, SI_TO_I, I_TO_I, S_TO_SI }; enumerator in enum:__anon26955
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:

Completed in 131 milliseconds