Lines Matching refs:l
186 foreach ($lines as $l) {
187 if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})/i", $l, $matches))
329 foreach ($lines as $l) {
330 if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})\s+#\s*(.*)$/i", $l, $matches))
425 foreach (explode("\n", $data) as $l) {
426 if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+) ([a-f0-9]+)/i', $l, $matches)) {
429 } else if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+)/i', $l, $matches)) {
483 foreach ($v as $l => $w) {
484 echo "\t{ {", sprintf("0x%05s", $l), ",\t", sprintf("\"%-21s", $w.'",'), "\t",
538 for ($l = 0; $l < 64; $l++) { variable
539 if (isset($mstable[$i][$k][$l])) {
541 $col3[$l] = $mstable[$i][$k][$l];
543 $col3[$l] = null;