Searched refs:chopline (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | opttbl.c | 47 public int chopline; /* Truncate displayed lines at screen width */ variable 413 O_BOOL|O_REPAINT, OPT_OFF, &chopline, opt__S,
|
| H A D | command.c | 41 extern int chopline; 1599 forward((int) number, FALSE, FALSE, action == A_F_NEWLINE && !chopline); in commands() 1610 backward((int) number, FALSE, FALSE, action == A_B_NEWLINE && !chopline); in commands()
|
| H A D | optfunc.c | 66 extern int chopline; 1271 return (chopline || header_cols > 0 || header_lines > 0); in chop_line()
|