Lines Matching refs:def
38 def ToCArray(lines):
48 def RemoveCommentsAndTrailingWhitespace(lines):
55 def ReadFile(filename):
64 def ReadLines(filename):
75 def LoadConfigFrom(name):
82 def ParseValue(string):
94 def Validate(lines, file):
106 def ExpandConstants(lines, constants):
112 def ExpandMacros(lines, macros):
126 def add_arg(str):
149 def __init__(self, args, body):
152 def expand(self, mapping):
159 def __init__(self, args, fun):
162 def expand(self, mapping):
173 def ReadMacros(lines):
273 def JS2C(source, target, env):
372 def main():