/illumos-gate/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_print.c | 52 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 D | command.c | 224 (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 D | help.c | 136 (void) addstr(*tp++); in help() 138 (void) addstr("\n"); in help() 145 (void) addstr("\n"); in help()
|
H A D | display.c | 161 (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 D | input.c | 110 (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 D | lobject.c | 246 #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 D | addnstr.c | 85 #undef addstr 88 addstr(const char *str) in addstr() function
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _addstr.c | 47 addstr(char *str) in addstr() function
|
H A D | mapfile-vers | 48 addstr;
|
H A D | curses.ed | 639 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 D | addnstr.c | 98 (addstr)(str) variable
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | Makefile.com | 32 addstr.o \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 734 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 D | mapfile-vers | 62 addstr;
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 108 #define addstr(str) VOID(waddstr(stdscr, str)) macro
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 355 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 D | curses.h | 408 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 D | mapfile-vers | 64 addstr;
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 146 addstr.3xcurses \ 434 addstr.3xcurses := LINKSRC = addnstr.3xcurses
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | roff.c | 981 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 D | Makefile | 129 addstr.3curses \ 600 addstr.3curses := LINKSRC = curs_addstr.3curses
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 36 link path=usr/share/man/man3xcurses/addstr.3xcurses target=addnstr.3xcurses
|
H A D | system-library.man3curses.inc | 23 link path=usr/share/man/man3curses/addstr.3curses target=curs_addstr.3curses
|