Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c837 #define VSTRIMLEFT 0x8 /* ${var#pattern} */ macro
1237 case VSTRIMLEFT: in sharg()
7638 case VSTRIMLEFT: in evalvar()
12877 subtype = (c == '#' ? VSTRIMLEFT : VSTRIMRIGHT); in readtoken1()