Lines Matching full:gen
31 local gen = generator:new({}, fh)
34 gen:preamble("System call names.")
36 gen:write(string.format("const char *%s[] = {\n", config.namesname))
42 gen:write(v.prolog);
45 gen:write(string.format([[
61 gen:write(string.format([[
67 gen:write(string.format([[
73 gen:write(string.format([[
79 gen:write(string.format([[
86 gen:write(tbl.epilog)
88 gen:write("};\n")