Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c3087 static const uint8_t syntax_index_table[] ALIGN1 = { in SIT() local
3108 indx = syntax_index_table[s - spec_symbls]; in SIT()
3114 static const uint8_t syntax_index_table[] ALIGN1 = { variable
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); \