OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mode_shown
(Results
1 - 1
of
1
) sorted by relevancy
/xsrc/external/mit/xrandr/dist/
xrandr.c
3956
Bool *
mode_shown
= calloc (output_info->nmode, sizeof (Bool));
local
3957
if (!
mode_shown
) fatal ("out of memory\n");
3962
if (
mode_shown
[j]) continue;
3975
if (
mode_shown
[k]) continue;
3979
mode_shown
[k] = True;
3993
free (
mode_shown
);
Completed in 7 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026