Home
last modified time | relevance | path

Searched refs:XTABS (Results 1 – 15 of 15) sorted by relevance

/netbsd/lib/libedit/
H A Dtty.h84 # if defined(OXTABS) && !defined(XTABS)
85 # define XTABS OXTABS macro
H A Dtty.c245 #ifdef XTABS
246 {"xtabs", XTABS, MD_OUT},
/netbsd/usr.sbin/lpr/SMM.doc/
H A Dspell.ok15 XTABS
/netbsd/usr.sbin/lpr/lpd/
H A Dttcompat.c178 if (ISSET(flags, XTABS)) in sttyclearflags()
207 if (ISSET(flags, XTABS)) in sttysetflags()
/netbsd/lib/librpcsvc/
H A Drex.x120 const XTABS = 0x00000c00; /* expand tabs on output */ variable
/netbsd/sys/sys/
H A Dioctl_compat.h115 #define XTABS 0x00000c00 /* expand tabs on output */ macro
/netbsd/lib/libcurses/
H A Dtty.c67 #ifdef XTABS /* SMI uses XTABS. */
68 #define OXTABS XTABS
/netbsd/sys/compat/common/
H A Dtty_43.c332 SET(flags, XTABS); in ttcompatgetflags()
376 if (ISSET(flags, XTABS)) in ttcompatsetflags()
/netbsd/libexec/getty/
H A Dsubr.c391 if (ISSET(flags, XTABS)) in compatflags()
528 { 3, XTABS }, /* this is expand tabs */
/netbsd/share/doc/psd/21.ipc/
H A Dspell.ok114 XTABS
/netbsd/share/man/tools/
H A Dsp.ignore1267 XTABS
1498 XTABS
1892 XTABS
H A Dnewsp.errs1849 XTABS
2826 XTABS
4189 XTABS
/netbsd/external/bsd/top/dist/
H A Dscreen.c374 new_settings.sg_flags &= ~(ECHO|XTABS); in screen_init()
/netbsd/distrib/utils/more/
H A Dscreen.c225 s.sg_flags &= ~(ECHO|XTABS);
/netbsd/external/bsd/less/dist/
H A Dscreen.c390 #ifdef XTABS
391 | XTABS
539 s.sg_flags &= ~(ECHO|XTABS);