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))
428 foreach (explode("\n", $data) as $l) {
429 if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+) ([a-f0-9]+)/i', $l, $matches)) {
432 } else if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+)/i', $l, $matches)) {
486 foreach ($v as $l => $w) {
487 echo "\t{ {", sprintf("0x%05s", $l), ",\t", sprintf("\"%-21s", $w.'",'), "\t",
541 for ($l = 0; $l < 64; $l++) { variable
542 if (isset($mstable[$i][$k][$l])) {
544 $col3[$l] = $mstable[$i][$k][$l];
546 $col3[$l] = null;