Lines Matching defs:template
378 static void codegen(const char *template, ...)
386 n = strlen(template);
390 src = template;
400 p_err("unrecognized character at pos %td in template '%s': '%c'",
401 src - template - 1, template, c);
411 p_err("not enough tabs at pos %td in template '%s'",
412 src - template - 1, template);
429 /* print out using adjusted template */
430 va_start(args, template);