ins_wstr.c | 66 return wins_nwstr(stdscr, wstr, n); 112 return wins_nwstr(win, wstr, n); 123 return wins_nwstr(win, wstr, -1); 127 * wins_nwstr -- 131 wins_nwstr(WINDOW *win, const wchar_t *wstr, int n) function in typeref:typename:int 215 __CTRACE(__CTRACE_INPUT, "wins_nwstr: width=%d,len=%d\n", width, len); 291 __CTRACE(__CTRACE_INPUT, "wins_nwstr: start@(%d)\n", sx); 305 "wins_nwstr: (%d,%d)=(%x,%x,%d,%x,%p)\n", 316 __CTRACE(__CTRACE_INPUT, "wins_nwstr: shift all characters by %d\n", width); 322 "wins_nwstr: clear from %d to EOL(%d)\n" [all...] |