HomeSort by: relevance | last modified time | path
    Searched refs:auto_wrap (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/less/dist/
forwback.c 32 extern int auto_wrap;
133 int save_auto_wrap = auto_wrap;
137 auto_wrap = 0;
141 auto_wrap = save_auto_wrap;
screen.c 235 public int auto_wrap; /* Terminal does \r\n when write past margin */ variable
1160 auto_wrap = 1;
1266 auto_wrap = ltgetflag("am");
1604 auto_wrap = 0;
line.c 96 extern int auto_wrap, ignaw;
1237 if (end_column < sc_width + cshift || !auto_wrap || (endline && ignaw) || ctldisp == OPT_ON)
  /src/distrib/utils/more/
output.c 126 if (column < sc_width || !auto_wrap || ignaw)
screen.c 109 int auto_wrap; /* Terminal does \r\n when write past margin */ variable
298 auto_wrap = tgetflag("am");
extern.h 161 extern int auto_wrap;
  /src/sys/arch/amiga/dev/
itevar.h 88 char auto_wrap; member in struct:ite_softc
ite.c 719 ip->auto_wrap = ite_default_wrap;
1293 if (ip->auto_wrap && ip->curx == ip->cols) {
1311 if (ip->auto_wrap) {
2028 ip->auto_wrap = (c == 'h');
  /src/sys/arch/atari/dev/
itevar.h 88 char auto_wrap; member in struct:ite_softc
ite.c 734 sc->auto_wrap = ite_default_wrap;
2152 sc->auto_wrap = (c == 'h');
2323 if (sc->auto_wrap && sc->curx == sc->cols) {
  /src/sys/arch/x68k/dev/
itevar.h 89 char linefeed_newline, auto_wrap; member in struct:ite_softc
ite.c 587 ip->auto_wrap = 1;
2163 ip->auto_wrap = (c == 'h');
2701 if (ip->auto_wrap && ip->curx + (ip->save_char ? 1 : 0) == ip->cols) {
2720 if (ip->auto_wrap) {

Completed in 63 milliseconds