Searched refs:tgoto (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtgoto.c47 * tgoto: function included only for upward compatibility with old termcap
52 tgoto(char *cap, int col, int row) function
H A Dllib-lcurses1025 /* tgoto.c */
1026 char *tgoto(char *cap, int col, int row);
/illumos-gate/usr/src/lib/libtermcap/common/
H A Dtermcap.h46 extern char *tgoto(char *, int, int);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtgoto.c32 * tgoto.c
42 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/tgoto.c 1.1 "
49 #undef tgoto macro
52 tgoto(char *cap, int col, int row) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtgoto.c30 * tgoto.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/tgoto.c 1.1 1995/07/21 14:20:26 ant Exp $";
47 (tgoto)(const char *cap, int col, int row) function
52 __m_trace("tgoto(%p = \"%s\", %d, %d)", cap, col, row);
57 return __m_return_pointer("tgoto", (char *)str);
/illumos-gate/usr/src/ucblib/libtermcap/
H A DMakefile.com30 tgoto.o \
H A Dtgoto.c42 sccsid[] = "@(#)tgoto.c 1.5 88/02/08 SMI"; /* from UCB 4.1 6/27/83 */
76 tgoto(char *CM, int destcol, int destline) function
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.ext51 extern char *tgoto(char *, int, int);
H A Dcr_put.c146 cgp = tgoto(CM, destcol, destline);
H A Dcr_tty.c150 if (tgoto(CM, destcol, destline)[0] == 'O')
/illumos-gate/usr/src/tools/tokenize/
H A Dforth_preload.c185 { "tgoto", 0 },
301 ipose(tgoto)
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com43 attr_on.o getcchar.o napms.o tgoto.o wdelch.o \
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com41 attr_on.o getcchar.o napms.o tgoto.o wdelch.o \
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c1075 char *tg_out, *tgoto();
1095 tg_out = "OOPS"; /* also returned by tgoto */
1097 tg_out = tgoto(set_column, 0, c);
1099 tg_out = tgoto(set_pos, c, lines-1);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h421 char *tgoto();
/illumos-gate/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses717 * tgoto.c
719 char *tgoto(const char *, int, int);
H A Dllib-lxcurses717 * tgoto.c
719 char *tgoto(const char *, int, int);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses717 * tgoto.c
719 char *tgoto(char *, int, int);
H A Dllib-lxcurses717 * tgoto.c
719 char *tgoto(char *, int, int);
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com87 termcap.o termerr.o termname.o tgetch.o tgoto.o \
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile317 tgoto.3xcurses \
742 tgoto.3xcurses := LINKSRC = tgetent.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile490 tgoto.3curses \
915 tgoto.3curses := LINKSRC = curs_termcap.3curses

Completed in 86 milliseconds