Home
last modified time | relevance | path

Searched refs:nextname (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dgetlist.c63 it->nextname = NULL;
96 end->nextname = nname;
114 next = locallist->nextname;
145 for (; list; list = list->nextname)
H A Dyp_getalias.c135 entry = entry->nextname, strcpy(name, entry->name)) {
185 entry; entry = entry->nextname, strcpy(name, entry->name)) {
H A Dypsym.h161 struct listofnames *nextname; member
H A Dyp_b_subr.c544 for (list = lin; list; list = list->nextname) {
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c1072 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()