/src/usr.bin/vis/ |
vis.c | 58 static int eflags, fold, foldwidth = 80, none, markeol; variable in typeref:typename:int 90 if ((foldwidth = atoi(optarg)) < 5) { 110 if (foldwidth == 80) 111 foldwidth = 76; 138 " [-F foldwidth] [file ...]\n", getprogname()); 268 col = foldit(cp, col, foldwidth, eflags);
|
vis.c | 58 static int eflags, fold, foldwidth = 80, none, markeol; variable in typeref:typename:int 90 if ((foldwidth = atoi(optarg)) < 5) { 110 if (foldwidth == 80) 111 foldwidth = 76; 138 " [-F foldwidth] [file ...]\n", getprogname()); 268 col = foldit(cp, col, foldwidth, eflags);
|
vis.c | 58 static int eflags, fold, foldwidth = 80, none, markeol; variable in typeref:typename:int 90 if ((foldwidth = atoi(optarg)) < 5) { 110 if (foldwidth == 80) 111 foldwidth = 76; 138 " [-F foldwidth] [file ...]\n", getprogname()); 268 col = foldit(cp, col, foldwidth, eflags);
|