Searched defs:label_last (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c86 static struct argnod *label_last; variable in typeref:struct:argnod
337 label_list = label_last = 0;
729 struct argnod *savelabel = label_last;
820 label_last = label_list;
836 label_last = savelabel;
1153 label_last = label_list;
1185 label_last = label_list;
1489 for(argp=label_list;argp!=label_last;argp=argp->argnxt.ap)

Completed in 64 milliseconds