HomeSort by: relevance | last modified time | path
    Searched defs:tputs (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
stub-termcap.c 31 extern int tputs (char *string, int nlines, int (*outfun) (int));
84 tputs (char *string, int nlines, int (*outfun) (int)) function
  /src/external/gpl3/gdb.old/dist/gdb/
stub-termcap.c 31 extern int tputs (char *string, int nlines, int (*outfun) (int));
84 tputs (char *string, int nlines, int (*outfun) (int)) function
  /src/lib/libterminfo/
tputs.c 1 /* $NetBSD: tputs.c,v 1.6 2021/12/15 21:07:12 blymn Exp $ */
31 __RCSID("$NetBSD: tputs.c,v 1.6 2021/12/15 21:07:12 blymn Exp $");
165 tputs(const char *str, int affcnt, int (*outc)(int)) function
177 return tputs(str, 1, putchar);
  /src/external/gpl2/texinfo/dist/info/
pcterm.c 726 void tputs (char *a, int b, int (*c)())
728 perror ("tputs");
723 void tputs (char *a, int b, int (*c)()) function
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
os.h 241 /* linux ncurses is broken, we have to use our own tputs */
243 # define tputs xtputs macro
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
os.h 241 /* linux ncurses is broken, we have to use our own tputs */
243 # define tputs xtputs macro

Completed in 29 milliseconds