Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c52 static int addstr(const char *src, size_t len,
115 T(addstr("\t\t\t", 3, &buf, &buflen)); in ns_sprintrrf()
121 T(addstr("@\t\t\t", 4, &buf, &buflen)); in ns_sprintrrf()
123 T(addstr(name, len, &buf, &buflen)); in ns_sprintrrf()
129 T(addstr(".", 1, &buf, &buflen)); in ns_sprintrrf()
142 T(addstr(tmp, len, &buf, &buflen)); in ns_sprintrrf()
173 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf()
191 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf()
195 T(addstr(" (\n", 3, &buf, &buflen)); in ns_sprintrrf()
203 T(addstr("\t\t\t\t\t", 5, &buf, &buflen)); in ns_sprintrrf()
[all …]
/illumos-gate/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.c136 (void) addstr(*tp++); in help()
138 (void) addstr("\n"); in help()
145 (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()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.c246 #define addstr(a,b,l) ( memcpy(a,b,(l) * sizeof(char)), a += (l) ) macro
254 addstr(out, source + 1, bufflen - 1); in luaO_chunkid()
262 addstr(out, RETS, LL(RETS)); in luaO_chunkid()
269 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid()
272 addstr(out, source, l); /* keep it */ in luaO_chunkid()
277 addstr(out, source, l); in luaO_chunkid()
278 addstr(out, RETS, LL(RETS)); in luaO_chunkid()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c85 #undef addstr
88 addstr(const char *str) in addstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_addstr.c47 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)
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c98 (addstr)(str) variable
/illumos-gate/usr/src/ucblib/libcurses/
H A DMakefile.com32 addstr.o \
/illumos-gate/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;
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers62 addstr;
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h108 #define addstr(str) VOID(waddstr(stdscr, str)) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h355 extern int addstr(const char *);
778 #define addstr(s) waddstr(stdscr, s) macro
783 (move(y, x) ? (s, ERR) : addstr(s))
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h408 extern int addstr(const char *);
857 #define addstr(s) waddstr(stdscr,s) macro
859 #define mvaddstr(y,x,s) (move(y,x)?ERR:addstr(s))
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers64 addstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile146 addstr.3xcurses \
434 addstr.3xcurses := LINKSRC = addnstr.3xcurses
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c981 char *addstr, *newstr; in roff_word_append() local
984 addstr = roff_strdup(man->roff, word); in roff_word_append()
985 mandoc_asprintf(&newstr, "%s %s", n->string, addstr); in roff_word_append()
986 free(addstr); in roff_word_append()
/illumos-gate/usr/src/man/man3curses/
H A DMakefile129 addstr.3curses \
600 addstr.3curses := LINKSRC = curs_addstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc36 link path=usr/share/man/man3xcurses/addstr.3xcurses target=addnstr.3xcurses
H A Dsystem-library.man3curses.inc23 link path=usr/share/man/man3curses/addstr.3curses target=curs_addstr.3curses