Lines Matching refs:mstable
197 $mstable = array("ident" => $e['ident']); variable
202 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
211 if (($t = array_keys($prevStage2, $mstable[$i])) !== array()) {
224 if ($mstable[$i][$j] !== NULL)
225 echo sprintf("0x%04X,", $mstable[$i][$j]);
231 $prevStage2[] = $mstable[$i];
524 $mstable = array(); variable
530 $mstable[$s1][$s2][$s3] = "";
532 $mstable[$s1][$s2][$s3] = $el[0];
541 if (isset($mstable[$i][$k][$l])) {
543 $col3[$l] = $mstable[$i][$k][$l];
608 if (isset($mstable[$i][$k]))
618 if (isset($mstable[$i][$k])) {
633 if (isset($mstable[$i]))