Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c835 #define VSTRIMRIGHT 0x6 /* ${var%pattern} */ macro
1244 case VSTRIMRIGHT: in sharg()
7387 subtype -= VSTRIMRIGHT; in subevalvar()
7640 case VSTRIMRIGHT: in evalvar()
12877 subtype = (c == '#' ? VSTRIMLEFT : VSTRIMRIGHT); in readtoken1()