Searched refs:addstr (Results 1 – 20 of 20) sorted by relevance
| /mirbsd/src/usr.sbin/isdn/isdnd/ |
| D | curses.c | 104 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/ |
| D | ex2.c | 68 addstr(id); 179 addstr(id); 188 addstr(id);
|
| D | doc.I | 59 .Fd addstr str \*m
|
| /mirbsd/src/usr.sbin/isdn/isdnmonitor/ |
| D | curses.c | 111 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/ |
| D | netcmds.c | 115 addstr("show what?"); in netcmd() 182 addstr("tcp "); in showprotos() 185 addstr("udp "); in showprotos()
|
| D | cmds.c | 87 addstr(p->c_name); col += len; in command()
|
| D | vmstat.c | 560 addstr(b); in putint() 580 addstr(b); in putuint64() 600 addstr(b); in putfloat()
|
| /mirbsd/src/usr.sbin/isdn/isdntel/ |
| D | display.c | 73 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/ |
| D | ui-out.c | 492 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/ |
| D | LYCurses.h | 69 #define waddstr(w,s) addstr(s) 566 #define addstr SLsmg_write_string macro
|
| D | LYGCurses.h | 77 #define addstr(string) waddstr (stdscr, string) macro
|
| /mirbsd/src/lib/libocurses/ |
| D | curses.h | 168 #define addstr(s) __waddbytes(stdscr, s, strlen(s), 0) macro
|
| /mirbsd/src/lib/libncurses/ |
| D | Makefile | 102 MLINKS+= curs_addstr.3 addstr.3
|
| /mirbsd/src/lib/libncurses/src/include/ |
| D | curses.head | 541 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ 935 #define addstr(str) waddnstr(stdscr,str,-1)
|
| D | curses.h.in | 538 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ 928 #define addstr(str) waddnstr(stdscr,str,-1) macro
|
| /mirbsd/src/lib/libncurses/src/doc/ |
| D | ncurses-intro.doc | 431 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/ |
| D | NEWS | 1968 + 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/ |
| D | mi | 3005 ./man3/addstr.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 5261 ./usr/share/man/cat3/addstr.0
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | CHANGES | 6535 displayed in bold (call addlbl() instead of addstr() like the other options
|