Home
last modified time | relevance | path

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

/freebsd/contrib/vis/
H A Dvis.c58 static int eflags, fold, foldwidth = 80, none, markeol; variable
90 if ((foldwidth = atoi(optarg)) < 5) { in main()
110 if (foldwidth == 80) in main()
111 foldwidth = 76; in main()
268 col = foldit(cp, col, foldwidth, eflags); in process()