Searched refs:ed_putchar (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/ie/ |
H A D | edit.h | 162 extern void ed_putchar(int); 180 extern void ed_putchar();
|
H A D | edit.c | 534 ed_putchar('\r'); 537 ed_putchar('\r'); 540 ed_putchar('\r'); 542 ed_putchar('\n'); 1066 void ed_putchar(c) function
|
H A D | emacs.c | 94 #define putchar(c) ed_putchar(c)
|
H A D | vi.c | 108 #define putchar(c) ed_putchar(c)
|
/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 565 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 D | emacs.c | 82 #define putchar(ed,c) ed_putchar(ed,c)
|
H A D | vi.c | 138 #define putchar(c) ed_putchar(vp->ed,c)
|
/ast/src/cmd/ksh93/include/ |
H A D | edit.h | 220 extern void ed_putchar(Edit_t*, int);
|
Completed in 34 milliseconds