Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c8195 #define DO_ABS 0x02 /* checks absolute paths */ macro
8732 find_command(command, &entry, DO_ABS, path); in describe_command()
13695 if (act & DO_ABS) { in find_command()