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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c1911 char **for_lcur = NULL; local
2026 if (!for_lcur) {
2032 for_lcur = for_list;
2038 if (!*for_lcur) {
2040 for_lcur = NULL;
2046 /* insert next value from for_lcur */
2048 pi->progs->argv[0] = xasprintf("%s=%s", for_varname, *for_lcur++);

Completed in 30 milliseconds