Home
last modified time | relevance | path

Searched refs:mputc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/byacc/
H A Dreader.c683 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 Dmstring.c156 mputc(s, 0); in msdone()
H A Ddefs.h561 #define mputc(m, ch) (((m)->ptr == (m)->end) \ macro
H A DCHANGES3915 * defs.h: fix compiler warnings due to mputc()