HomeSort by relevance Sort by last modified time
    Searched defs:second (Results 1 - 2 of 2) sorted by null

  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/
Suncompose.h 184 unsigned char second; member in struct:_ComposeTableEntry
190 * The first and second characters in each entry must be in ASCII
196 /* COMPOSE + first character + second character => ISO character */
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-pref.c 46 GSList *second = standard; local
48 while (second != NULL) {
49 if (encoding2id (list->data) == encoding2id (second->data))
51 second = g_slist_next (second);
54 if (second != NULL) { /* duplicated, remove it */

Completed in 240 milliseconds