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

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dunivdata.c45 char* univ_name[] = { "ucb", "att" }; variable
47 char* univ_name[] = { "att", "ucb" }; variable
50 int univ_max = sizeof(univ_name) / sizeof(univ_name[0]);
H A Dunivlib.h74 extern char* univ_name[];
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathsetlink.c52 if (*univ_name[n])
59 for (v = univ_name[n]; *t = *v++; t++);
63 for (v = univ_name[n]; *t = *v++; t++);
H A Dpathgetlink.c84 if (*(v = s - 1) == *(u = univ_name[n]))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastconf.c697 while (n < univ_max && !streq(value, univ_name[n])
715 strcpy(fp->value, univ_name[n - 1]);

Completed in 38 milliseconds