Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c832 #define VSPLUS 0x3 /* ${var+text} */ macro
1228 case VSPLUS: in sharg()
7441 int discard = (subtype == VSPLUS || subtype == VSLENGTH) | (flags & EXP_DISCARD); in varvalue()
7601 case VSPLUS: in evalvar()