Lines Matching refs:lineno

47     proc _add_entry { filename lineno text } {
50 set entry [list $filename $lineno $text]
117 set lineno $expect_out(1,string)
123 _add_entry $current_file $lineno $text
127 set lineno "NONE"
133 _add_entry $current_file $lineno $text
177 proc check_entry { filename lineno text { testname "" } } {
183 "$_last_command: check for entry '$filename', '$lineno', '$text'"
186 if { $lineno == "" } {
187 set lineno "NONE"
200 && [regexp -- $lineno $l] \
229 proc check_no_entry { filename { lineno ".*" } { text ".*" } \
236 "$_last_command: check no matches for '$filename', '$lineno', and '$text'"
239 if { $lineno == "" } {
240 set lineno "NONE"
248 && [regexp -- $lineno $l] \
275 proc _add_entry { filename module lineno text } {
278 set entry [list $filename $module $lineno $text]
354 set lineno $expect_out(1,string)
365 $lineno $text
369 set lineno "NONE"
380 $lineno $text
427 proc check_entry_1 { filename module lineno text optional testname } {
433 "$_last_command: check for entry '$filename', '$lineno', '$text'"
436 if { $lineno == "" } {
437 set lineno "NONE"
452 && [regexp -- $lineno $l] \
472 proc check_entry { filename module lineno text { testname "" } } {
473 check_entry_1 $filename $module $lineno $text 0 $testname
477 proc check_optional_entry { filename module lineno text { testname "" } } {
478 check_entry_1 $filename $module $lineno $text 1 $testname
495 proc check_no_entry { filename module { lineno ".*" } \
502 "$_last_command: check no matches for '$filename', '$lineno', and '$text'"
505 if { $lineno == "" } {
506 set lineno "NONE"
516 && [regexp -- $lineno $l] \