Searched refs:ProcedureArgDef (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dtepam.tcl177 # with the modified body. For each declared argument it calls ProcedureArgDef which handles the
285 # Read the procedure arguments with ProcedureArgDef
289 set ErrorMsg [ProcedureArgDef $arg]
335 # ProcedureArgDef reads the definition of a single argument that is provided in form of a list:
339 # ProcedureArgDef is executed by 'procedure'. The argument definition is provided via the
340 # argument 'ArgDef' variable. ProcedureArgDef is recognizing argument comments and section
341 # comments that can be placed into the argument definitions. ProcedureArgDef is also checking
344 proc ProcedureArgDef {ArgDef} { procedure

Completed in 104 milliseconds