Home
last modified time | relevance | path

Searched refs:_puts (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/ucblib/libcurses/
H A Dendwin.c37 (void) _puts(VE); in endwin()
38 (void) _puts(TE); in endwin()
41 (void) _puts(SE); in endwin()
H A Drefresh.c57 (void) _puts(VS); in wrefresh()
58 (void) _puts(TI); in wrefresh()
73 (void) _puts(CL); in wrefresh()
218 (void) _puts(CE); in makech()
232 (void) _puts(SO); in makech()
235 (void) _puts(SE); in makech()
245 (void) _puts(SE); in makech()
279 (void) _puts(UC); in makech()
325 (void) _puts(SE); in domvcur()
H A Dinitscr.c52 (void) _puts(TI); in initscr()
53 (void) _puts(VS); in initscr()
H A Dcr_put.c89 (void) _puts(CR); in fgoto()
93 (void) _puts(NL); in fgoto()
135 (void) _puts(NL); in fgoto()
/titanic_41/usr/src/ucbhead/
H A Dcurses.h51 #define _puts(s) tputs(s, 0, _putchar) macro