Lines Matching defs:template
212 static void codegen(const char *template, ...)
220 n = strlen(template);
224 src = template;
234 p_err("unrecognized character at pos %td in template '%s'",
235 src - template - 1, template);
245 p_err("not enough tabs at pos %td in template '%s'",
246 src - template - 1, template);
263 /* print out using adjusted template */
264 va_start(args, template);