Searched defs:All (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c5 * Copyright (c) 1991, 2000, Oracle and/or its affiliates. All rights reserved.
35 #define All -1 macro
42 int depth = All;
43 int visual_class = All;
123 if ((visual_class != All) && (depth != All)) {
142 else if (visual_class != All) {
150 else if (depth != All) {
306 if (depth == All) {
316 if (visual_class == All) {
[all...]

Completed in 10 milliseconds