Lines Matching defs:append
97 static void append(secbuff *sbuff, const char *src);
983 * pmdoc_parse_section to append it.
1069 * mdoc_parse_section to append the data to the section specific buffer.
1109 * 2. string is the string which we need to append to the secbuff for this
1125 append(&rec->lib, string);
1128 append(&rec->return_vals, string);
1131 append(&rec->env, string);
1134 append(&rec->files, string);
1137 append(&rec->exit_status, string);
1140 append(&rec->diagnostics, string);
1143 append(&rec->errors, string);
1146 append(&rec->desc, string);
1393 append(s, n->string);
2039 * append--
2054 append(secbuff *sbuff, const char *src)
2077 /* Append a space at the end of the buffer. */