Home
last modified time | relevance | path

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

/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c7878 int idx_bltin; in changepath() local
7883 idx_bltin = -1; in changepath()
7896 if (*new == '%' && idx_bltin < 0 && prefix(new + 1, "builtin")) in changepath()
7897 idx_bltin = idx; in changepath()
7903 if (builtinloc < 0 && idx_bltin >= 0) in changepath()
7904 builtinloc = idx_bltin; /* zap builtins */ in changepath()
7905 if (builtinloc >= 0 && idx_bltin < 0) in changepath()
7908 builtinloc = idx_bltin; in changepath()