Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/isdn/isdnd/
Dcurses.c104 addstr(buffer); in init_screen()
109 addstr("# tei b remote iface dir outbytes obps inbytes ibps units"); in init_screen()
117 addstr(buffer); in init_screen()
126 addstr(buffer); in init_screen()
337 addstr("# tei b remote iface dir outbytes obps inbytes ibps units"); in menuexit()
345 addstr(buffer); in menuexit()
354 addstr(buffer); in menuexit()
/mirbsd/src/lib/libocurses/PSD.doc/
Dex2.c68 addstr(id);
179 addstr(id);
188 addstr(id);
Ddoc.I59 .Fd addstr str \*m
/mirbsd/src/usr.sbin/isdn/isdnmonitor/
Dcurses.c111 addstr(buffer); in init_screen()
116 addstr("# tei b remote iface dir outbytes obps inbytes ibps units"); in init_screen()
128 addstr(buffer); in init_screen()
137 addstr(buffer); in init_screen()
/mirbsd/src/usr.bin/systat/
Dnetcmds.c115 addstr("show what?"); in netcmd()
182 addstr("tcp "); in showprotos()
185 addstr("udp "); in showprotos()
Dcmds.c87 addstr(p->c_name); col += len; in command()
Dvmstat.c560 addstr(b); in putint()
580 addstr(b); in putuint64()
600 addstr(b); in putfloat()
/mirbsd/src/usr.sbin/isdn/isdntel/
Ddisplay.c73 addstr(buffer); in init_screen()
79 addstr("Date Time Called Party Calling Party Alias Length"); in init_screen()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dui-out.c492 char addstr[20]; in ui_out_field_core_addr() local
499 strcpy (addstr, hex_string_custom (address, 8)); in ui_out_field_core_addr()
501 strcpy (addstr, hex_string_custom (address, 16)); in ui_out_field_core_addr()
503 ui_out_field_string (uiout, fldname, addstr); in ui_out_field_core_addr()
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYCurses.h69 #define waddstr(w,s) addstr(s)
566 #define addstr SLsmg_write_string macro
DLYGCurses.h77 #define addstr(string) waddstr (stdscr, string) macro
/mirbsd/src/lib/libocurses/
Dcurses.h168 #define addstr(s) __waddbytes(stdscr, s, strlen(s), 0) macro
/mirbsd/src/lib/libncurses/
DMakefile102 MLINKS+= curs_addstr.3 addstr.3
/mirbsd/src/lib/libncurses/src/include/
Dcurses.head541 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
935 #define addstr(str) waddnstr(stdscr,str,-1)
Dcurses.h.in538 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
928 #define addstr(str) waddnstr(stdscr,str,-1) macro
/mirbsd/src/lib/libncurses/src/doc/
Dncurses-intro.doc431 The other output functions, such as addstr() and printw(), all call
791 addstr("Shelling out...");
795 addstr("returned.\n"); /* prepare return message */
/mirbsd/src/lib/libncurses/src/
DNEWS1968 + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
2442 + make addstr() work for the special case where the codeset is
7240 * Hopefully, addstr() and addch() are 8-bit clean.
/mirbsd/src/distrib/lists/htman/htmi/
Dmi3005 ./man3/addstr.htm
/mirbsd/src/distrib/lists/base/dev/
Dmi5261 ./usr/share/man/cat3/addstr.0
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES6535 displayed in bold (call addlbl() instead of addstr() like the other options