| /minix3/bin/ed/test/ |
| H A D | TODO | 15 8) ed - verify: interactive/help mode 16 9) G/pat/ - verify: global interactive command 17 10) V/pat/ - verify: global interactive command
|
| /minix3/external/bsd/llvm/dist/clang/utils/ |
| H A D | clang-completion-mode.el | 86 (interactive) 176 (interactive "p") 193 (interactive "p") 201 (interactive) 208 (interactive)
|
| /minix3/usr.bin/ftp/ |
| H A D | cmds.c | 166 if (!interactive || confirmrest) in confirm() 190 interactive = 0; in confirm() 486 cp, tp, cp != tp || !interactive); in mput() 488 ointer = interactive; in mput() 489 interactive = 1; in mput() 493 interactive = ointer; in mput() 510 argv[i], tp, tp != argv[i] || !interactive); in mput() 512 ointer = interactive; in mput() 513 interactive = 1; in mput() 517 interactive = ointer; in mput() [all …]
|
| H A D | main.c | 164 interactive = 1; in main() 312 interactive = 0; in main() 397 interactive = 0; in main()
|
| /minix3/external/bsd/top/dist/ |
| H A D | top.c | 366 gstate->interactive = No; in do_arguments() 375 gstate->interactive = Yes; in do_arguments() 771 gstate->interactive = Maybe; in main() 856 gstate->smart_terminal = screen_readtermcap(gstate->interactive); in main() 859 if (gstate->interactive == Maybe) in main() 861 gstate->interactive = smart_terminal; in main() 953 if (gstate->interactive == 0 || statics.flags.warmup) in main() 975 if (gstate->interactive) in main()
|
| H A D | screen.h | 54 int screen_readtermcap(int interactive);
|
| H A D | globalstate.h | 57 int interactive; member
|
| H A D | screen.c | 214 screen_readtermcap(int interactive) in screen_readtermcap() argument 227 if (interactive == No) in screen_readtermcap()
|
| /minix3/external/bsd/flex/dist/ |
| H A D | main.c | 55 int interactive, lex_compat, posix_compat, do_yylineno, variable 268 if (interactive == unspecified) { in check_options() 270 interactive = false; in check_options() 272 interactive = true; in check_options() 280 if (interactive) in check_options() 774 if (interactive == false) 776 if (interactive == true) 947 interactive = csize = unspecified; 1019 interactive = false; 1094 interactive = true; [all …]
|
| H A D | ONEWS | 150 interactive -I option 164 always-interactive generate a scanner which always 165 considers its input "interactive" (no call to isatty() 169 never-interactive generate a scanner which never 170 considers its input "interactive" (no call to isatty() 306 "interactive". An interactive buffer is processed more slowly, 308 interactive to avoid problems due to waiting to fill buffers 310 in the macro invocation marks the buffer as interactive, a zero 311 value as non-interactive. Note that use of this macro overrides 312 "%option always-interactive" or "%option never-interactive". [all …]
|
| /minix3/etc/skel/ |
| H A D | dot.shrc | 8 # interactive mode settings go here
|
| /minix3/etc/root/ |
| H A D | dot.shrc | 10 # interactive mode settings go here
|
| /minix3/external/bsd/file/dist/magic/magdir/ |
| H A D | inform | 4 # inform: file(1) magic for Inform interactive fiction language
|
| /minix3/external/bsd/llvm/dist/clang/tools/clang-format/ |
| H A D | clang-format.el | 105 (interactive 160 (interactive)
|
| /minix3/external/bsd/flex/dist/tests/test-rescan-nr/ |
| H A D | scanner.l | 32 %option warn stack never-interactive
|
| /minix3/external/bsd/flex/dist/tests/test-rescan-r/ |
| H A D | scanner.l | 32 %option warn stack never-interactive
|
| /minix3/bin/ksh/ |
| H A D | main.c | 553 volatile int interactive = Flag(FTALKING) && toplevel; local 558 if (interactive) 566 if (interactive) { 612 if (interactive) { 645 if (t != NULL && t->type != TEOF && interactive && really_exit)
|
| H A D | lex.c | 1002 int interactive = Flag(FTALKING) && s->type == SSTDIN; local 1003 int have_tty = interactive && (s->flags & SF_TTY); 1037 if (interactive) { 1087 } else if (interactive) { 1106 if (interactive)
|
| /minix3/lib/libc/net/ |
| H A D | nslexer.l | 50 %option never-interactive
|
| /minix3/distrib/sets/ |
| H A D | metalog.subr | 8 # RCS wrapper for non-interactive scripts.
|
| /minix3/external/bsd/llvm/dist/llvm/utils/emacs/ |
| H A D | tablegen-mode.el | 106 (interactive)
|
| H A D | llvm-mode.el | 128 (interactive)
|
| /minix3/crypto/external/bsd/heimdal/dist/kuser/ |
| H A D | kcc-commands.in | 149 long = "interactive" 152 help = "interactive selection"
|
| /minix3/external/bsd/libpcap/dist/ |
| H A D | TODO | 24 + not very well suited for interactive programs (think ethereal). There
|
| /minix3/external/bsd/bind/dist/bin/dig/ |
| H A D | nslookup.c | 62 static isc_boolean_t interactive; variable 780 if (interactive) { in get_next_command() 798 if (interactive) in get_next_command() 899 interactive = ISC_TF(isatty(0)); in main()
|