Home
last modified time | relevance | path

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

/dports/sysutils/modules/modules-4.6.0/compat/
H A DcmdTrace.c200 { &aproposRE, "apropos", MOD_TR_APROPOS, 0 }, /** 14 **/
H A Dmain.c113 *aproposRE = "^(apr|key)", /** 'module apropos' **/ variable
H A Dmodules_def.h533 extern char *aproposRE;
H A DcmdModule.c291 } else if(_MTCH Tcl_RegExpMatch(interp,module_command,aproposRE)) { in cmdModule()