Lines Matching refs:mat
33 string $mats[] = `ls -sl -mat`;
34 for ($mat in $mats)
36 if (!`attributeQuery -n $mat -ex "oc"`)
41 `listConnections -s 0 -d 1 -type shadingEngine ($mat + ".oc")`;
221 string $mat = match("\\(.*\\)", $label);
222 $mat = substitute("^\\( ", $mat, "");
223 $mat = substitute(" \\)$", $mat, "");
224 //print("[" + $mat + "] " + $label + "\n");
225 return $mat;
253 string $mat = $ins[0];
254 if (`attributeQuery -n $mat -ex "oc"`)
256 string $ots[] = `listConnections -s 0 -d 1 ($mat + ".oc")`;
547 string $mat = $ins[0];
549 $mats[$isg] = $mat;