Searched refs:sub_next (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/bmake/
H A Dfor.c97 int sub_next; member in struct:_For
405 if (arg->sub_next + strlist_num(&arg->vars) > strlist_num(&arg->items)) {
446 for_substitute(&cmds, &arg->items, arg->sub_next + i, ech);
465 for_substitute(&cmds, &arg->items, arg->sub_next + i, /*{*/ '}');
476 arg->sub_next += strlist_num(&arg->vars);

Completed in 32 milliseconds