Home | History | Annotate | Download | only in gen

Lines Matching defs:PUT

107 #define	PUT(x)							\
151 PUT('\'');
161 PUT('\'');
162 PUT('\\');
163 PUT('\'');
168 PUT('\\');
169 PUT('\'');
173 PUT('\'');
175 PUT(c);
178 PUT('\'');
180 /* Put multibyte or NUL terminator, but don't count the NUL. */
181 PUT('\0');