Searched refs:offsize (Results 1 – 1 of 1) sorted by relevance
45 size_t onsize, offsize, res; in NCURSES_EXPORT() local56 offsize = 0; in NCURSES_EXPORT()60 offsize = strlen(prtr_off); in NCURSES_EXPORT()64 || (mybuf = typeMalloc(char, onsize + len + offsize + 1)) == 0) { in NCURSES_EXPORT()71 if (offsize) in NCURSES_EXPORT()81 res = write(cur_term->Filedes, mybuf, onsize + len + offsize); in NCURSES_EXPORT()