Searched refs:getline (Results 176 - 200 of 257) sorted by relevance

1234567891011

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dvi.c193 static void getline(Vi_t*,int);
590 getline(vp,APPEND);
592 getline(vp,APPEND);
594 getline(vp,ESC);
1364 static void getline(register Vi_t* vp,register int mode) function
2228 getline(vp,SEARCH);
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/lib/Net/
H A DSSL.pm265 sub getline { subroutine
483 =item getline
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/lib/Net/
H A DSSL.pm270 sub getline { subroutine
525 =item getline
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dcore.t158 my @array = $client->getline();
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dsystem.c20 #include <getline.h>
796 rc = getline (&buf, &size, fp);
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dfortran.vim41 let s:test = strpart(getline(s:ln),0,5)
H A Druby.vim160 let line = getline(v:beval_lnum)
239 let raw = matchstr(getline('.')[col-1 : ],pattern)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Djavascript.vim69 setlocal foldtext=getline(v:foldstart)
H A Dxpm.vim32 let s = matchstr(getline(i), '".\{-1,}"')
H A Dxpm2.vim41 let s = getline(i)
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdio.h497 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
/macosx-10.9.5/sudo-72/src/
H A Dttyname.c427 len = getline(&line, &linesize, fp);
H A Dsudoreplay.c811 if (getline(&buf, &bufsize, fp) == -1 ||
812 getline(&li->cwd, &cwdsize, fp) == -1 ||
813 getline(&li->cmd, &cmdsize, fp) == -1) {
/macosx-10.9.5/uucp-11/uucp/
H A Duucp.h343 extern int getline P((char **pz, size_t *pc, FILE *e));
/macosx-10.9.5/vim-53/runtime/macros/
H A Djustify.vim237 let str_orig = getline(cur)
242 let str = getline(cur)
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgnulib.mk12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libtar --source-base=.#bootmp/lib --m4-base=.#bootmp/m4 --doc-base=.#bootmp/doc --aux-dir=.#bootmp/build-aux --avoid=lock --avoid=size_max --avoid=xsize --no-libtool --macro-prefix=gl alloca argmatch argp backupfile closeout configmake dirname error exclude exitfail fileblocks fnmatch-gnu ftruncate full-write getdate getline getopt getpagesize gettext gettime hash human inttostr inttypes lchown localcharset memset mkdtemp modechange obstack quote quotearg rmdir rpmatch safe-read save-cwd savedir setenv stat-time stdbool stdint stpcpy strdup strerror strtol strtoul timespec unlinkdir unlocked-io utime utimens version-etc-fsf xalloc xalloc-die xgetcwd xstrtoumax
417 ## begin gnulib module getline
420 EXTRA_DIST += getline.c getline.h
422 EXTRA_libtar_a_SOURCES += getline.c
424 ## end gnulib module getline
/macosx-10.9.5/CPANInternal-140/Net-Telnet/lib/Net/
H A DTelnet.pm706 sub getline { subroutine
755 "to " . ref($self) . "::getline()");
800 } # end sub getline
877 $line = $self->getline
2786 $line = $self->getline
3348 I/O methods such as print, get, and getline are provided. More
3993 =item B<getline> - read next line
3995 $line = $obj->getline([Binmode => $mode,]
4113 C<getline()>, C<getlines()>, and C<cmd()> to determine lines in the
4223 C<getline()> o
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm706 sub getline { subroutine
755 "to " . ref($self) . "::getline()");
800 } # end sub getline
877 $line = $self->getline
2786 $line = $self->getline
3348 I/O methods such as print, get, and getline are provided. More
3993 =item B<getline> - read next line
3995 $line = $obj->getline([Binmode => $mode,]
4113 C<getline()>, C<getlines()>, and C<cmd()> to determine lines in the
4223 C<getline()> o
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dccomplete.vim11 let line = getline('.')
120 let line = getline('.')
212 let line = getline('.')
H A Drubycomplete.vim140 let str = getline(lnum)
156 let str = matchstr(getline(lnum),fstr,lcol)
192 let line = getline('.')
/macosx-10.9.5/vim-53/src/
H A Dex_cmds2.c2443 do_cmdline(eap->arg, eap->getline, eap->cookie,
3760 if (!getline_equal(eap->getline, eap->cookie, getsourceline))
3776 sp = (struct source_cookie *)getline_cookie(eap->getline, eap->cookie);
3792 if (getline_equal(eap->getline, eap->cookie, getsourceline))
3811 ((struct source_cookie *)getline_cookie(eap->getline,
3827 ((struct source_cookie *)getline_cookie(eap->getline,
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dvstring.h2169 getline(basic_istream<_CharT, _Traits>& __is,
2188 getline(basic_istream<_CharT, _Traits>& __is, function
2190 { return getline(__is, __str, __is.widen('\n')); }
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen93 $line = $handle->getline();
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dupdate-game-score.c329 if (getline (&score->data, &len, f) < 0)
/macosx-10.9.5/nano-11/src/
H A Dnano.h114 * strcasestr(), strnlen(), getdelim(), or getline(), use the versions
138 #define getline ngetline macro

Completed in 267 milliseconds

1234567891011