Home
last modified time | relevance | path

Searched refs:TAB3 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_compat.c317 if (oflag&TAB3) in ttcompatgetflags()
352 oflag |= TAB3; in ttcompatsetflags()
354 oflag &= ~TAB3; in ttcompatsetflags()
H A Dtty_ttydisc.c395 if (CMP_FLAG(o, TAB3)) { in ttydisc_write_oproc()
H A Dtty.c92 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
/f-stack/freebsd/sys/
H A D_termios.h113 #define TAB3 0x00000004 /* expand tabs to spaces */ macro