Searched defs:putchar (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ie/
H A Demacs.c93 #undef putchar macro
94 #define putchar(c) ed_putchar(c) macro
562 putchar('\n');
576 putchar('\n');
714 putchar(c);
1257 putchar(i);
1377 putchar('\b');
1386 putchar(screen[old++]);
1390 putchar(c);
H A Dvi.c105 #undef putchar macro
108 #define putchar(c) ed_putchar(c) macro
508 putchar(' ');
829 putchar('\n');
1056 putchar('\b');
1728 putchar(physical[col++]);
1882 putchar(window[w++]);
1904 putchar(' ');
1907 putchar(long_char);
1970 putchar(
[all...]
/ast/src/cmd/ksh93/edit/
H A Demacs.c81 #undef putchar macro
82 #define putchar(ed,c) ed_putchar(ed,c) macro
584 putchar(ep->ed,'\n');
598 putchar(ep->ed,'\n');
768 putchar(ep->ed,c);
1434 putchar(ep->ed,i);
1556 putchar(ep->ed,c);
H A Dvi.c137 #undef putchar macro
138 #define putchar(c) ed_putchar(vp->ed,c) macro
482 putchar(' ');
809 putchar('\n');
1838 putchar(physical[col++]);
2014 putchar(window[w++]);
2036 putchar(' ');
2039 putchar(vp->long_char);
2103 putchar(c);
2111 putchar('\
[all...]

Completed in 17 milliseconds