HomeSort by: relevance | last modified time | path
    Searched refs:buf_add_str (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/indent/
debug.c 315 buf_add_str(buf, str);
318 buf_add_str(buf, "none");
325 buf_add_str(buf, i > 0 ? " " : "");
326 buf_add_str(buf, paren_level_cast_name[s->paren.item[i].cast]);
329 buf_add_str(buf, str);
332 buf_add_str(buf, "none");
342 buf_add_str(buf, num);
343 buf_add_str(buf, psym_name[s->psyms.sym[i]]);
pr_comment.c 57 buf_add_str(&com, " * ");
271 buf_add_str(&com, "*/");
273 buf_add_str(&com, " */");
indent.h 511 buf_add_str(struct buffer *buf, const char *str) function in typeref:typename:void

Completed in 48 milliseconds