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

  /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 in typeref:typename:int
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 17 milliseconds