Lines Matching refs:mstable
196 $mstable = array("ident" => $e['ident']); variable
201 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
210 if (($t = array_keys($prevStage2, $mstable[$i])) !== array()) {
223 if ($mstable[$i][$j] !== NULL)
224 echo sprintf("0x%04X,", $mstable[$i][$j]);
230 $prevStage2[] = $mstable[$i];
523 $mstable = array(); variable
529 $mstable[$s1][$s2][$s3] = "";
531 $mstable[$s1][$s2][$s3] = $el[0];
540 if (isset($mstable[$i][$k][$l])) {
542 $col3[$l] = $mstable[$i][$k][$l];
607 if (isset($mstable[$i][$k]))
617 if (isset($mstable[$i][$k])) {
632 if (isset($mstable[$i]))