Lines Matching refs:l
189 foreach ($lines as $l) {
190 if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})/i", $l, $matches))
332 foreach ($lines as $l) {
333 if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})\s+#\s*(.*)$/i", $l, $matches))
427 foreach (explode("\n", $data) as $l) {
428 if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+) ([a-f0-9]+)/i', $l, $matches)) {
431 } else if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+)/i', $l, $matches)) {
485 foreach ($v as $l => $w) {
486 echo "\t{ {", sprintf("\"%-21s", $w.'",'), "\t", sprintf("0x%05s", $l), ",\t",
540 for ($l = 0; $l < 64; $l++) { variable
541 if (isset($mstable[$i][$k][$l])) {
543 $col3[$l] = $mstable[$i][$k][$l];
545 $col3[$l] = null;