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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c68 vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int)) argument
71 __m_trace("vid_puts(%x, %d, %p, %p)", attr, pair, opts, putout);
91 1, putout
114 1, putout local
122 (void) turn_off(putout, ATTR_STATE);
130 ATTR_STATE = turn_on(putout, attr);
139 (void) tputs(orig_pair, 1, putout);
151 1, putout
159 1, putout
167 1, putout
198 turn_off(int (*putout)(int), attr_t attr) argument
229 turn_on(int (*putout)(int), attr_t attr) argument
[all...]
H A Dtputs.c75 tputs(string, affcnt, putout)
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)) argument
69 __m_trace("vidputs(%lx, %p)", ch, putout);
73 code = vid_puts(cc._at, cc._co, (void *) 0, putout);
H A Dmvcur.c333 out_seq(seq, putout)
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);
387 oldrow, oldcol, newrow, newcol, putout
433 return __m_return_code("__m_mvcur", out_seq(best, putout));
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c73 vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int)) argument
94 1, putout); local
116 1, putout);
123 (void) turn_off(putout, ATTR_STATE);
132 ATTR_STATE = turn_on(putout, attr);
142 (void) TPUTS(orig_pair, 1, putout);
152 1, putout);
157 1, putout);
161 1, putout);
167 1, putout);
184 turn_off(int (*putout)(int), attr_t attr) argument
215 turn_on(int (*putout)(int), attr_t attr) argument
[all...]
H A Dtputs.c73 tputs(const char *string, int affcnt, int (*putout)(int)) argument
75 (void) __m_tputs(string, affcnt, putout);
85 __m_tputs(const char *string, int affcnt, int (*putout)(int)) argument
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)) argument
68 code = vid_puts(cc._at, cc._co, NULL, putout);
H A Dmvcur.c331 out_seq(struct Sequence *seq, int (*putout)(int)) argument
347 putout);
350 0, 0, 0, 0, 0, 0, 0), 1, putout);
367 __m_mvcur(int oldrow, int oldcol, int newrow, int newcol, int (*putout)(int)) argument
385 return (out_seq(best, putout));
421 return (out_seq(best, putout));
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dset_charset.c62 int putout,
66 set_charset (char_set, putout, type)
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)
60 set_charset( char * char_set, int putout, char * type ) argument
[all...]
H A Dset_pitch.c51 int putout
54 set_pitch (str, which, putout)
57 putout;
183 if (putout)
201 if (putout)
H A Dset_size.c63 int putout
66 set_size (str, which, putout)
69 putout;
306 if (putout)
318 if (putout) {
358 if (putout) {
385 if (putout) {
420 if (putout && OKAY(finale))
/illumos-gate/usr/src/cmd/mail/
H A Dcopymt.c69 goto putout;
169 putout:
/illumos-gate/usr/src/cmd/mailx/
H A Dfio.c105 goto putout;
222 goto putout;
229 goto putout;
267 putout:
/illumos-gate/usr/src/cmd/eqn/
H A De.y51 stuff : eqn { putout($1); }
H A Dio.c139 putout(int p1) function

Completed in 971 milliseconds