Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c8227 static int builtinloc = -1; /* index in path of %builtin, or -1 */ variable
8380 && builtinloc > 0 in clearcmdentry()
8502 && builtinloc > 0 in hashcmd()
8531 && builtinloc > 0) in hashcd()
8566 builtinloc = bltin; in changepath()
13753 if (builtinloc <= 0) in find_command()
13775 prev = builtinloc; in find_command()