Lines Matching refs:Macro
950 # cannot be used as a macro name
1864 exitStatus("Error", "you have not specified $NeedRelpath option, but the $DName contains {RELPATH} macro");
16809 my $Macro = "\@".lc($Attr);
16810 if($Content=~/\Q$Macro\E/) {
16873 my $Macro = "\@".lc($Attr);
16880 if(index($Content, $Macro)==-1) {
16922 $Content=~s/\Q$Macro\E/$Value/g;