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

/system/core/sh/
H A Dtrap.c415 static int is_interactive; local
417 if (on == is_interactive)
422 is_interactive = on;
H A Darith_lex.c303 #define yy_set_interactive(is_interactive) \
310 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \

Completed in 4 milliseconds