Lines Matching +defs:last +defs:name
21 Except as contained in this notice, the name of The Open Group shall not be
195 * separate the name of a single symbol.
226 * Separate the name of the include file.
335 define2(const char *name, const char *val, struct inclist *file)
337 int first, last, below;
354 last = file->i_ndefs - 1;
355 while (last >= first) {
359 int middle = (first + last) / 2;
362 s1 = name;
374 /* If name > i_defs[middle] ... */
381 below = last = middle - 1;
385 /* Search is done. If we found an exact match to the symbol name,
389 name, (*sp)->s_value, val, file->i_file));
407 debug(1, ("defining %s to %s in file %s\n", name, val, file->i_file));
408 stab->s_name = strdup(name);
420 /* Separate symbol name and its value */
439 int last;
444 last = file->i_ndefs - 1;
446 while (last >= first) {
450 int middle = (first + last) / 2;
470 last = middle - 1;