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

/freebsd-13-stable/contrib/vis/
H A Dvis.c58 static int eflags, fold, foldwidth = 80, none, markeol; variable
90 if ((foldwidth = atoi(optarg)) < 5) {
107 if (foldwidth == 80)
108 foldwidth = 76;
129 " [-F foldwidth] [file ...]\n", getprogname());
259 col = foldit(cp, col, foldwidth, eflags);

Completed in 57 milliseconds