Home | History | Annotate | Download | only in common

Lines Matching full:line

26 $num_states = 1;     # Always the state number for the line being compiled.
27 $line_num = 0; # The line number in the input file.
35 $line = $_;
40 # that follow on the line.
63 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
68 # if the label was the only thing on this line, go on to the next line,
69 # otherwise assume that a state definition is on the same line and fall through.
74 # for handling the rest of the line.
78 # State Transition line.
87 $state_line_num[$num_states] = $line_num; # remember line number with each state
100 print " rbbicsts: at line $line_num, bad character literal or character class name.\n";
121 print " rbbicsts: at line $line_num, destination state missing.\n";
133 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n";
148 # There should be no fields left on the line at this point.
151 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";
190 print "Error at line $state_line_num[$state]: target state \"$state_dest_state[$state]\" is not defined.\n";
194 print "Error at line $state_line_num[$state]: target state \"$state_push_state[$state]\" is not defined.\n";