Lines Matching refs:l
184 foreach ($lines as $l) {
185 if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})/i", $l, $matches))
327 foreach ($lines as $l) {
328 if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})\s+#\s*(.*)$/i", $l, $matches))
422 foreach (explode("\n", $data) as $l) {
423 if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+) ([a-f0-9]+)/i', $l, $matches)) {
426 } else if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+)/i', $l, $matches)) {
480 foreach ($v as $l => $w) {
481 echo "\t{ {", sprintf("\"%-21s", $w.'",'), "\t", sprintf("0x%05s", $l), ",\t",
535 for ($l = 0; $l < 64; $l++) { variable
536 if (isset($mstable[$i][$k][$l])) {
538 $col3[$l] = $mstable[$i][$k][$l];
540 $col3[$l] = null;