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

/freebsd-10.2-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c111 static void InsStr(NCURSES_CH_T * line, int count);
386 InsStr(newscr->_line[screen_lines - 1].text + screen_columns - 2, 1);
1384 InsStr(&newLine[n + 1], nLastChar - oLastChar);
1488 ** InsStr(line, count)
1495 InsStr(NCURSES_CH_T * line, int count) function
1497 TR(TRACE_UPDATE, ("InsStr(%p,%d) called", line, count));
1537 position_check(SP->_cursrow, SP->_curscol, "InsStr");

Completed in 95 milliseconds