Home
last modified time | relevance | path

Searched refs:putstr (Results 1 – 23 of 23) sorted by relevance

/dragonfly/games/tetris/
H A Dscreen.c133 #define putstr(s) fputs(s, stdout) macro
393 moveto(r-1, c-1); putstr(" "); in scr_update()
394 moveto(r, c-1); putstr(" "); in scr_update()
395 moveto(r+1, c-1); putstr(" "); in scr_update()
396 moveto(r+2, c-1); putstr(" "); in scr_update()
399 putstr("Next shape:"); in scr_update()
405 putstr(SOstr ? " " : "[]"); in scr_update()
414 putstr(SOstr ? " " : "[]"); in scr_update()
439 putstr(" "); in scr_update()
441 putstr(so ? "[]" : " "); in scr_update()
[all …]
/dragonfly/stand/boot/pc32/btx/btxldr/
H A Dbtxldr.S97 call putstr # ourselves
126 call putstr # pointer
134 call putstr # End message
158 call putstr # message
170 call putstr # message
231 call putstr # message
243 call putstr # address
251 call putstr # message
256 call putstr # message
302 call putstr # message
[all …]
/dragonfly/contrib/less/
H A Dlsystem.c66 putstr("!"); in lsystem()
67 putstr(cmd); in lsystem()
68 putstr("\n"); in lsystem()
189 putstr(donemsg); in lsystem()
190 putstr(" (press RETURN)"); in lsystem()
305 putstr("!"); in pipe_data()
306 putstr(cmd); in pipe_data()
307 putstr("\n"); in pipe_data()
H A Doptfunc.c502 putstr("less "); in opt__V()
503 putstr(version); in opt__V()
504 putstr(" ("); in opt__V()
505 putstr(pattern_lib_name()); in opt__V()
506 putstr(" regular expressions)\n"); in opt__V()
510 putstr(copyright); in opt__V()
515 putstr("** and may not function correctly.\n"); in opt__V()
519 putstr("This build supports LESSTEST.\n"); in opt__V()
522 putstr("For information about the terms of redistribution,\n"); in opt__V()
523 putstr("see the file named README in the less distribution.\n"); in opt__V()
[all …]
H A Doutput.c463 public void putstr(constant char *s) in putstr() function
523 putstr(buf); \
637 putstr(return_to_continue); in error()
668 putstr(suffix1); in ierror_suffix()
669 putstr(suffix2); in ierror_suffix()
670 putstr(suffix3); in ierror_suffix()
H A Dcmdbuf.c286 putstr(pr); in cmd_repaint()
297 putstr(pr); in cmd_repaint()
395 putstr(pr); in cmd_right()
401 putstr(pr); in cmd_right()
H A Dforwback.c272 putstr("...skipping...\n"); in forw()
H A Dfuncs.h313 public void putstr(constant char *s);
H A Dscreen.c1656 putstr(str); in do_tputs()
2759 putstr("<bs>"); in putbs()
H A Dcommand.c879 putstr("& "); in prompt()
/dragonfly/games/hack/
H A Dhack.tty.c235 putstr("\b \b"); /* putsym converts \b */ in getlin()
248 putstr(bufp); in getlin()
255 putstr("\b \b"); in getlin()
274 putstr("Hit "); in cgetret()
275 putstr(flags.cbreak ? "space" : "return"); in cgetret()
276 putstr(" to continue: "); in cgetret()
H A Dhack.topl.c100 putstr(toplines); in redotoplin()
142 putstr(s); in addtopl()
159 putstr("--More--"); in xmore()
303 putstr(const char *s) in putstr() function
H A Dhack.pager.c319 putstr(tl->line_text); in cornline()
H A Dextern.h427 void putstr(const char *);
/dragonfly/stand/boot/pc32/cdboot/
H A Dcdboot.S416 call putstr
444 error: call putstr # Display message
453 putstr: label
454 putstr.load: lodsb # load %al from %ds:(%si)
456 jnz putstr.putc # if the char != null, output it
458 putstr.putc: call putc # output char
459 jmp putstr.load # next char
/dragonfly/libexec/telnetd/
H A Dutility.c392 putstr(const char *s) in putstr() function
428 putstr("\r\n"); in putf()
445 putstr(line); in putf()
447 putstr(&slash[1]); in putf()
451 putstr(editedhost); in putf()
460 putstr(db); in putf()
465 putstr(kerninfo.sysname); in putf()
469 putstr(kerninfo.machine); in putf()
473 putstr(kerninfo.release); in putf()
477 putstr(kerninfo.version); in putf()
/dragonfly/stand/boot/pc32/mbr/
H A Dmbr.S148 putstr.0: movw $0x7,%bx # Page:attribute
151 putstr: lodsb # Get character label
153 jnz putstr.0 # No
154 putstr.1: jmp putstr.1 # Await reset
/dragonfly/stand/boot/pc32/boot0/
H A Dboot0.S267 callw putstr # prompt
424 jmp putstr.1 # Display the rest
435 puts: callw putstr # Display string
439 putstr: lodsb # Get byte label
441 jnz putstr.2 # Yes
442 putstr.1: callw putchr # Display char
443 jmp putstr # Continue
444 putstr.2: andb $~0x80,%al # Clear MSB
/dragonfly/stand/boot/pc32/pxeldr/
H A Dpxeldr.S95 callw putstr # display the welcome message
102 callw putstr # display the message
140 callw putstr # relocation message
221 callw putstr # jump message
227 putstr: lodsb # load %al from %ds:(%si) label
234 jmp putstr # keep looping
/dragonfly/stand/boot/pc32/boot2/
H A Dboot1.S310 callw putstr // prompt
318 putstr.0: mov $0x7,%bx // Page:attribute
321 putstr: lodsb // Get char label
323 jne putstr.0 // No
/dragonfly/games/boggle/boggle/
H A Dextern.h80 void putstr(char *);
H A Dmach.c509 putstr(char *s) in putstr() function
/dragonfly/stand/boot/pc32/btx/btx/
H A Dbtx.S599 call putstr # VM86 call
870 putstr.0: call putchr # Output char
871 putstr: lodsb # Load char label
873 jnz putstr.0 # No