Searched refs:SIZEOF (Results 1 – 21 of 21) sorted by relevance
222 for (i = 0; i < SIZEOF(speeds); i++) { in _nc_baudrate()253 for (i = 0; i < SIZEOF(speeds); i++) { in _nc_ospeed()
178 if (i < SIZEOF(offsets)) { in _nc_wrap_entry()204 if (i < SIZEOF(offsets)) { in _nc_wrap_entry()218 if (n < SIZEOF(offsets)) { in _nc_wrap_entry()
144 SIZEOF(root##alias_data))
593 (n < (int) SIZEOF(parametrized)) in _nc_parse_entry()948 for (n = 0; n < SIZEOF(ko_xlate); ++n) { in postprocess_termcap()
1538 for (i = 0; i < SIZEOF(DriverTable); i++) { in _nc_get_driver()1541 if ((i + 1) == SIZEOF(DriverTable)) { in _nc_get_driver()
881 if (tp->ext_Strings >= SIZEOF(offsets)) { in _nc_write_object()
206 #define SIZEOF(v) (sizeof(v) / sizeof((v)[0])) macro266 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()
83 #define SIZEOF(v) (sizeof(v) / sizeof(v[0])) macro
1626 #define SIZEOF(v) (sizeof(v)/sizeof(v[0])) macro
125 for (n = 0; n < SIZEOF(table); ++n) { in _nc_init_wacs()
70 for (n = 0; n < SIZEOF(table); n++) { in tparm_type()
1882 for (n = 0; n < SIZEOF(table); n++) { in expected_params()1975 for (n = 0; n < SIZEOF(table); ++n) { in line_capability()2451 assert(SIZEOF(parametrized) == STRCOUNT); in check_infotocap()2457 int params = ((i < (int) SIZEOF(parametrized)) in check_infotocap()3212 if (j >= SIZEOF(parametrized) || in check_termtype()
354 for (n = 0; n < SIZEOF(speeds); ++n) { in tbaudrate()
49 #define OkIndex(index,array) ((int)(index) >= 0 && (int)(index) < (int) SIZEOF(array))1116 int params = ((i < (int) SIZEOF(parametrized)) in fmt_entry()
1278 const size_t last = SIZEOF(options); in usage()
248 for (n = 0; n < SIZEOF(scr_attrs); ++n) { in decode_attr()403 for (n = 0; n < SIZEOF(scr_params); ++n) { in read_win()676 for (n = 0; n < SIZEOF(scr_attrs); ++n) { in encode_attr()727 for (n = 0; n < SIZEOF(source->chars); ++n) { in encode_cell()819 for (y = 0; y < (int) SIZEOF(scr_params); ++y) { in putwin()
137 for (n = 0; n < SIZEOF(names); n++) { in _traceattr2()271 for (n = 0; n < SIZEOF(names); ++n) { in _nc_altcharset_name()
203 for (n = 0; n < SIZEOF(csizes); n++) { in _nc_trace_ttymode()
167 for (n = 0; n < SIZEOF(table); ++n) { in NCURSES_EXPORT()
1050 for (n = 0; n < SIZEOF(table); ++n) { in wcon_initacs()
10896 + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,