Home
last modified time | relevance | path

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

/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c307 #define yy_set_interactive(is_interactive) \ argument
314 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c310 #define yy_set_interactive(is_interactive) \ argument
317 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c310 #define yy_set_interactive(is_interactive) \ argument
317 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c310 #define yy_set_interactive(is_interactive) \ argument
317 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
/freebsd/usr.bin/lex/
H A Dinitscan.c306 #define yy_set_interactive(is_interactive) \ argument
313 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3099 const bool is_interactive = io_handler.GetIsInteractive(); in IOHandlerInputComplete() local
3103 if (!is_interactive && !allow_repeats) { in IOHandlerInputComplete()
3112 if (!is_interactive) { in IOHandlerInputComplete()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c306 #define yy_set_interactive(is_interactive) \ argument
313 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
/freebsd/contrib/flex/src/
H A Dflex.skl615 #define yy_set_interactive(is_interactive) \
622 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
/freebsd/contrib/flex/
H A DONEWS303 yy_set_interactive(is_interactive)
H A DChangeLog8915 * gen.c: is_interactive -> yy_is_interactive