Searched refs:tabstop (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.c131 static int tabstop; variable
484 tabstop = 8;
973 printf("tabstop=%d ", tabstop);
988 if (strncasecmp(argp + i, "tabstop=%d ", 7) == 0) {
989 sscanf(strchr(argp + i, '='), "tabstop=%d" + 7, &ch);
991 tabstop = ch;
1140 return col + ((tabstop - 1) - (col % tabstop));
2757 for (; (co % tabstop) !
[all...]

Completed in 69 milliseconds