OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interactive
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/libepoxy/dist/.travis/
run-docker.sh
12
--tty --
interactive
"epoxyci" bash
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
cffdump.c
58
static int
interactive
;
variable
122
{ "no-pager", no_argument, &
interactive
, 0 },
123
{ "pager", no_argument, &
interactive
, 1 },
157
interactive
= isatty(STDOUT_FILENO);
159
options.color =
interactive
;
203
interactive
= 0;
214
if (
interactive
) {
237
if (
interactive
) {
crashdec.c
1077
static bool
interactive
;
variable
1084
if (
interactive
) {
1094
interactive
= isatty(STDOUT_FILENO);
1095
options.color =
interactive
;
1128
if (
interactive
) {
/xsrc/external/mit/xorg-server/dist/hw/xwin/
winprefslex.l
61
%option never-
interactive
/xsrc/external/mit/MesaLib.old/dist/scripts/
get_reviewer.pl
44
my $
interactive
= 0;
230
'i|
interactive
!' => \$
interactive
,
273
$output_rolestats = 1 if ($
interactive
);
284
$
interactive
= 0;
750
if ($
interactive
) {
795
--
interactive
=> display a menu (mostly useful if used with the --git option)
1356
save_commits_by_author(@lines) if ($
interactive
);
1357
save_commits_by_signer(@lines) if ($
interactive
);
1391
save_commits_by_author(@lines) if ($
interactive
);
[
all
...]
/xsrc/external/mit/xedit/dist/lisp/modules/
syntax.lsp
68
o Do a better handling of
interactive
edition for tokens that start and end
705
interactive
713
;; The
interactive
flag is only set after loading the file.
714
(or
interactive
738
;; Used in
interactive
mode, to return the syntax table
751
;; Add this property to newlines as a hint to the
interactive
1079
(and
interactive
1239
(and
interactive
1323
;; Set newline property, to help
interactive
callback
1391
;; as a hint to the
interactive
callback
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
glcpp-lex.l
174
%option never-
interactive
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
glcpp-lex.l
174
%option never-
interactive
/xsrc/external/mit/xedit/dist/lisp/
private.h
366
int
interactive
;
member in struct:_LispMac
lisp.c
5052
if (lisp__data.
interactive
&& lisp__data.prompt) {
5058
if (lisp__data.
interactive
) {
5304
lisp__data.
interactive
= 1;
5347
lisp__data.errexit = !lisp__data.
interactive
;
5349
if (lisp__data.
interactive
) {
5445
LispSetInteractive(int
interactive
)
5447
lisp__data.
interactive
= !!
interactive
;
Completed in 14 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026