/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_baudrate.c | 222 for (i = 0; i < SIZEOF(speeds); i++) { in _nc_baudrate() 253 for (i = 0; i < SIZEOF(speeds); i++) { in _nc_ospeed()
|
H A D | alloc_entry.c | 178 if (i < SIZEOF(offsets)) { in _nc_wrap_entry() 201 if (i < SIZEOF(offsets)) { in _nc_wrap_entry() 215 if (n < SIZEOF(offsets)) { in _nc_wrap_entry()
|
H A D | MKcaptab.sh | 144 SIZEOF(root##alias_data))
|
H A D | parse_entry.c | 587 (n < (int) SIZEOF(parametrized)) in _nc_parse_entry() 942 for (n = 0; n < SIZEOF(ko_xlate); ++n) { in postprocess_termcap()
|
H A D | tinfo_driver.c | 1526 for (i = 0; i < SIZEOF(DriverTable); i++) { in _nc_get_driver() 1529 if ((i + 1) == SIZEOF(DriverTable)) { in _nc_get_driver()
|
H A D | write_entry.c | 863 if (tp->ext_Strings >= SIZEOF(offsets)) { in _nc_write_object()
|
/freebsd/contrib/byacc/ |
H A D | main.c | 206 #define SIZEOF(v) (sizeof(v) / sizeof((v)[0])) macro 266 for (n = 0; n < SIZEOF(msg); ++n) in usage() 272 for (n = 0; n < SIZEOF(long_opts); ++n) in usage() 392 for (lc = 0; lc < SIZEOF(long_opts); ++lc) in getargs()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | build.priv.h | 83 #define SIZEOF(v) (sizeof(v) / sizeof(v[0])) macro
|
H A D | curses.priv.h | 1549 #define SIZEOF(v) (sizeof(v)/sizeof(v[0])) macro
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_wacs.c | 125 for (n = 0; n < SIZEOF(table); ++n) { in _nc_init_wacs()
|
/freebsd/contrib/ncurses/progs/ |
H A D | tparm_type.c | 70 for (n = 0; n < SIZEOF(table); n++) { in tparm_type()
|
H A D | tic.c | 1880 for (n = 0; n < SIZEOF(table); n++) { in expected_params() 1973 for (n = 0; n < SIZEOF(table); ++n) { in line_capability() 2449 assert(SIZEOF(parametrized) == STRCOUNT); in check_infotocap() 2455 int params = ((i < (int) SIZEOF(parametrized)) in check_infotocap() 3210 if (j >= SIZEOF(parametrized) || in check_termtype()
|
H A D | tset.c | 354 for (n = 0; n < SIZEOF(speeds); ++n) { in tbaudrate()
|
H A D | dump_entry.c | 49 #define OkIndex(index,array) ((int)(index) >= 0 && (int)(index) < (int) SIZEOF(array)) 1116 int params = ((i < (int) SIZEOF(parametrized)) in fmt_entry()
|
H A D | infocmp.c | 1271 const size_t last = SIZEOF(options); in usage()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_screen.c | 247 for (n = 0; n < SIZEOF(scr_attrs); ++n) { in decode_attr() 402 for (n = 0; n < SIZEOF(scr_params); ++n) { in read_win() 675 for (n = 0; n < SIZEOF(scr_attrs); ++n) { in encode_attr() 726 for (n = 0; n < SIZEOF(source->chars); ++n) { in encode_cell() 818 for (y = 0; y < (int) SIZEOF(scr_params); ++y) { in putwin()
|
H A D | lib_driver.c | 66 for (i = 0; i < SIZEOF(DriverTable); i++) { in _nc_get_driver()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_traceatr.c | 137 for (n = 0; n < SIZEOF(names); n++) { in _traceattr2() 271 for (n = 0; n < SIZEOF(names); ++n) { in _nc_altcharset_name()
|
H A D | lib_tracebits.c | 207 for (n = 0; n < SIZEOF(csizes); n++) { in _nc_trace_ttymode()
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_vidattr.c | 167 for (n = 0; n < SIZEOF(table); ++n) { in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win32_driver.c | 1059 for (n = 0; n < SIZEOF(table); ++n) { in wcon_initacs()
|
H A D | win_driver.c | 1448 for (n = 0; n < SIZEOF(table); ++n) { in wcon_initacs()
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 10327 + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
|