Home
last modified time | relevance | path

Searched refs:S_I_T (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c3032 static const uint16_t S_I_T[] ALIGN2 = { variable
3109 return (S_I_T[indx] >> (syntax*4)) & 0xf; in SIT()
3382 # define SIT(c, syntax) ((S_I_T[syntax_index_table[c]] >> ((syntax)*4)) & 0xf)
3390 ((S_I_T[syntax_index_table[c]] >> ((syntax)*4)) & 0xf); \