Home
last modified time | relevance | path

Searched refs:brief_doc (Results 1 – 25 of 33) sorted by relevance

12

/dports/misc/gpsim/gpsim-0.31.0/cli/
H A Dcmd_help.cc41 brief_doc = string("Type help \"command\" for more help on a command"); in cmd_help()
71 cout << pCmd->brief_doc << '\n'; in help()
H A Dcmd_echo.cc42 brief_doc = string("echo \"text\""); in cmd_echo()
H A Dcmd_quit.cc38 brief_doc = "Quit gpsim"; in cmd_quit()
H A Dcmd_version.cc43 brief_doc = string("Display the gpsim's version"); in cmd_version()
H A Dcmd_reset.cc42 brief_doc = string("Reset all or parts of the simulation"); in cmd_reset()
H A Dcmd_bus.cc40 brief_doc = "Add or display node busses"; in cmd_bus()
H A Dcmd_run.cc44 brief_doc = string("Initiate the simulation"); in cmd_run()
H A Dcmd_step.cc43 brief_doc = string("Execute one or more instructions."); in cmd_step()
H A Dcmd_frequency.cc41 brief_doc = string("Set the clock frequency"); in cmd_frequency()
H A Dcmd_list.cc45 brief_doc = string("Display source and list files"); in cmd_list()
H A Dcmd_icd.cc43 brief_doc = string("ICD command."); in cmd_icd()
H A Dcmd_shell.cc42 brief_doc = "Shell out to another program or module's command line interface"; in cmd_shell()
H A Dcmd_clear.cc43 brief_doc = string("Remove a break point"); in cmd_clear()
H A Dcmd_set.cc55 brief_doc = string("display and control gpsim behavior flags"); in cmd_set()
H A Dcmd_attach.cc43 brief_doc = string("Attach stimuli to nodes"); in cmd_attach()
H A Dcmd_disasm.cc42 brief_doc = string("Disassemble the current cpu"); in cmd_disassemble()
H A Dcmd_node.cc43 brief_doc = string("Add or display stimulus nodes"); in cmd_node()
H A Dcommand.h59 string brief_doc; variable
H A Dcmd_log.cc56 brief_doc = string("Log/record events to a file"); in cmd_log()
H A Dcmd_trace.cc58 brief_doc = string("Dump the trace history"); in cmd_trace()
H A Dcmd_x.cc45 brief_doc = "[deprecated] examine and/or modify memory"; in cmd_x()
H A Dcmd_processor.cc119 brief_doc = string("Select & Display processors"); in cmd_processor()
/dports/devel/cpp2py/cpp2py-2.0.0/cpp2rst/
H A Drender_fnt.py101 R += num + doc.brief_doc + '\n'
185 …_lg(cls.spelling), escape_lg(name)), replace_latex(doc_methods[name][0].brief_doc)) for name in al…
194 …_lg(cls.spelling), escape_lg(name)), replace_latex(doc_methods[name][0].brief_doc)) for name in al…
H A Ddoc.py55 self.brief_doc, doc = spl[0], spl[1] if len(spl)>1 else ''
/dports/devel/cpp2py/cpp2py-2.0.0/cpp2py/
H A Ddoc.py106 return "%s\n\n%s\n\n%s\n"%( pdoc.brief_doc, pdoc.doc, table)
117 doc = "\n%s\n%s"%(pdoc.brief_doc, pdoc.doc)

12