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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dhush.c1912 char **for_lcur = NULL; local
2027 if (!for_lcur) {
2033 for_lcur = for_list;
2039 if (!*for_lcur) {
2041 for_lcur = NULL;
2047 /* insert next value from for_lcur */
2049 pi->progs->argv[0] = xasprintf("%s=%s", for_varname, *for_lcur++);

Completed in 74 milliseconds