Searched refs:mputc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/byacc/ |
H A D | reader.c | 683 mputc(temp, c); in copy_string() 694 mputc(temp, c); in copy_string() 714 mputc(temp, '*'); in copy_comment() 717 mputc(temp, c); in copy_comment() 719 mputc(temp, ' '); in copy_comment() 721 mputc(temp, '*'); in copy_comment() 722 mputc(temp, '/'); in copy_comment() 730 mputc(temp, c); in copy_comment() 735 mputc(temp, c); in copy_comment() 738 mputc(temp, '/'); in copy_comment() [all …]
|
H A D | mstring.c | 156 mputc(s, 0); in msdone()
|
H A D | defs.h | 561 #define mputc(m, ch) (((m)->ptr == (m)->end) \ macro
|
H A D | CHANGES | 3915 * defs.h: fix compiler warnings due to mputc()
|