Home | History | Annotate | Download | only in registry

Lines Matching refs:cmdinfo

134 # CmdInfo - registry information about a command
140 class CmdInfo(BaseInfo):
347 # genCmd(cmdinfo) - generate interface for a command
348 # cmdinfo - CmdInfo for a command
451 # genCmd(cmdinfo)
634 def genCmd(self, cmdinfo, name):
635 OutputGenerator.genCmd(self, cmdinfo, name)
637 decls = self.makeCDecls(cmdinfo.elem)
648 # cmddict - dictionary of CmdInfo objects keyed by command name
785 ci = CmdInfo(cmd)