Lines Matching refs:mat
32 string $mats[] = `ls -sl -mat`;
33 for ($mat in $mats)
35 if (!`attributeQuery -n $mat -ex "oc"`)
40 `listConnections -s 0 -d 1 -type shadingEngine ($mat + ".oc")`;
220 string $mat = match("\\(.*\\)", $label);
221 $mat = substitute("^\\( ", $mat, "");
222 $mat = substitute(" \\)$", $mat, "");
223 //print("[" + $mat + "] " + $label + "\n");
224 return $mat;
252 string $mat = $ins[0];
253 if (`attributeQuery -n $mat -ex "oc"`)
255 string $ots[] = `listConnections -s 0 -d 1 ($mat + ".oc")`;
546 string $mat = $ins[0];
548 $mats[$isg] = $mat;