Lines Matching +defs:first +defs:name
22 Except as contained in this notice, the name of The Open Group shall
50 char *name;
70 /* See if we can catch a straight XK_foo 0x1234-style definition first;
105 if (strcmp(info[i].name, alias) == 0) {
125 char *name;
127 int first;
154 name = malloc(strlen(prefix) + strlen(key) + 1);
155 if (!name) {
159 sprintf(name, "%s%s", prefix, key);
160 info[ksnum].name = name;
180 for (name = tab, i = z; --i >= 0;)
181 *name++ = 0;
183 name = info[i].name;
185 while ((c = *name++))
187 first = j = sig % z;
189 j += first + 1;
192 if (j == first)
222 name = info[i].name;
224 while ((c = *name++))
226 first = j = sig % z;
228 j += first + 1;
239 for (name = info[i].name, k += 7; (c = *name++); k++)
264 for (name = tab, i = z; --i >= 0;)
265 *name++ = 0;
268 first = j = val % z;
272 j += first + 1;
275 if (j == first)
306 first = j = val % z;
310 j += first + 1;