Home
last modified time | relevance | path

Searched refs:addstr (Results 1 – 25 of 28) sorted by relevance

12

/titanic_44/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c57 static int addstr(const char *src, size_t len,
120 T(addstr("\t\t\t", 3, &buf, &buflen)); in ns_sprintrrf()
126 T(addstr("@\t\t\t", 4, &buf, &buflen)); in ns_sprintrrf()
128 T(addstr(name, len, &buf, &buflen)); in ns_sprintrrf()
134 T(addstr(".", 1, &buf, &buflen)); in ns_sprintrrf()
147 T(addstr(tmp, len, &buf, &buflen)); in ns_sprintrrf()
178 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf()
196 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf()
200 T(addstr(" (\n", 3, &buf, &buflen)); in ns_sprintrrf()
208 T(addstr("\t\t\t\t\t", 5, &buf, &buflen)); in ns_sprintrrf()
[all …]
/titanic_44/usr/src/tools/cscope-fast/
H A Dcommand.c224 (void) addstr("Write to file: "); in command()
228 (void) addstr(appendprompt); in command()
254 (void) addstr(readprompt); in command()
276 (void) addstr(pipeprompt); in command()
334 (void) addstr(pattern); in command()
353 (void) addstr(item->text); in command()
376 (void) addstr("\b \b"); /* erase the quote character */ in command()
389 (void) addstr(selectionprompt); in command()
410 (void) addstr(toprompt); in command()
514 (void) addstr( in changestring()
[all …]
H A Dhelp.c138 (void) addstr(*tp++); in help()
140 (void) addstr("\n"); in help()
147 (void) addstr("\n"); in help()
H A Ddisplay.c161 (void) addstr(lastmsg); /* redisplay any message */ in display()
166 (void) addstr(helpstring); in display()
180 (void) addstr(depthstring); in display()
196 (void) addstr("Line"); in display()
574 (void) addstr(msg); in putmsg()
600 (void) addstr(msg); in putmsg2()
H A Dinput.c110 (void) addstr("\b \b"); in getaline()
153 (void) addstr("Type any character to continue: "); in askforchar()
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c87 #undef addstr
90 addstr(const char *str) in addstr() function
/titanic_44/usr/src/lib/libcurses/screen/
H A D_addstr.c49 addstr(char *str) in addstr() function
H A Dmapfile-vers48 addstr;
H A Dcurses.ed639 extern int addstr(char *);
832 extern int addch(), addchnstr(), addchstr(), addnstr(), addstr(),
901 #define addstr(str) waddstr(stdscr, str)
H A Dllib-lcurses96 int addstr(char *s);
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c100 (addstr)(str) variable
/titanic_44/usr/src/ucblib/libcurses/
H A DMakefile.com31 addstr.o \
/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc.c590 char *addstr, *newstr; in mdoc_word_append() local
593 addstr = roff_strdup(mdoc->roff, p); in mdoc_word_append()
594 if (-1 == asprintf(&newstr, "%s %s", n->string, addstr)) { in mdoc_word_append()
598 free(addstr); in mdoc_word_append()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd734 local (@ifconfiglist,$cstr,$etherif,$intf,$ifconf,$addstr,$port);
755 $addstr = "";
760 $addstr .= "ifconfig sppp" . $1 . " @$ifconf\n";
784 $cstr .= $addstr;
/titanic_44/usr/src/lib/libxcurses/src/
H A Dmapfile-vers62 addstr;
/titanic_44/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers64 addstr;
/titanic_44/usr/src/ucbhead/
H A Dcurses.h110 #define addstr(str) VOID(waddstr(stdscr, str)) macro
/titanic_44/usr/src/lib/libxcurses/h/
H A Dcurses.h410 extern int addstr(const char *);
859 #define addstr(s) waddstr(stdscr,s) macro
861 #define mvaddstr(y,x,s) (move(y,x)?ERR:addstr(s))
/titanic_44/usr/src/lib/libxcurses2/h/
H A Dcurses.h357 extern int addstr(const char *);
780 #define addstr(s) waddstr(stdscr, s) macro
785 (move(y, x) ? (s, ERR) : addstr(s))
/titanic_44/usr/src/man/man3xcurses/
H A DMakefile146 addstr.3xcurses \
434 addstr.3xcurses := LINKSRC = addnstr.3xcurses
/titanic_44/usr/src/man/man3curses/
H A DMakefile129 addstr.3curses \
600 addstr.3curses := LINKSRC = curs_addstr.3curses
/titanic_44/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses70 int addstr(const char *);
H A Dllib-lxcurses70 int addstr(const char *);
/titanic_44/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses70 int addstr(const char *);
H A Dllib-lxcurses70 int addstr(const char *);

12