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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c151 static char *last_modifying_cmd; // last modifying cmd for "." variable
488 free(last_modifying_cmd);
490 ioq = ioq_start = last_modifying_cmd = NULL;
1959 free(last_modifying_cmd);
1961 last_modifying_cmd = xzalloc(MAX_LINELEN);
1964 sprintf(last_modifying_cmd, "%d%c", cmdcnt, c);
1966 last_modifying_cmd[0] = c;
2283 // adding2q *last_modifying_cmd= read()
2303 if (last_modifying_cmd != 0) {
2304 int len = strlen(last_modifying_cmd);
[all...]

Completed in 47 milliseconds