Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped302 #define yy_set_interactive(is_interactive) \
309 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
/busybox-1.35.0/shell/
Dash.c9724 static smallint is_interactive; in setinteractive() local
9726 if (++on == is_interactive) in setinteractive()
9728 is_interactive = on; in setinteractive()
9732 if (is_interactive > 1) { in setinteractive()