Lines Matching defs:next
188 // find next '/', but don't try to mkdir "" at start of absolute path
231 (*list)->next = 0;
234 list = &(*list)->next;
255 char *res, *next = strchr(path, ':');
256 int len = next ? next-path : strlen(path);
273 rnext->next = NULL;
274 prlist = &(rnext->next);
277 if (!next) break;
456 // parse next character advancing pointer. echo requires leading 0 in octal esc
913 al->next = toys.xexit;
1259 struct pwuidbuf_list *next;
1267 for (list = pwuidbuf; list; list = list->next)
1282 list->next = pwuidbuf;
1292 struct grgidbuf_list *next;
1299 for (list = grgidbuf; list; list = list->next)
1313 list->next = grgidbuf;
1349 // lasts until next call.
1360 // lasts until next call.