Lines Matching defs:ascope
192 char *ascope, **srch;
194 if (!(ascope = strdup(s))) { /* no memory! */
201 (void *) ascope, stree,
203 if (*srch != ascope)
204 /* scope is already in there, so just free ascope */
205 free(ascope);
386 char *ascope, **srch;
388 if (!(ascope = strdup(s))) { /* no memory! */
396 (void *) ascope, collator,
398 if (*srch != ascope)
399 /* scope is already in there, so just free ascope */
400 free(ascope);