Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dopttbl.c47 public int chopline; /* Truncate displayed lines at screen width */ variable
413 O_BOOL|O_REPAINT, OPT_OFF, &chopline, opt__S,
H A Dcommand.c41 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 Doptfunc.c66 extern int chopline;
1271 return (chopline || header_cols > 0 || header_lines > 0); in chop_line()