Searched refs:addstr (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_addstr.c49 addstr(char *str) function
H A Dllib-lcurses96 int addstr(char *s);
/illumos-gate/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));
126 T(addstr("@\t\t\t", 4, &buf, &buflen));
128 T(addstr(name, len, &buf, &buflen));
134 T(addstr(".", 1, &buf, &buflen));
147 T(addstr(tmp, len, &buf, &buflen));
178 T(addstr(" ", 1, &buf, &buflen));
196 T(addstr(" ", 1, &buf, &buflen));
200 T(addstr(" (\n", 3, &buf, &buflen));
208 T(addstr("\
1210 addstr(const char *src, size_t len, char **buf, size_t *buflen) { function
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dhelp.c138 (void) addstr(*tp++);
140 (void) addstr("\n");
147 (void) addstr("\n");
H A Dcommand.c224 (void) addstr("Write to file: ");
228 (void) addstr(appendprompt);
254 (void) addstr(readprompt);
276 (void) addstr(pipeprompt);
334 (void) addstr(pattern);
353 (void) addstr(item->text);
376 (void) addstr("\b \b"); /* erase the quote character */
389 (void) addstr(selectionprompt);
410 (void) addstr(toprompt);
514 (void) addstr(
[all...]
H A Dinput.c110 (void) addstr("\b \b");
153 (void) addstr("Type any character to continue: ");
H A Ddisplay.c161 (void) addstr(lastmsg); /* redisplay any message */
166 (void) addstr(helpstring);
180 (void) addstr(depthstring);
196 (void) addstr("Line");
574 (void) addstr(msg);
600 (void) addstr(msg);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c87 #undef addstr macro
90 addstr(const char *str) function
/illumos-gate/usr/src/ucblib/libcurses/
H A DMakefile.com31 addstr.o \
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c100 (addstr)(str) function
106 __m_trace("addstr(%p)", str);
111 return __m_return_code("addstr", code);
/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/ucbhead/
H A Dcurses.h110 #define addstr(str) VOID(waddstr(stdscr, str)) macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses70 int addstr(const char *);
H A Dllib-lxcurses70 int addstr(const char *);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses70 int addstr(const char *);
H A Dllib-lxcurses70 int addstr(const char *);
/illumos-gate/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))
/illumos-gate/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))
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile146 addstr.3xcurses \
434 addstr.3xcurses := LINKSRC = addnstr.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile129 addstr.3curses \
600 addstr.3curses := LINKSRC = curs_addstr.3curses
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c1073 char *addstr, *newstr; local
1076 addstr = roff_strdup(man->roff, word);
1077 mandoc_asprintf(&newstr, "%s %s", n->string, addstr);
1078 free(addstr);

Completed in 115 milliseconds