/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | vid_puts.c | 68 vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int)) in vid_puts() 71 __m_trace("vid_puts(%x, %d, %p, %p)", attr, pair, opts, putout); in vid_puts() 91 1, putout in vid_puts() 114 1, putout in vid_puts() 122 (void) turn_off(putout, ATTR_STATE); in vid_puts() 130 ATTR_STATE = turn_on(putout, attr); in vid_puts() 139 (void) tputs(orig_pair, 1, putout); in vid_puts() 151 1, putout in vid_puts() 159 1, putout in vid_puts() 167 1, putout in vid_puts() [all …]
|
H A D | tputs.c | 75 tputs(string, affcnt, putout) in tputs() argument 78 int (*putout)(int); 84 __m_trace("tputs(%p = \"%s\", %d, %p)", string, string, affcnt, putout); 106 if (putout != (int (*)(int)) 0) { 108 (void) (*putout)(null); 113 if (putout != (int (*)(int)) 0) 114 (void) (*putout)(*string);
|
H A D | vidattr.c | 63 vidputs(chtype ch, int (*putout)(int)) in vidputs() 69 __m_trace("vidputs(%lx, %p)", ch, putout); in vidputs() 73 code = vid_puts(cc._at, cc._co, (void *) 0, putout); in vidputs()
|
H A D | mvcur.c | 333 out_seq(seq, putout) in out_seq() argument 335 int (*putout) ANSI((int)); 351 cur_term->_move[op]._seq, 1, putout 358 ), 1, putout 376 __m_mvcur(oldrow, oldcol, newrow, newcol, putout) 377 int oldrow, oldcol, newrow, newcol, (*putout)(int); variable 387 oldrow, oldcol, newrow, newcol, putout 433 return __m_return_code("__m_mvcur", out_seq(best, putout));
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | vid_puts.c | 73 vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int)) in vid_puts() 94 1, putout); in vid_puts() 116 1, putout); in vid_puts() 123 (void) turn_off(putout, ATTR_STATE); in vid_puts() 132 ATTR_STATE = turn_on(putout, attr); in vid_puts() 142 (void) TPUTS(orig_pair, 1, putout); in vid_puts() 152 1, putout); in vid_puts() 157 1, putout); in vid_puts() 161 1, putout); in vid_puts() 167 1, putout); in vid_puts() [all …]
|
H A D | tputs.c | 73 tputs(const char *string, int affcnt, int (*putout)(int)) in tputs() 75 (void) __m_tputs(string, affcnt, putout); in tputs() 85 __m_tputs(const char *string, int affcnt, int (*putout)(int)) 112 if (putout != (int (*)(int)) NULL) { 114 (void) (*putout)(null); 119 if (putout != (int (*)(int)) NULL) 120 (void) (*putout)(*string);
|
H A D | vidattr.c | 62 vidputs(chtype ch, int (*putout)(int)) in vidputs() 68 code = vid_puts(cc._at, cc._co, NULL, putout); in vidputs()
|
H A D | mvcur.c | 331 out_seq(struct Sequence *seq, int (*putout)(int)) in out_seq() 347 putout); in out_seq() 350 0, 0, 0, 0, 0, 0, 0), 1, putout); in out_seq() 367 __m_mvcur(int oldrow, int oldcol, int newrow, int newcol, int (*putout)(int)) in __m_mvcur() 385 return (out_seq(best, putout)); in __m_mvcur() 421 return (out_seq(best, putout)); in __m_mvcur()
|
/titanic_41/usr/src/cmd/lp/lib/lp/ |
H A D | set_charset.c | 62 int putout, in set_charset() argument 66 set_charset (char_set, putout, type) in set_charset() 68 int putout; 136 && cat_charset(char_set_nm, 0, type, putout) != -1 137 || cat_charset((char *)0, cs, type, putout) != -1 138 || cat_charset(char_set, 0, type, putout) != -1 154 && cat_charset(char_set_nm, 0, type, putout) != -1 155 || cat_charset((char *)0, cs, type, putout) != -1 156 || cat_charset(char_set, 0, type, putout) != -1 161 if (putout) [all …]
|
H A D | set_size.c | 63 int putout in set_size() argument 66 set_size (str, which, putout) in set_size() 69 putout; 306 if (putout) 318 if (putout) { 358 if (putout) { 385 if (putout) { 420 if (putout && OKAY(finale))
|
H A D | set_pitch.c | 51 int putout in set_pitch() argument 54 set_pitch (str, which, putout) in set_pitch() 57 putout; 183 if (putout) 201 if (putout)
|
/titanic_41/usr/src/cmd/mail/ |
H A D | copymt.c | 69 goto putout; 169 putout:
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | fio.c | 105 goto putout; in setptr() 222 goto putout; in setptr() 229 goto putout; in setptr() 267 putout: in setptr()
|
/titanic_41/usr/src/cmd/eqn/ |
H A D | io.c | 139 putout(int p1) in putout() function
|
H A D | e.y | 51 stuff : eqn { putout($1); }
|