Searched refs:slmax (Results 1 – 1 of 1) sorted by relevance
3050 int sllen, slmax; in set_directory_record_rr() local3052 slmax = extra_space(&ctl); in set_directory_record_rr()3053 if (slmax > 0xff) in set_directory_record_rr()3054 slmax = 0xff; in set_directory_record_rr()3061 while (*sl && sllen + 11 < slmax) { in set_directory_record_rr()