Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c2165 struct shparam shellparam; /* $@ current positional parameters */ member
2179 #define shellparam (G_var.shellparam ) macro
2252 shellparam.optind = 1; in getoptsreset()
2254 shellparam.optind = number(value) ?: 1; in getoptsreset()
2255 shellparam.optoff = -1; in getoptsreset()
7462 num = shellparam.nparam; in varvalue()
7514 ap = shellparam.p; in varvalue()
7538 if (num < 0 || num > shellparam.nparam) in varvalue()
7540 p = num ? shellparam.p[num - 1] : arg0; in varvalue()
7673 quoted = *var == '@' && shellparam.nparam; in evalvar()
[all …]