Searched refs:max_items (Results 1 – 2 of 2) sorted by relevance
1406 int max_items = 0; in tw_list_items() local1415 max_items = 0; in tw_list_items()1418 max_items = max_items * 10 + *ptr++ - '0'; in tw_list_items()1420 if ((max_items > 0) && (numitems > max_items) && list_max) in tw_list_items()1421 max_items = numitems; in tw_list_items()1423 max_items = 0; in tw_list_items()1426 if (max_items == 0 && (ptr = varval(STRlistmaxrows)) != STRNULL) { in tw_list_items()1447 if (max_items || max_rows) { in tw_list_items()1452 if (max_items) { in tw_list_items()1454 maxs = max_items; in tw_list_items()
899 int max_items; in ktrstructarray() local907 max_items = ktr_geniosize / struct_size; in ktrstructarray()908 if (num_items > max_items) { in ktrstructarray()909 if (max_items == 0) in ktrstructarray()912 num_items = max_items; in ktrstructarray()