Lines Matching refs:module
102 my( $regex, $path, $module, $name, @addregex) = @_;
110 if ("$path/$module/$name" eq "$SOLENVINC/i18npool/lang.h") {
111 $file = "./$module/inc/i18npool/lang.h"; }
113 $file = "./$module/$name"; }
117 $file = "$path/$module/$name";
121 $file = "$path/$module.lnk/$name";
124 $file = "$path/$module.link/$name";
374 my $module = "svx";
376 if (!(-e "$SRC_ROOT/$module/$name")) {
377 $module = "svtools";
384 "$SRC_ROOT", $module, $name, ());
389 "$SRC_ROOT", $module, $name, ()); }