Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DAddCreateDelete.pm129 sub is_interactive($self) subroutine
131 return $self->{interactive}->is_interactive;
249 sub is_interactive($) subroutine
H A DInteractive.pm117 sub is_interactive($self) subroutine
H A DDependencies.pm195 if ($state->is_interactive < 2) {
H A DAddDelete.pm379 if ($state->is_interactive) {
H A DDelete.pm80 if ($state->is_interactive) {
H A DAdd.pm896 if ($state->is_interactive) {
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Ditbl-lex.c251 #define yy_set_interactive(is_interactive) \ argument
255 yy_current_buffer->yy_is_interactive = is_interactive; \
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddeflex.c251 #define yy_set_interactive(is_interactive) \ argument
255 yy_current_buffer->yy_is_interactive = is_interactive; \
H A Drclex.c251 #define yy_set_interactive(is_interactive) \ argument
255 yy_current_buffer->yy_is_interactive = is_interactive; \
/openbsd-src/gnu/gcc/gcc/
H A Dgengtype-lex.c303 #define yy_set_interactive(is_interactive) \ argument
310 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-lex.c251 #define yy_set_interactive(is_interactive) \ argument
255 yy_current_buffer->yy_is_interactive = is_interactive; \
/openbsd-src/sbin/unwind/libunbound/util/
H A Dconfiglexer.c318 #define yy_set_interactive(is_interactive) \ argument
325 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3077 const bool is_interactive = io_handler.GetIsInteractive(); in IOHandlerInputComplete() local
3078 if (!is_interactive) { in IOHandlerInputComplete()
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq8.pod1043 answer. Its C<is_interactive> function returns an output filehandle;
1050 print { is_interactive } "I might go to standard output!\n";
/openbsd-src/usr.bin/lex/
H A Dflex.skl709 #define yy_set_interactive(is_interactive) \
716 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
H A DONEWS303 yy_set_interactive(is_interactive)
H A DChangeLog6482 * gen.c: is_interactive -> yy_is_interactive