Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2823 const bool is_interactive = io_handler.GetIsInteractive(); in IOHandlerInputComplete() local
2824 if (!is_interactive) { in IOHandlerInputComplete()
/freebsd-13.1/contrib/flex/src/
H A Dflex.skl615 #define yy_set_interactive(is_interactive) \
622 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
/freebsd-13.1/contrib/flex/
H A DONEWS303 yy_set_interactive(is_interactive)
H A DChangeLog8915 * gen.c: is_interactive -> yy_is_interactive