HomeSort by relevance Sort by last modified time
    Searched full:aflist (Results 1 - 1 of 1) sorted by null

  /external/toybox/scripts/
mkflags.c 124 struct flag *flist, *aflist, *offlist; local
156 offlist = aflist = digest(allflags);
176 while (aflist) {
180 if (aflist->lopt) {
182 !strcmp(flist->lopt->command, aflist->lopt->command))
188 aflist->lopt->command, llstr, bit);
189 aflist->lopt = aflist->lopt->next;
190 if (!aflist->command) {
191 aflist = aflist->next
    [all...]

Completed in 51 milliseconds