Home
last modified time | relevance | path

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

/external/toybox/scripts/
Dmkflags.c177 struct flag *flist, *aflist, *offlist; in main() local
208 offlist = aflist = digest(allflags); in main()
213 while (offlist) { in main()
216 if (!offlist->command || *offlist->command=='~') in main()
217 s = offlist->lopt->command; in main()
219 *s = *offlist->command; in main()
223 offlist = offlist->next; in main()