Lines Matching refs:BEGIN
24 -0 regex =^\\s*BEGIN\\s*[{] awk script text
25 +0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
34 Subject: [PATCH] further optimize awk by not looking for the BEGIN regex until
35 we found the BEGIN (Jan Kaluza)
49 -0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
50 +0 search/16384 BEGIN
51 +>0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
61 Subject: [PATCH] Limit regex search for BEGIN to the first 4K of the file.
75 -0 search/16384 BEGIN
76 ->0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
77 +0 regex/4096 =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text