Home
last modified time | relevance | path

Searched refs:_MTCH (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/modules/modules-4.6.0/compat/
H A DcmdModule.c150 #define _MTCH _XD match = in cmdModule() macro
219 } else if(_MTCH Tcl_RegExpMatch(interp,module_command, addRE)) { in cmdModule()
234 } else if(_MTCH Tcl_RegExpMatch(interp,module_command, rmRE)) { in cmdModule()
243 } else if(_MTCH Tcl_RegExpMatch(interp,module_command, swRE)) { in cmdModule()
251 } else if(_MTCH Tcl_RegExpMatch(interp,module_command, dispRE)) { in cmdModule()
259 } else if(_MTCH Tcl_RegExpMatch(interp,module_command, listRE)) { in cmdModule()
273 } else if(_MTCH Tcl_RegExpMatch(interp,module_command,availRE)) { in cmdModule()
299 } else if(_MTCH Tcl_RegExpMatch(interp,module_command,clearRE)) { in cmdModule()
315 } else if(_MTCH Tcl_RegExpMatch(interp,module_command,purgeRE)) { in cmdModule()
323 } else if(_MTCH Tcl_RegExpMatch(interp,module_command,initRE)) { in cmdModule()
[all …]