Lines Matching refs:printh
75 function printh(s) {if (opt_h) print s > htmpfilename;} function
148 printh("#ifndef _" intname "_if_h_");
149 printh("#define _" intname "_if_h_\n");
298 printh("/** @brief Unique descriptor for the " umname "() method */");
299 printh("extern struct kobjop_desc " mname "_desc;");
301 printh("/** @brief A function implementing the " umname "() method */");
303 printh(format_line(prototype argument_list ");",
312 printh(doc);
314 printh("static __inline " ret " " umname "(" varname_list ")");
315 printh("\t" join(";\n\t", arguments, num_arguments) ";");
319 printh(format_line(prototype argument_list ")",
322 printh("{");
323 printh("\tkobjop_t _m;");
325 printh("\t" ret " rc;");
329 printh(prolog);
330 printh("\tKOBJOPLOOKUP(" firstvar "->ops," mname ");");
332 printh("\t" rceq "((" mname "_t *) _m)(" varname_list ");");
334 printh(epilog);
336 printh("\treturn (rc);");
337 printh("}\n");
442 printh(common_head);
466 printh($0);
479 printh(lastdoc);
485 printh(handle_code());
510 printh("#endif /* _" intname "_if_h_ */");