Searched refs:convert_shorts (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c516 convert_shorts(unsigned char *buf, short *Numbers, unsigned count) function
672 convert_shorts(buf, tp->Numbers, nummax);
679 convert_shorts(buf, offsets, strmax);
735 convert_shorts(buf, tp->Numbers + NUMCOUNT, tp->ext_Numbers);
744 convert_shorts(buf, offsets, strmax);
H A Dread_entry.c51 convert_shorts(char *buf, short *Numbers, int count) function
205 convert_shorts(buf, ptr->Numbers, num_count);
277 convert_shorts(buf, ptr->Numbers + NUMCOUNT, ext_num_count);

Completed in 97 milliseconds