Searched refs:lastp (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.h47 struct strlist **lastp; member in struct:arglist
H A Dexpand.c202 exparg.lastp = &exparg.list;
208 *exparg.lastp = NULL;
209 exparg.lastp = &exparg.list;
214 *exparg.lastp = sp;
215 exparg.lastp = &sp->next;
217 *exparg.lastp = NULL;
219 *arglist->lastp = exparg.list;
220 arglist->lastp = exparg.lastp;
1124 *arglist->lastp
[all...]
H A Deval.c399 arglist.lastp = &arglist.list;
403 *arglist.lastp = NULL;
439 arglist.lastp = &arglist.list;
524 fn.lastp = &fn.list;
740 varlist.lastp = &varlist.list;
741 *varlist.lastp = NULL;
742 arglist.lastp = &arglist.list;
743 *arglist.lastp = NULL;
749 spp = arglist.lastp;
778 spp = varlist.lastp;
[all...]
H A Dmiscbltin.c81 arglist.lastp = &arglist.list;
84 *arglist.lastp = NULL;

Completed in 32 milliseconds