Home
last modified time | relevance | path

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

/busybox-1.35.0/include/
Dlibbb.h1958 FOR_SHELL = DO_HISTORY | TAB_COMPLETION | USERNAME_COMPLETION, enumerator
/busybox-1.35.0/shell/
Dhush.c10643 G.line_input_state = new_line_input_t(FOR_SHELL); in hush_main()
Dash.c9750 line_input_state = new_line_input_t(FOR_SHELL | WITH_PATH_LOOKUP); in setinteractive()