Home
last modified time | relevance | path

Searched refs:ed_putchar (Results 1 – 25 of 28) sorted by relevance

12

/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/edit/
H A Dedit.c282 ed_putchar(ep, '\n'); in ed_crlf()
489 while (n-- > 0) ed_putchar(ep, c); in ed_nputchar()
521 ed_putchar(ep, '\r'); in ed_read()
730 void ed_putchar(Edit_t *ep, int c) { in ed_putchar() function
833 ed_putchar(ep, '\r'); in ed_setcursor()
850 ed_putchar(ep, '\r'); in ed_setcursor()
871 ed_putchar(ep, '\r'); in ed_setcursor()
1194 ed_putchar(ep, '\n'); in ed_histlist()
1195 ed_putchar(ep, '\r'); in ed_histlist()
1213 ed_putchar(ep, ')'); in ed_histlist()
[all …]
H A Demacs.c75 #define putchar(ed, c) ed_putchar(ed, c)
H A Dvi.c97 #define putchar(c) ed_putchar(vp->ed, c)
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/edit/
H A Dedit.c565 ed_putchar(ep,'\r'); in ed_crlf()
568 ed_putchar(ep,'\r'); in ed_crlf()
571 ed_putchar(ep,'\r'); in ed_crlf()
573 ed_putchar(ep,'\n'); in ed_crlf()
792 ed_putchar(ep,c); in ed_putstring()
798 ed_putchar(ep,c); in ed_nputchar()
837 ed_putchar(ep,'\r'); in ed_read()
1775 ed_putchar(ep,'\n');
1776 ed_putchar(ep,'\r');
1800 ed_putchar(ep,')');
[all …]
H A Demacs.c82 #define putchar(ed,c) ed_putchar(ed,c)
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/edit/
H A Dedit.c565 ed_putchar(ep,'\r'); in ed_crlf()
568 ed_putchar(ep,'\r'); in ed_crlf()
571 ed_putchar(ep,'\r'); in ed_crlf()
573 ed_putchar(ep,'\n'); in ed_crlf()
792 ed_putchar(ep,c); in ed_putstring()
798 ed_putchar(ep,c); in ed_nputchar()
837 ed_putchar(ep,'\r'); in ed_read()
1775 ed_putchar(ep,'\n');
1776 ed_putchar(ep,'\r');
1800 ed_putchar(ep,')');
[all …]
H A Demacs.c82 #define putchar(ed,c) ed_putchar(ed,c)
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/edit/
H A Dedit.c559 ed_putchar(ep,'\r'); in ed_crlf()
562 ed_putchar(ep,'\r'); in ed_crlf()
565 ed_putchar(ep,'\r'); in ed_crlf()
567 ed_putchar(ep,'\n'); in ed_crlf()
800 ed_putchar(ep,c); in ed_putstring()
806 ed_putchar(ep,c); in ed_nputchar()
845 ed_putchar(ep,'\r'); in ed_read()
1707 ed_putchar(ep,'\n');
1708 ed_putchar(ep,'\r');
1731 ed_putchar(ep,')');
[all …]
H A Demacs.c82 #define putchar(ed,c) ed_putchar(ed,c)
/dports/shells/ksh93/ast-93u/src/cmd/ie/
H A Dedit.h162 extern void ed_putchar(int);
180 extern void ed_putchar();
H A Dedit.c534 ed_putchar('\r'); in ed_crlf()
537 ed_putchar('\r'); in ed_crlf()
540 ed_putchar('\r'); in ed_crlf()
542 ed_putchar('\n'); in ed_crlf()
1066 void ed_putchar(c) function
H A Demacs.c94 #define putchar(c) ed_putchar(c)
H A Dvi.c108 #define putchar(c) ed_putchar(c)
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ie/
H A Dedit.h162 extern void ed_putchar(int);
180 extern void ed_putchar();
H A Dedit.c534 ed_putchar('\r'); in ed_crlf()
537 ed_putchar('\r'); in ed_crlf()
540 ed_putchar('\r'); in ed_crlf()
542 ed_putchar('\n'); in ed_crlf()
1066 void ed_putchar(c) function
H A Demacs.c94 #define putchar(c) ed_putchar(c)
H A Dvi.c108 #define putchar(c) ed_putchar(c)
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ie/
H A Dedit.h162 extern void ed_putchar(int);
180 extern void ed_putchar();
H A Dedit.c534 ed_putchar('\r'); in ed_crlf()
537 ed_putchar('\r'); in ed_crlf()
540 ed_putchar('\r'); in ed_crlf()
542 ed_putchar('\n'); in ed_crlf()
1066 void ed_putchar(c) function
H A Demacs.c94 #define putchar(c) ed_putchar(c)
H A Dvi.c108 #define putchar(c) ed_putchar(c)
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dedit.h169 extern void ed_putchar(Edit_t *, int);
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dedit.h220 extern void ed_putchar(Edit_t*, int);
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dedit.h220 extern void ed_putchar(Edit_t*, int);
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dedit.h234 extern void ed_putchar(Edit_t*, int);

12