Searched refs:getline (Results 1 – 25 of 88) sorted by relevance
1234
86 def getline(self): member in HeaderFile96 line = line[0:-1] + self.getline()107 line = curline or self.getline()111 line = self.getline()126 line = self.getline()130 line = self.getline()211 line = hdr.getline()244 line = hdr.getline()267 line = hdr.getline()269 line = hdr.getline()[all …]
56 "echo 'foo\n\nbaz'" | getline ; print57 "echo 'foo\n\nbaz'" | getline ; print58 "echo 'bar\n\nbaz'" | getline ; print
50 getline line < "/dev/null" # [b]51 "true" | getline line # [c]
1 BEGIN { while( getline > 0) { print } }2 BEGIN { while( getline > 0) { print } }
61 while (("echo" | getline) == 1)64 "echo \"a\n\nb\"" | getline y
4 cmd | getline x y6 print (cmd | getline x y)
30 while ((com | getline fnam) > 0 && fnam != "") {38 com_tr | getline nam
26 while( (cmd1 | getline)==1) { #terminates as file has only 1 line28 cmd2 | getline L;
38 while (getline < INPUT == 1) i++47 while (getline < INPUT == 1) z[++i] = $1
636 "hostname" | getline HOSTNAME637 "date" | getline DATE638 ("ypcat passwd | grep '^" USER ":' | awk -F: '{print $5}'") | getline PERSONAL_NAME640 ("grep '^" USER ":' /etc/passwd | awk -F: '{print $5}'") | getline PERSONAL_NAME
1 BEGIN { print getline < "file" ".txt" }
1 BEGIN { "cat" | getline; print; close("cat") }
72 "echo x | tr -d '\\12'" | getline
2 if ((getline tmp) > 0) {
3 getline
11 command | getline x
16 while ((getline < "/etc/passwd") > 0) {
32 e = getline f < ARGV[i]39 e = getline f < ARGV[i]
18 echo T.getline: test getline function
119 sz = getline(&ctx->pc_line_buf, &ctx->pc_line_sz, ctx->pc_file); in read_len()156 sz = getline(&ctx->pc_line_buf, &ctx->pc_line_sz, ctx->pc_file); in read_msg()187 sz = getline(&ctx->pc_line_buf, &ctx->pc_line_sz, ctx->pc_file); in read_md()
3 while ("echo a1b1c1d" | getline > 0) {
4 FS = 2; "echo 42424" | getline; print $1;
2 while (getline && n++ < 10)