Searched refs:have_status_msg (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.c122 static int have_status_msg; // is default edit status needed? variable
2609 if (!have_status_msg) {
2613 if (have_status_msg || ((cnt > 0 && last_status_cksum != cksum))) {
2618 if (have_status_msg) {
2619 if (((int)strlen(status_buffer) - (have_status_msg - 1)) >
2621 have_status_msg = 0;
2624 have_status_msg = 0;
2643 have_status_msg = 1 + sizeof(SOs) + sizeof(SOn) - 2;
2655 have_status_msg = 1;

Completed in 59 milliseconds