/titanic_44/usr/src/tools/cscope-fast/ |
H A D | input.c | 101 (void) addch((unsigned)firstchar); /* display it */ in getaline() 115 (void) addch('\b'); in getaline() 118 (void) addch(' '); in getaline() 121 (void) addch('\b'); in getaline() 130 (void) addch((unsigned)c); /* display it */ in getaline()
|
H A D | display.c | 198 (void) addch('\n'); in display() 238 (void) addch('>'); in display() 240 (void) addch(' '); in display() 292 (void) addch('\n'); in display()
|
H A D | command.c | 370 (void) addch('\\'); /* display the quote character */ in command() 686 (void) addch('>'); in mark() 689 (void) addch(' '); in mark()
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addch.c | 49 #undef addch 52 addch(chtype ch) in addch() function
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | _addch.c | 49 addch(chtype ch) in addch() function
|
H A D | mapfile-vers | 43 addch;
|
/titanic_44/usr/src/cmd/refer/ |
H A D | refer8.c | 47 addch(char *s, char c) in addch() function
|
H A D | refer5.c | 30 extern void addch(); 98 addch(t, keylet(t, nref)); in putsig()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addch.c | 47 (addch)(chtype ch)
|
/titanic_44/usr/src/ucblib/libcurses/ |
H A D | Makefile.com | 30 addch.o \
|
/titanic_44/usr/src/man/man3xcurses/ |
H A D | Makefile | 25 addch.3xcurses \ 422 mvaddch.3xcurses := LINKSRC = addch.3xcurses 423 mvwaddch.3xcurses := LINKSRC = addch.3xcurses 424 waddch.3xcurses := LINKSRC = addch.3xcurses
|
/titanic_44/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 586 addch (c | console_current_color); in console_putchar() 590 addch (c); in console_putchar()
|
/titanic_44/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 36 addch.o echo_wch.o m_cc.o termattr.o wbrdr_st.o \
|
/titanic_44/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 38 addch.o echo_wch.o m_cc.o termattr.o wbrdr_st.o \
|
/titanic_44/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 57 addch;
|
/titanic_44/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 59 addch;
|
/titanic_44/usr/src/ucbhead/ |
H A D | curses.h | 108 #define addch(ch) VOID(waddch(stdscr, ch)) macro
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 384 extern int addch(chtype); 834 #define addch(ch) waddch(stdscr,ch) macro 835 #define mvaddch(y,x,ch) (move(y,x)?ERR:addch(ch))
|
/titanic_44/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 352 extern int addch(chtype); 735 #define addch(ch) waddch(stdscr, ch) macro 736 #define mvaddch(y, x, ch) (move(y, x) ? ((ch), ERR) : addch(ch))
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 21 file path=usr/share/man/man3xcurses/addch.3xcurses 207 link path=usr/share/man/man3xcurses/mvaddch.3xcurses target=addch.3xcurses 262 link path=usr/share/man/man3xcurses/mvwaddch.3xcurses target=addch.3xcurses 424 link path=usr/share/man/man3xcurses/waddch.3xcurses target=addch.3xcurses
|
/titanic_44/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 47 * addch.c 49 int addch(chtype);
|
H A D | llib-lxcurses | 47 * addch.c 49 int addch(chtype);
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 47 * addch.c 49 int addch(chtype);
|
H A D | llib-lxcurses | 47 * addch.c 49 int addch(chtype);
|
/titanic_44/usr/src/man/man3curses/ |
H A D | Makefile | 124 MANLINKS= addch.3curses \ 583 addch.3curses := LINKSRC = curs_addch.3curses
|