Home
last modified time | relevance | path

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

/external/toybox/scripts/
Dmkflags.c169 struct flag *flist, *aflist, *offlist; in main() local
200 offlist = aflist = digest(allflags); in main()
205 while (offlist) { in main()
208 if (!offlist->command) s = offlist->lopt->command; in main()
210 *s = *offlist->command; in main()
214 offlist = offlist->next; in main()