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

  /src/sys/sys/
ioctl_compat.h 115 #define XTABS 0x00000c00 /* expand tabs on output */
  /src/lib/libedit/
tty.h 84 # if defined(OXTABS) && !defined(XTABS)
85 # define XTABS OXTABS
86 # endif /* OXTABS && !XTABS */
tty.c 245 #ifdef XTABS
246 {"xtabs", XTABS, MD_OUT},
247 #endif /* XTABS */
  /src/lib/librpcsvc/
rex.x 120 const XTABS = 0x00000c00; /* expand tabs on output */
  /src/usr.sbin/lpr/lpd/
ttcompat.c 178 if (ISSET(flags, XTABS))
207 if (ISSET(flags, XTABS))
  /src/lib/libcurses/
tty.c 67 #ifdef XTABS /* SMI uses XTABS. */
68 #define OXTABS XTABS
  /src/distrib/utils/more/
screen.c 225 s.sg_flags &= ~(ECHO|XTABS);
  /src/libexec/getty/
subr.c 391 if (ISSET(flags, XTABS))
528 { 3, XTABS }, /* this is expand tabs */
  /src/sys/compat/common/
tty_43.c 332 SET(flags, XTABS);
376 if (ISSET(flags, XTABS))

Completed in 17 milliseconds