Searched refs:getline (Results 1 - 25 of 257) sorted by relevance

1234567891011

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgetline.c0 /* getline.c --- Implementation of replacement getline function.
24 #include "getline.h"
27 getline (char **lineptr, size_t *n, FILE *stream) function
H A Dgetline.h0 /* getline.h --- Prototype for replacement getline function.
21 /* Get size_t, FILE, ssize_t. And getline, if available. */
27 ssize_t getline (char **lineptr, size_t *n, FILE *stream);
/macosx-10.9.5/libstdcxx-60/src/
H A Dmisc-inst.cc51 getline(basic_istream<char>&, string&, char);
54 getline(basic_istream<char>&, string&);
64 getline(basic_istream<wchar_t>&, wstring&, wchar_t);
67 getline(basic_istream<wchar_t>&, wstring&);
/macosx-10.9.5/apache-786.1/httpd/build/
H A Dnw_ver.awk19 while ((getline < ARGV[1]) > 0) {
21 if (((getline < ARGV[1]) > 0) && (split($0, c, "\"") == 3)) {
42 while ((getline < ARGV[2]) > 0) {
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html2.awk7 getline ln
23 getline ln
44 getline ln
/macosx-10.9.5/man-16/man/man2html/scripts/cgi-bin/man/
H A Dmanwhatis48 "man -w" | getline man_path
53 cmd | getline need_update;
72 "echo $PPID" | getline pid;
95 "hostname" | getline hostname;
96 "date" | getline date;
99 "man -w" | getline;
104 find_cmd | getline whatis_files;
125 while ( (extract_cmd | getline) > 0 ) {
143 while ((getline < sort_tmp) > 0) {
186 while ((getline < buffer_tm
[all...]
H A Dmansec34 "echo $PPID" | getline pid;
50 "man -w" | getline man_path
58 cmd | getline need_update;
67 cmd | getline need_update;
105 "hostname" | getline hostname;
106 "date" | getline date;
120 while ((("find " man_path " -follow -type f -printf '%f\n' | sort -f ") | getline manpage) > 0) {
163 while ((getline < buffer_tmp) > 0) print > cache_tmp;
/macosx-10.9.5/vim-53/runtime/indent/
H A Djava.vim32 if getline(lnum) =~ '\*/\s*$'
33 while getline(lnum) !~ '/\*' && lnum > 1
36 if getline(lnum) =~ '^\s*/\*'
41 elseif getline(lnum) =~ '^\s*//'
57 if getline(v:lnum) =~ '^\s*\*'
66 if getline(next_prev) !~ ',\s*$'
74 if getline(v:lnum) =~ '^\s*\(extends\|implements\)\>'
75 \ && getline(lnum) !~ '^\s*\(extends\|implements\)\>'
80 let cont_kw = matchstr(getline(prev),
84 if getline(lnu
[all...]
H A Dsdl.vim37 if getline(lnum) =~ '^\s*\*'
40 if getline(v:lnum) =~ '^\s*\*'
45 if (getline(lnum) =~? '^\s*\(start\|state\|system\|package\|connection\|channel\|alternative\|macro\|operator\|newtype\|select\|substructure\|decision\|generator\|refinement\|service\|method\|exceptionhandler\|asntype\|syntype\|value\|(.*):\|\(priority\s\+\)\=input\|provided\)'
46 \ || getline(lnum) =~? virtuality . '\(process\|procedure\|block\|object\)')
47 \ && getline(lnum) !~? 'end[[:alpha:]]\+;$'
52 if getline(lnum) =~? '^\s*\(stop\|return\>\|nextstate\)'
57 if getline(v:lnum) =~? '^\s*end\>'
62 if getline(v:lnum) =~? '^\s*\((.*)\|else\):'
69 if getline(v:lnum) =~? '^\s*state\>'
74 if getline(
[all...]
H A Deiffel.vim54 if getline(lnum) =~ s:trust_user_indent
60 if getline(lnum) =~ s:relative_indent
65 if getline(v:lnum) =~ s:single_dent && getline(v:lnum) !~ s:relative_indent
66 \ && getline(v:lnum) !~ '\s*\<\(and\|or\|implies\)\>'
71 if getline(v:lnum) =~ s:inheritance_dent
76 if getline(lnum) =~ s:single_dent
81 if getline(v:lnum) =~ s:no_indent
87 if getline(v:lnum) =~ s:outdent && getline(
[all...]
H A Dvim.vim26 if getline(v:lnum) !~ '^\s*\\'
27 while lnum > 0 && getline(lnum) =~ '^\s*\\'
41 if getline(v:lnum) =~ '^\s*\\' && v:lnum > 1 && getline(lnum) !~ '^\s*\\'
47 elseif getline(lnum) =~ '\(^\||\)\s*\(if\|wh\%[ile]\|for\|try\|cat\%[ch]\|fina\%[lly]\|fu\%[nction]\|el\%[seif]\)\>'
49 elseif getline(lnum) =~ '^\s*aug\%[roup]' && getline(lnum) !~ '^\s*aug\%[roup]\s*!\=\s\+END'
56 let line = getline(lnum)
67 if getline(v:lnum) =~ '^\s*\(ene\@!\|cat\|fina\|el\|aug\%[roup]\s*!\=\s\+END\)'
H A Dframescript.vim26 if getline(v:lnum) =~ '^\s*\*'
32 if getline(lnum) =~? '^\s*\%(If\|Loop\|Sub\)'
36 if getline(v:lnum) =~? '^\s*\%(Else\|End\%(If\|Loop\|Sub\)\)'
H A Doccam.vim52 while linenum > 0 && getline(linenum) =~ s:CommentLine
60 let line = getline(linenum)
64 while prevlinenum > 0 && getline(prevlinenum) =~ s:CommentLine
69 let prevline = getline(prevlinenum)
72 if getline(v:lnum) =~ s:ColonStart
87 let line = getline(linenum)
98 let colonline = getline(v:lnum)
113 if getline(v:lnum) =~ '^\s*:'
114 let colonline = getline(v:lnum)
141 if getline(prevnonblan
[all...]
H A Drst.vim26 let line = getline(lnum)
34 let line = getline(v:lnum - 1)
39 let line = getline('.')
H A Dtcl.vim22 let line = getline(lnum)
34 let line = getline(a:lnum)
55 let line = getline(v:lnum)
69 let pline = getline(pnum)
H A Determ.vim27 if getline(lnum) =~ '^\s*begin\>'
31 if getline(v:lnum) =~ '^\s*end\>'
H A Dgitconfig.vim21 let line = getline(prevnonblank(v:lnum-1))
22 let cline = getline(v:lnum)
H A Dmake.vim41 let prev_line = getline(prev_lnum)
44 let prev_prev_line = prev_prev_lnum != 0 ? getline(prev_prev_lnum) : ""
74 let line = getline(lnum)
78 let line = getline(lnum)
82 if getline(v:lnum) =~ s:rule_rx
89 if getline(v:lnum) =~ s:rule_rx
99 if getline(v:lnum) =~ s:rule_rx
107 let line = getline(v:lnum)
/macosx-10.9.5/curl-78.94.1/curl/packages/NetWare/
H A Dget_ver.awk27 while ((getline < ARGV[1]) > 0) {
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dgetline.c28 __FBSDID("$FreeBSD: src/lib/libc/stdio/getline.c,v 1.1 2009/02/28 06:00:58 das Exp $");
34 getline(char ** __restrict linep, size_t * __restrict linecapp, function
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A Dgetline.c31 getline(char** sp, size_t* np, Sfio_t* f) function
33 STDIO_INT(f, "getline", ssize_t, (char**, size_t*, Sfio_t*), (sp, np, f))
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dnw_ver.awk20 while ((getline < ARGV[1]) > 0) {
/macosx-10.9.5/apr-30/apr/apr/build/
H A Dnw_ver.awk20 while ((getline < ARGV[1]) > 0) {
/macosx-10.9.5/zlib-53/zlib/contrib/iostream3/
H A Dtest.cc27 while (inf.getline(buf,80,'\n')) {
43 while (inf.getline(buf,80,'\n')) {
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/util/
H A DUCD.pm59 # $line = getline(\*HANDLE);
73 sub getline { subroutine
126 sub getline { subroutine
150 sub getline { subroutine
177 sub getline { subroutine

Completed in 128 milliseconds

1234567891011