Searched refs:listvars (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ ! |
D | ash.c | 2533 # define listvars(on, off, lp, end) listvars(on, off, end) macro 2536 listvars(int on, int off, struct strlist *lp, char ***end) in listvars() function 8300 envp = listvars(VEXPORT, VUNSET, /*strlist:*/ NULL, /*end:*/ NULL); in shellexec() 10508 environ = listvars(VEXPORT, VUNSET, varlist.list, /*end:*/ NULL); in evalcommand() 11471 ep = listvars(on, off, /*strlist:*/ NULL, &epend); in showvars()
|