Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c3078 static const char spec_symbls[] ALIGN1 = "\t\n !\"$&'()*-:;<=>?[\\]`|}~"; in SIT() local
3105 s = strchrnul(spec_symbls, c); in SIT()
3108 indx = syntax_index_table[s - spec_symbls]; in SIT()