Searched defs:univ_name (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/misc/ | ||
H A D | univdata.c | 45 char* univ_name[] = { "ucb", "att" }; variable 47 char* univ_name[] = { "att", "ucb" }; variable 50 int univ_max = sizeof(univ_name) / sizeof(univ_name[0]); |
Completed in 9 milliseconds