HomeSort by: relevance | last modified time | path
    Searched defs:TAB3 (Results 1 - 3 of 3) sorted by relevancy

  /src/distrib/utils/more/
screen.c 64 #define TAB3 0
181 s.c_oflag |= (OPOST|ONLCR|TAB3);
  /src/external/bsd/top/dist/
screen.c 96 # ifndef TAB3
98 # define TAB3 OXTABS
100 # define TAB3 0
405 new_settings.c_oflag &= ~(TAB3);
430 new_settings.c_oflag &= ~(TAB3);
  /src/lib/libedit/
tty.h 76 # ifndef TAB3
78 # define TAB3 OXTABS
80 # define TAB3 0
82 # endif /* !TAB3 */

Completed in 26 milliseconds