PageRenderTime 144ms queryTime 48ms sortTime 0ms getByIdsTime 66ms findMatchingLines 4ms

13+ results for 'endline' (144 ms)

Not the results you expected?
mdoc2man.awk https://github.com/Morgawr/minix-pkgsrc.git | AWK | 391 lines
                    
59# Emit the current line so far
                    
60function endline() {
                    
61  addclose(trailer)
                    
76function linecmd(cmd) {
                    
77  endline()
                    
78  add(cmd)
                    
78  add(cmd)
                    
79  endline()
                    
80}
                    
139  out = $0
                    
140  endline()
                    
141  next
                    
268    } else if(match(words[w],"^An$")) {
                    
269      endline()
                    
270    } else if(match(words[w],"^Ss$")) {
                    
                
mdoc2wiki.awk https://github.com/jkjuopperi/pkgsrc.git | AWK | 448 lines
                    
61# Emit the current line so far
                    
62function endline() {
                    
63  addclose(trailer)
                    
78function linecmd(cmd) {
                    
79  endline()
                    
80  add(cmd)
                    
80  add(cmd)
                    
81  endline()
                    
82}
                    
141  out = $0
                    
142  endline()
                    
143  next
                    
283      ++w
                    
284      endline()
                    
285      print ""
                    
                
mdoc2mediawiki.awk https://code.google.com/p/libarchive/ | AWK | 446 lines
                    
61# Emit the current line so far
                    
62function endline() {
                    
63  addclose(trailer)
                    
78function linecmd(cmd) {
                    
79  endline()
                    
80  add(cmd)
                    
80  add(cmd)
                    
81  endline()
                    
82}
                    
141  out = $0 " "
                    
142  endline()
                    
143  next
                    
280      ++w
                    
281      endline()
                    
282      print ""
                    
                
mdoc2man.awk git://pkgs.fedoraproject.org/tuxcmd | AWK | 329 lines
                    
59# Emit the current line so far
                    
60function endline() {
                    
61  addclose(trailer)
                    
76function linecmd(cmd) {
                    
77  endline()
                    
78  add(cmd)
                    
78  add(cmd)
                    
79  endline()
                    
80}
                    
108  out = $0
                    
109  endline()
                    
110  next
                    
228    } else if(match(words[w],"^Pp$")) {
                    
229      endline()
                    
230    } else if(match(words[w],"^An$")) {
                    
                
menudefs.awk https://gitlab.com/BGCX261/zmail-2009-svn-to-git.git | AWK | 70 lines
                    
5  specialSyms["Home"] = "osfBeginLine";
                    
6  specialSyms["End"]  = "osfEndLine";
                    
7  specialSyms["Up"]   = "osfUp";
                    
                
metod-old.awk https://bitbucket.org/aafin/generatorzadach | AWK | 337 lines
                    
50#
                    
51function PrintOut(InpFile,ActBeginLine,ActEndLine,   i,line,lineCount,IgnoreRead){
                    
52
                    
72			
                    
73			if (lineCount in ActEndLine) IgnoreRead = 1;
                    
74
                    
266
                    
267	MkLabelAndRef(InpFile,LabelToNom,NomToArefList,NomToBrefList,NomToCrefList,NomToBeginLine,NomToEndLine)
                    
268
                    
298	for ( i in ActLabel) ActBeginLine[NomToBeginLine[LabelToNom[i]]]=1
                    
299	for ( i in ActLabel) ActEndLine[NomToEndLine[LabelToNom[i]]]=1
                    
300
                    
326	for (i in ActBeginLine) print("ActBeginLine", i, ActBeginLine[i])
                    
327	for (i in ActEndLine) print("ActEndLine", i, ActEndLine[i])
                    
328
                    
                
metod.awk https://bitbucket.org/aafin/generatorzadach | AWK | 868 lines
                    
172
                    
173	#for (i in BlockToEndLine) print ("BlockToEndLine", i , BlockToEndLine[i]) 		
                    
174
                    
543
                    
544      		        if ( !IgnoreRead)  BlockToEndLine[BlockCount]=lineCount-1;  #??
                    
545      			
                    
559			IgnoreRead=1;
                    
560			BlockToEndLine[BlockCount]=lineCount;
                    
561			continue;
                    
741			Bl=BlockToBeginLine[nn];
                    
742			El=BlockToEndLine[nn];
                    
743			Fl=BlockToFile[nn];
                    
748			Bl=BlockToBeginLine[n];
                    
749			El=BlockToEndLine[n];
                    
750			Fl=BlockToFile[n];
                    
                
ro.awk https://gitlab.com/Raizan/buku-ta | AWK | 21 lines
                    
1BEGIN {
                    
2        sendLine = 0;
                    
3        recvLine = 0;
                    
7$0 ~/^s.* \(REQUEST\)/ {
                    
8        sendLine ++ ;
                    
9}
                    
19END {
                    
20        printf "Overhead: %d\n", (sendLine + recvLine + errLine);
                    
21}
                    
                
pdr.awk https://gitlab.com/Raizan/buku-ta | AWK | 16 lines
                    
1BEGIN {
                    
2        sendLine = 0;
                    
3        recvLine = 0;
                    
6$0 ~/^s.* AGT/ {
                    
7        sendLine ++ ;
                    
8}
                    
14END {
                    
15        printf "Sent: %d Recv: %d Ratio: %.4f\n", sendLine, recvLine, (recvLine/sendLine);
                    
16}
                    
                
awkequiv.awk https://bitbucket.org/lizh1/ragel.git | AWK | 10 lines
                    
5{
                    
6	print "endline(" NF "): " $0
                    
7	for ( i = 1; i <= NF; i++ ) {
                    
                
mdoc2wiki.awk http://opensource.apple.com/release/developer-tools-43/ | AWK | 473 lines
                    
83<span class="enscript-comment"># Emit the current line so far
                    
84</span><span class="enscript-keyword">function</span> endline() {
                    
85  addclose(trailer)
                    
100<span class="enscript-keyword">function</span> linecmd(cmd) {
                    
101  endline()
                    
102  add(cmd)
                    
102  add(cmd)
                    
103  endline()
                    
104}
                    
163  out = $0
                    
164  endline()
                    
165  <span class="enscript-keyword">next</span>
                    
                
pdr.awk https://bitbucket.org/naheel_azawy/ns2-manet-cmp.git | AWK | 21 lines
                    
1BEGIN {
                    
2    sendLine = 0;
                    
3    recvLine = 0;
                    
7$0 ~/^s.* AGT/ {
                    
8    sendLine ++ ;
                    
9}
                    
19END {
                    
20    printf "%.4f", (recvLine/sendLine);
                    
21}
                    
                
mdoc2wiki.awk https://github.com/jsonn/pkgsrc.git | AWK | 488 lines
                    
65# Emit the current line so far
                    
66function endline() {
                    
67  addclose(trailer)
                    
86function linecmd(cmd) {
                    
87  endline()
                    
88  add(cmd)
                    
88  add(cmd)
                    
89  endline()
                    
90}
                    
125function dispstart() {
                    
126  endline()
                    
127  print "```text"
                    
131function dispend() {
                    
132  endline()
                    
133  print "```"
                    
                
 

Source

Language