HomeSort by: relevance | last modified time | path
    Searched defs:winnwstr (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
inwstr.c 60 return winnwstr(stdscr, wstr, n);
102 return winnwstr(win, wstr, n);
106 * winwstr, winnwstr --
115 return winnwstr(win, wstr, -1);
119 * - winnwstr() returns the number of characters copied only of if it is
128 winnwstr(WINDOW *win, wchar_t *wstr, int n) function in typeref:typename:int
inwstr.c 60 return winnwstr(stdscr, wstr, n);
102 return winnwstr(win, wstr, n);
106 * winwstr, winnwstr --
115 return winnwstr(win, wstr, -1);
119 * - winnwstr() returns the number of characters copied only of if it is
128 winnwstr(WINDOW *win, wchar_t *wstr, int n) function in typeref:typename:int

Completed in 44 milliseconds