Home
last modified time | relevance | path

Searched refs:putout (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c68 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 Dtputs.c75 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 Dvidattr.c63 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 Dmvcur.c333 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 Dvid_puts.c73 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 Dtputs.c73 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 Dvidattr.c62 vidputs(chtype ch, int (*putout)(int)) in vidputs()
68 code = vid_puts(cc._at, cc._co, NULL, putout); in vidputs()
H A Dmvcur.c331 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 Dset_charset.c62 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 Dset_size.c63 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 Dset_pitch.c51 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 Dcopymt.c69 goto putout;
169 putout:
/titanic_41/usr/src/cmd/mailx/
H A Dfio.c105 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 Dio.c139 putout(int p1) in putout() function
H A De.y51 stuff : eqn { putout($1); }