Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/less/
Dline.c55 extern int auto_wrap, ignaw;
1050 if (column < sc_width || !auto_wrap || (endline && ignaw) || ctldisp == OPT_ON)
Dscreen.c189 public int auto_wrap; /* Terminal does \r\n when write past margin */ variable
1059 auto_wrap = 1; in get_term()
1161 auto_wrap = ltgetflag("am"); in get_term()