Home
last modified time | relevance | path

Searched refs:putchr (Results 1 – 16 of 16) sorted by relevance

/dragonfly/games/larn/
H A Dio.c74 static int putchr(int);
854 putchr(*str); in lflush()
859 tputs(CL, 0, putchr); in lflush()
864 tputs(CE, 0, putchr); in lflush()
868 tputs(CD, 0, putchr); in lflush()
872 tputs(SO, 0, putchr); in lflush()
876 tputs(SE, 0, putchr); in lflush()
894 tputs(CE, 0, putchr); in lflush()
906 putchr('\n'); in lflush()
913 putchr(*str); in lflush()
[all …]
/dragonfly/contrib/less/
H A Doutput.c76 putchr(c); in put_line()
407 public int putchr(int c) in putchr() function
433 putchr('\r'); in putchr()
438 putchr(0x0A); in putchr()
466 putchr(*s++); in putstr()
547 putchr(*fmt++);
559 putchr(*s++);
580 putchr(*s++);
585 putchr('%');
626 putchr('\n'); in error()
[all …]
H A Dscreen.c1778 putchr('\n'); in init()
1860 ltputs(sc_home, 1, putchr); in home()
1872 ltputs(dump_cmd, sc_height, putchr); in dump_screen()
2089 ltputs(sc_lower_left, 1, putchr); in lower_left()
2103 ltputs(sc_return, 1, putchr); in line_left()
2294 putchr(CONTROL('G')); in beep()
2341 ltputs(sc_eol_clear, 1, putchr); in clear_eol()
2403 ltputs(sc_eos_clear, 1, putchr); in clear_eol_bot()
2405 ltputs(sc_eol_clear, 1, putchr); in clear_eol_bot()
2710 tput_color("*", putchr); in at_exit()
[all …]
H A Dlsystem.c192 putchr('\n'); in lsystem()
H A Dmain.c299 putchr('\n'); in main()
H A Dforwback.c188 putchr('\n'); in overlay_header()
H A Dedit.c919 putchr(c); in cat_file()
H A Dfuncs.h311 public int putchr(int c);
H A Dcmdbuf.c155 putchr(*s++); in cmd_putstr()
H A Dcommand.c884 putchr(':'); in prompt()
/dragonfly/stand/boot/pc32/btx/btxldr/
H A Dbtxldr.S181 call putchr # it
183 call putchr # dot
189 call putchr # tens
192 call putchr # units
352 putstr.0: call putchr # Output char
360 putchr: pusha # Save label
367 jne putchr.1 # No
369 putchr.1: cmpb $0xa,%al # New line?
370 je putchr.2 # Yes
381 jb putchr.3 # No
[all …]
/dragonfly/libexec/getty/
H A Dmain.c133 static void putchr(int);
578 putchr(cs); in getname()
582 putchr('\r'); in getname()
584 putchr('\n'); in getname()
597 putchr(cs); in getname()
644 putchr(*PC); in putpad()
651 putchr(*s++); in puts()
658 putchr(int cc) in putchr() function
690 putchr('\n'); in prompt()
731 putchr(*cp++); in putf()
[all …]
/dragonfly/stand/boot/pc32/btx/btx/
H A Dbtx.S870 putstr.0: call putchr # Output char
942 putchr: pusha # Save label
944 jne putchr.1 # no?, then leave
948 putchr.1: pushl %eax # Push the character
957 putchr: pusha # Save label
964 jne putchr.1 # No
966 putchr.1: cmpb $0xa,%al # New line?
967 je putchr.2 # Yes
978 jb putchr.3 # No
979 putchr.2: xorb %dl,%dl # Zero column
[all …]
/dragonfly/stand/boot/pc32/boot0/
H A Dboot0.S311 callw putchr # error
420 callw putchr # 'F'
442 putstr.1: callw putchr # Display char
447 putchr: label
455 putchr: label
/dragonfly/libexec/telnetd/
H A Dutility.c396 putchr(*s++); in putstr()
400 putchr(int cc) in putchr() function
432 putchr(*cp++); in putf()
482 putchr('%'); in putf()
H A Dext.h107 putchr(int),