Home
last modified time | relevance | path

Searched refs:init_tabs (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c756 if (init_tabs == ABSENT_NUMERIC && has_hardware_tabs == TRUE) in postprocess_termcap()
757 init_tabs = 8; in postprocess_termcap()
770 if (init_tabs != 8 && init_tabs != ABSENT_NUMERIC) in postprocess_termcap()
771 _nc_warning("hardware tabs with a width other than 8: %d", init_tabs); in postprocess_termcap()
779 init_tabs = 8; in postprocess_termcap()
H A Dlib_setup.c398 if (VALID_NUMERIC(init_tabs)) in _nc_get_screensize()
399 my_tabsize = (int) init_tabs; in _nc_get_screensize()
H A Dtinfo_driver.c657 TCB->info.tabsize = VALID_NUMERIC(init_tabs) ? (int) init_tabs : 8; in drv_init()
/freebsd-12.1/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c536 #define NEXTTAB(fr) (fr + init_tabs - (fr % init_tabs))
542 #define LASTTAB(fr) ((fr > 0) ? ((fr - 1) / init_tabs) * init_tabs : -1)
634 if (init_tabs > 0 && tab) { in relative_move()
726 if (init_tabs > 0 && back_tab) { in relative_move()
/freebsd-12.1/contrib/ncurses/progs/
H A Dtput.c218 if (init_tabs != 8) { in tput()
/freebsd-12.1/contrib/ipfilter/tools/
H A Dipmon.c138 static void init_tabs __P((void));
361 static void init_tabs() in init_tabs() function
1672 init_tabs();
1834 init_tabs(); in read_loginfo()
/freebsd-12.1/contrib/ncurses/include/
H A DCaps.uwin256 init_tabs it num it - - YB-G- tabs initially every # spaces
H A DCaps.aix4263 init_tabs it num it - - YB-G- tabs initially every # spaces
H A DCaps.osf1r5263 init_tabs it num it - - YB-G- tabs initially every # spaces
H A DCaps263 init_tabs it num it - - YB-G- tabs initially every # spaces
H A DCaps.hpux11264 init_tabs it num it - - YB-G- tabs initially every # spaces
H A DCaps.keys265 init_tabs it num it - - YB-G- tabs initially every # spaces
/freebsd-12.1/contrib/ipfilter/
H A DHISTORY460 * ipmon.c (init_tabs): General cleanup so we do not have to cast
/freebsd-12.1/contrib/ncurses/
H A DNEWS7379 overlooked, and add a check to ensure that init_tabs is nonzero,