Searched refs:newVal (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/setxkbmap/dist/
H A Dsetxkbmap.c180 static Bool addToList(list_t *list, const char *newVal);
183 static void trySetString(setting_t * setting, char *newVal, enum source src);
200 If newVal is NULL or empty string, the list is cleared.
201 Otherwise newVal is added to the end of the list (if it is not present in the list yet).
205 addToList(list_t *list, const char *newVal) argument
209 if ((!newVal) || (!newVal[0]))
216 if (streq(list->item[i], newVal))
232 list->item[list->num] = strdup(newVal);
319 trySetString(setting_t *setting, char *newVal, enu argument
[all...]
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_driver.c1471 unsigned char temp, origVal, newVal; local in function:TridentFindIsaDevice
1484 newVal = inb(0x3C5) & 0x0F;
1490 if (newVal != 2) {
/xsrc/external/mit/ctwm/dist/
H A Dewmh.c94 int newVal);

Completed in 8 milliseconds