Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c2240 #define pathval() (vpath.var_text + 5) macro
8355 path = pathval(); in printentry()
8508 find_command(name, &entry, DO_ERR, pathval()); in hashcmd()
8706 path = path ? path : pathval(); in describe_command()
10062 shellexec(prog, argv, pathval(), 0); in execcmd()
10343 cmd_flag | DO_REGBLTIN, pathval()); in evalcommand()
10478 path = path ? path : pathval(); in evalcommand()
10641 find_command(n->ncmd.args->narg.text, &entry, 0, pathval()); in prehash()
10784 line_input_state->path_lookup = pathval(); in preadfd()
13559 const char *path = pathval(); in find_dot_file()
[all …]