Searched refs:nextname (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | getlist.c | 63 it->nextname = NULL; 96 end->nextname = nname; 114 next = locallist->nextname; 145 for (; list; list = list->nextname)
|
H A D | yp_getalias.c | 135 entry = entry->nextname, strcpy(name, entry->name)) { 185 entry; entry = entry->nextname, strcpy(name, entry->name)) {
|
H A D | ypsym.h | 161 struct listofnames *nextname; member
|
H A D | yp_b_subr.c | 544 for (list = lin; list; list = list->nextname) {
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 1072 static char *nextname(Mac_t *mp,const char *prefix, int len) in nextname() function 1512 nextname(mp,id,0); in varsub() 1513 v = nextname(mp,id,dolmax); in varsub() 1912 if(!(v = nextname(mp,id,dolmax))) in varsub()
|