/titanic_44/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_print.c | 57 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 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 | 138 (void) addstr(*tp++); in help() 140 (void) addstr("\n"); in help() 147 (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()
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnstr.c | 87 #undef addstr 90 addstr(const char *str) in addstr() function
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | _addstr.c | 49 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)
|
H A D | llib-lcurses | 96 int addstr(char *s);
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnstr.c | 100 (addstr)(str) variable
|
/titanic_44/usr/src/ucblib/libcurses/ |
H A D | Makefile.com | 31 addstr.o \
|
/titanic_44/usr/src/cmd/mandoc/ |
H A D | mdoc.c | 590 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 D | asppp2pppd | 734 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 D | mapfile-vers | 62 addstr;
|
/titanic_44/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 64 addstr;
|
/titanic_44/usr/src/ucbhead/ |
H A D | curses.h | 110 #define addstr(str) VOID(waddstr(stdscr, str)) macro
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 410 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 D | curses.h | 357 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 D | Makefile | 146 addstr.3xcurses \ 434 addstr.3xcurses := LINKSRC = addnstr.3xcurses
|
/titanic_44/usr/src/man/man3curses/ |
H A D | Makefile | 129 addstr.3curses \ 600 addstr.3curses := LINKSRC = curs_addstr.3curses
|
/titanic_44/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 70 int addstr(const char *);
|
H A D | llib-lxcurses | 70 int addstr(const char *);
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 70 int addstr(const char *);
|
H A D | llib-lxcurses | 70 int addstr(const char *);
|