Searched refs:cw_table (Results 1 – 1 of 1) sorted by relevance
5472 if (cw_table == NULL) in cw_value()5476 if (c < cw_table[0].first) in cw_value()5485 if (cw_table[mid].last < c) in cw_value()5487 else if (cw_table[mid].first > c) in cw_value()5490 return cw_table[mid].width; in cw_value()5528 vim_free(cw_table); in f_setcellwidths()5529 cw_table = NULL; in f_setcellwidths()5626 cw_table_save = cw_table; in f_setcellwidths()5628 cw_table = table; in f_setcellwidths()5636 cw_table = cw_table_save; in f_setcellwidths()[all …]