Searched refs:ed_putchar (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/ie/
H A Dedit.h162 extern void ed_putchar(int);
180 extern void ed_putchar();
H A Dedit.c534 ed_putchar('\r');
537 ed_putchar('\r');
540 ed_putchar('\r');
542 ed_putchar('\n');
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)
/ast/src/cmd/ksh93/edit/
H A Dedit.c565 ed_putchar(ep,'\r');
568 ed_putchar(ep,'\r');
571 ed_putchar(ep,'\r');
573 ed_putchar(ep,'\n');
792 ed_putchar(ep,c);
798 ed_putchar(ep,c);
837 ed_putchar(ep,'\r');
850 ed_putchar(ep,'\n');
1118 void ed_putchar(register Edit_t *ep,register int c) function
1245 ed_putchar(e
[all...]
H A Demacs.c82 #define putchar(ed,c) ed_putchar(ed,c)
H A Dvi.c138 #define putchar(c) ed_putchar(vp->ed,c)
/ast/src/cmd/ksh93/include/
H A Dedit.h220 extern void ed_putchar(Edit_t*, int);

Completed in 34 milliseconds