Searched defs:insch (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _insch.c | 49 insch(chtype c) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | insch.c | 30 * insch.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/insch.c 1.1 1995/05/11 21:16:17 ant Exp $"; 46 #undef insch macro 49 insch(ch) function 55 __m_trace("insch(%p)", ch); 60 return __m_return_code("insch", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | insch.c | 32 * insch.c 42 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/insch.c 1.1 " 49 #undef insch macro 52 insch(chtype ch) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 445 extern int insch(chtype); 1039 #define insch(ch) winsch(stdscr, ch) macro 1040 #define mvinsch(y, x, ch) (move(y, x) ? (ch, ERR) : insch(ch))
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 688 extern int insch(chtype); 1027 #define insch(ch) winsch(stdscr,ch) macro 1028 #define mvinsch(y,x,ch) (move(y,x)?ERR:insch(ch))
|
Completed in 38 milliseconds