Home
last modified time | relevance | path

Searched refs:convert_strings (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c142 convert_strings(char *buf, char **Strings, int count, int size, in convert_strings() function
398 if (!convert_strings(buf, ptr->Strings, str_count, str_size, in _nc_read_termtype()
502 if (!convert_strings(buf, ptr->Strings + str_count, ext_str_count, in _nc_read_termtype()
537 if (!convert_strings(buf + (2 * ext_str_count), in _nc_read_termtype()
/freebsd-src/contrib/ncurses/
H A DNEWS1440 + correct an off-by-one loop-limit in convert_strings function