Lines Matching full:regexp
280 if [regexp "^#.*$" $line] then {
289 if [regexp "^#.*$" $line] then {
304 if [regexp $line_a $line_b] then {
375 if [regexp "^#.*$" $line] then {
384 if [regexp "^#.*$" $line] then {
402 if [regexp "hide" $line_b] then {
411 # systems, so we must check each regexp. When we find a
412 # regexp, we null it out, so we don't match it twice.
416 if [regexp $line_a $line_b] then {
475 if { ![regexp "^#.*$" $l2] } then {