Home | History | Annotate | Download | only in i18n

Lines Matching full:line

27 $num_states = 1;         # Always the state number for the line being compiled.
28 $line_num = 0; # The line number in the input file.
36 $line = $_;
41 # that follow on the line.
64 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 # if the label was the only thing on this line, go on to the next line,
70 # otherwise assume that a state definition is on the same line and fall through.
75 # for handling the rest of the line.
79 # State Transition line.
88 $state_line_num[$num_states] = $line_num; # remember line number with each state
101 print " rbbicsts: at line $line_num, bad character literal or character class name.\n";
122 print " rbbicsts: at line $line_num, destination state missing.\n";
134 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n";
149 # There should be no fields left on the line at this point.
152 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";
191 print "Error at line $state_line_num[$state]: target state \"$state_dest_state[$state]\" is not defined.\n";
195 print "Error at line $state_line_num[$state]: target state \"$state_push_state[$state]\" is not defined.\n";