Searched refs:names (Results 1 - 1 of 1) sorted by relevance

/libmicro/
H A Dpipe.c94 char *lookupa(int x, char *names[]);
95 int lookup(char *x, char *names[]);
541 lookupa(int x, char *names[]) argument
545 while (names[i] != NULL) {
547 return (names[i]);
555 lookup(char *x, char *names[]) argument
559 while (names[i] != NULL) {
560 if (strcmp(names[i], x) == 0) {

Completed in 19 milliseconds