Searched refs:resizable (Results 1 – 3 of 3) sorted by relevance
177 fhc_check_size(fhc_bd_resizable_t *resizable) in fhc_check_size() argument184 if (resizable->size == resizable->last + 1) { in fhc_check_size()185 oldsize = sizeof (fhc_bd_t *) * resizable->size; in fhc_check_size()186 resizable->size += FHC_INCREMENT; in fhc_check_size()187 newsize = sizeof (fhc_bd_t *) * resizable->size; in fhc_check_size()188 fhc_resize(&(resizable->boards), oldsize, newsize); in fhc_check_size()
1140 # uses resizable terminal windows, but the bundled terminal program always
1262 # uses resizable terminal windows, but the bundled terminal program always