Home | History | Annotate | Download | only in libprop

Lines Matching refs:_prop_extern_append_char

49  * _prop_extern_append_char --
53 _prop_extern_append_char(
87 if (_prop_extern_append_char(ctx,
182 if ((esc && _prop_extern_append_char(ctx,
184 _prop_extern_append_char(ctx, ch) == false) {
217 rv = _prop_extern_append_char(ctx, ch);
257 if (_prop_extern_append_char(ctx, '\t') == false) {
276 return _prop_extern_append_char(ctx, '\n');
301 rv = _prop_extern_append_char(ctx, '<') &&
304 (_prop_extern_append_char(ctx, ' ') &&
306 _prop_extern_append_char(ctx, '>');
334 rv = _prop_extern_append_char(ctx, '<') &&
335 _prop_extern_append_char(ctx, '/') &&
337 _prop_extern_append_char(ctx, '>');
379 rv = _prop_extern_append_char(ctx, '<') &&
381 _prop_extern_append_char(ctx, '/') &&
382 _prop_extern_append_char(ctx, '>');
412 _prop_extern_append_char(ctx, '\n') == false) {
439 return _prop_extern_append_char(ctx, '\0');