Searched refs:line_no (Results 1 – 4 of 4) sorted by relevance
39 $line_no = 0;143 …die "ERROR: Illegal address \'$address\' in line $line_no\n" unless ($address =~ /^0x[0-9A-Fa-f]+$…146 …die "ERROR: Illegal condition name \'$condition\' in line $line_no\n" unless ($address =~ /^[A-Za-…149 die "ERROR: Illegal macro name \'$name\' in line $line_no\n" unless ($name =~ /^[A-Za-z0-9_]+$/);150 check_macro_duplicate($name, $condition, $line_no);163 die "ERROR: Illegal bitwidth \'$bitwidth\' in line $line_no\n";189 die "ERROR: specify volatile/permanent in line $line_no\n";195 $tmphash->{"line_no"} = $line_no;589 $line_no = 0;596 $line_no++;[all …]
298 int x_line, line_no; in text_buf_to_vram() local309 for (line_no = 0; line_no < (*tb->num_y + 1); line_no++) in text_buf_to_vram()336 for (; line_no <= *tb->num_y; line_no++) in text_buf_to_vram()
293 int x_line, line_no; in text_buf_to_vram() local303 for (line_no = 0; line_no < (*tb->num_y + 1); line_no++) in text_buf_to_vram()332 for (; line_no <= *tb->num_y; line_no++) in text_buf_to_vram()