Lines Matching refs:next
56 or "+" (next argument after "{}") to collect and run with multiple files.
80 struct execdir_data *next;
88 char *next, *prev; // layout compatible with struct double_list
131 for (dl = bb->names; dl; dl = dl->next) newargs[pos++] = dl->data;
181 for (dl = TT.argdata; dl; dl = dl->next) {
194 aa->execdir = bb->next;
202 bb->next = aa->execdir;
315 else active = 0; // decision has been made until next ")"
468 void *next, *prev;
573 // Add next name to list (global list without -dir, local with)
598 char *fmt, *ff, next[32], buf[64], ch;
617 memcpy(next, ff, len);
623 strcpy(next+len, "lld");
624 printf(next, (ch == 'i') ? (long long)new->st.st_ino
629 strcpy(next+len, "s");
630 if (ch == 'G') next[len] = 'd', ll = new->st.st_gid;
631 else if (ch == 'm') next[len] = 'o', ll = new->st.st_mode&~S_IFMT;
632 else if (ch == 'U') next[len] = 'd', ll = new->st.st_uid;
660 printf(next, ll);