Searched refs:MAX_SCR_COLS (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.c37 MAX_SCR_COLS = CONFIG_FEATURE_VI_MAX_LEN, enumerator in enum:__anon11274
2739 for (co = 0; co < MAX_SCR_COLS; co++) {
2786 char buf[MAX_SCR_COLS];
2800 memset(buf, ' ', MAX_SCR_COLS); // blank-out the buffer
2801 buf[MAX_SCR_COLS-1] = 0; // NULL terminate the buffer

Completed in 95 milliseconds