Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c6108 struct strlist **lastp; member
6172 *arglist->lastp = sp; in ifsbreakup()
6173 arglist->lastp = &sp->next; in ifsbreakup()
6213 *arglist->lastp = sp; in ifsbreakup()
6214 arglist->lastp = &sp->next; in ifsbreakup()
7691 *exparg.lastp = sp; in addfname()
7692 exparg.lastp = &sp->next; in addfname()
7813 *exparg.lastp = str; in expandmeta()
7815 exparg.lastp = &str->next; in expandmeta()
8041 savelastp = exparg.lastp; in expandmeta()
[all …]