Lines Matching defs:found
237 char *pt, *found;
275 found = NULL;
281 found = chp->token;
283 } else if (found) {
287 found = chp->token;
302 found = menup->invis[i];
304 } else if (found) {
308 found = menup->invis[i];
312 if (found) {
313 choice[nchoice++] = found;
555 struct _choice_ *found;
562 found = NULL;
565 continue; /* lower than the last one we found */
569 found = chp;
573 return (found);