Searched refs:kind (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c142 name_kind_t kind; member in struct:__anon14
289 name->kind = name_none;
295 name->kind |= name_string;
302 name->kind |= name_xid;
309 name->kind |= name_index;
316 if (old->kind & name_xid)
318 if (old->kind & name_string)
320 if (old->kind & name_index)
322 name->kind |= old->kind;
[all...]
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolextension.c358 switch (pselinfo->kind) {

Completed in 281 milliseconds