OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:checkonly
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/Xi/
xiproperty.c
531
BOOL
checkonly
),
761
BOOL
checkonly
= TRUE;
local
763
/* run through all handlers with
checkonly
TRUE, then again with
764
*
checkonly
FALSE. Handlers MUST return error codes on the
765
*
checkonly
run, errors on the second run are ignored */
772
&new_value,
checkonly
);
774
if (
checkonly
&& rc != Success) {
783
checkonly
= !
checkonly
;
784
} while (!
checkonly
);
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/Xi/
xiproperty.c
546
BOOL
checkonly
),
785
BOOL
checkonly
= TRUE;
local
786
/* run through all handlers with
checkonly
TRUE, then again with
787
*
checkonly
FALSE. Handlers MUST return error codes on the
788
*
checkonly
run, errors on the second run are ignored */
797
&new_value,
checkonly
);
798
if (
checkonly
&& rc != Success)
806
checkonly
= !
checkonly
;
807
} while (!
checkonly
);
[
all
...]
Completed in 6 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026