Searched refs:getline (Results 201 - 225 of 257) sorted by relevance

1234567891011

/macosx-10.9.5/uucp-11/uucp/unix/
H A Dstatsb.c189 while (getline (&zline, &cline, e) > 0)
H A Dwork.c504 while (getline (&zline, &cline, e) > 0)
/macosx-10.9.5/vim-53/runtime/indent/
H A DGenericIndent.vim247 let cline=getline(lnum)
250 let pline=getline(lnum)
/macosx-10.9.5/awk-18/src/
H A Dytab.c2993 if (safe) SYNTAX("cmd | getline is unsafe");
3000 if (safe) SYNTAX("cmd | getline is unsafe");
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dtest-program.cpp633 std::getline(results_file, line);
637 while (std::getline(results_file, extra_line).good())
/macosx-10.9.5/gnutar-452/gnutar/
H A Dconfig.hin270 /* Define to 1 if you have the declaration of `getline', and to 0 if you
1082 /* Define to a replacement function name for getline(). */
1083 #undef getline
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dbuffer.c29 #include <getline.h>
980 if (getline (&input_buffer, &size, read_file) <= 0)
H A Dtar.c25 #include <getline.h>
119 if (getline (&response, &response_size, confirm_file) < 0)
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dgzip.vim54 call s:set_compression(getline(1))
H A DnetrwSettings.vim184 let curline = getline(".")
H A Dpython3complete.vim54 let line = getline('.')
73 let line = getline('.')
H A Dpythoncomplete.vim52 let line = getline('.')
71 let line = getline('.')
H A Dtar.vim184 if line("$") == curlast || ( line("$") == (curlast + 1) && getline("$") =~ '\c\%(warning\|error\|inappropriate\|unrecognized\)')
210 let fname= getline(".")
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dchangelog.vim165 let line = getline(lnum)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfortran.vim37 let b:fortran_retype = getline(1)." ".getline(2)." ".getline(3)
83 let s:test = strpart(getline(s:ln),0,5)
H A Dmma.vim253 " let line = getline(v:foldstart)
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-sh/
H A Datf-check.cpp381 while (!found && std::getline(stream, line).good()) {
/macosx-10.9.5/libxml2-26/libxml2/doc/
H A Dapibuild.py379 def getline(self): member in class:CLexer
416 line = self.getline()
448 line = self.getline()
473 line = self.getline()
/macosx-10.9.5/libxslt-13/libxslt/doc/
H A Dapibuild.py301 def getline(self): member in class:CLexer
338 line = self.getline()
370 line = self.getline()
395 line = self.getline()
/macosx-10.9.5/nano-11/src/
H A Drcfile.c617 while ((len = getline(&buf, &n, rcstream)) > 0) {
/macosx-10.9.5/vim-53/runtime/doc/
H A Dmakehtml.awk7 while ( getline ti <"tags.ref" > 0 ) {
/macosx-10.9.5/uucp-11/uucp/
H A Dcu.c478 if (getline (&zphone, &cphone, stdin) <= 0
1681 if (getline (&zbuf, &cbuf, e) <= 0)
/macosx-10.9.5/sudo-72/src/
H A DMakefile.in135 sudoreplay.c getdate.c getdate.y getline.c timestr.c $(AUTH_SRCS)
347 getline.o: $(srcdir)/getline.c config.h
348 $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/getline.c
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c2389 goto getline;
2394 getline:
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dtz2icu.cpp1593 while (getline(frg, line)) {
1622 while (getline(f, line)) {

Completed in 245 milliseconds

1234567891011