Searched refs:tight (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | ResConfig.c | 609 char *loose, *tight; local in function:_get_last_part 612 tight = strrchr(remainder, '.'); 614 if ((loose == NULL) && (tight == NULL)) { 618 if ((loose == NULL) || (tight && (strcoll(loose, tight) < 0))) { 619 *tight++ = '\0'; /* shorten the remainder string */ 620 *part = XtNewString(tight); 623 if ((tight == NULL) || (strcoll(tight, loose) < 0)) { 668 char *loose, *tight; local in function:_search_widget_tree [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Xrm.c | 106 Within an LTable, for a given name, the tight value always precedes the 108 the tight value. 111 in the order tight NTable, loose NTable, tight LTable, loose LTable. 131 unsigned int tight:1; /* 1 if it is a tight binding */ member in struct:_VEntry 152 unsigned int tight:1; /* 1 if it is a tight binding */ member in struct:_NTable 634 if (!fentry->tight && tentry->tight) { [all...] |
Completed in 4 milliseconds