Searched refs:rhbuf (Results 1 – 1 of 1) sorted by relevance
43 char *rhbuf; /* rhs substitution buffer */ variable89 if (!rhbuf) { in extract_subst_template()92 return rhbuf; in extract_subst_template()95 REALLOC(rhbuf, rhbufsz, i + 2, NULL); in extract_subst_template()96 if ((c = rhbuf[i++] = *ibufp++) == '\n' && *ibufp == '\0') { in extract_subst_template()101 else if ((rhbuf[i++] = *ibufp++) != '\n') in extract_subst_template()111 REALLOC(rhbuf, rhbufsz, i + 1, NULL); in extract_subst_template()112 rhbuf[rhbufi = i] = '\0'; in extract_subst_template()113 return rhbuf; in extract_subst_template()239 char *sub = rhbuf; in apply_subst_template()[all …]