Home
last modified time | relevance | path

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

/dports/sysutils/modules/modules-4.6.0/compat/
H A DcmdTrace.c191 { &availRE, "avail", MOD_TR_AVAIL, 0 }, /** 5 **/
H A Dmain.c104 *availRE = "^av", /** 'module avail <file>' **/ variable
H A Dmodules_def.h523 extern char *availRE;
H A DcmdModule.c273 } else if(_MTCH Tcl_RegExpMatch(interp,module_command,availRE)) { in cmdModule()