Searched refs:line (Results 251 - 275 of 3500) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/vim-53/src/po/
H A Dcheck.vim9 " Function to get a split line at the cursor.
14 while line('.') < line('$')
16 let line = getline('.')
17 if line[0] != '"'
20 let idline .= substitute(line, '"\(.*\)"$', '\1', '')
37 " Start at the first "msgid" line.
40 let startline = line('.')
44 if getline(line('.') - 1) !~ "no-c-format"
47 echo 'Missing "msgstr" in line '
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Ddep.pl28 # first line will be the #ifdef
29 my $line = <SRC>;
30 if ($line =~ /include/) {
31 print OUT $line;
33 print OUT "#include <tommath.h>\n#ifdef $define\n$line";
66 my $line = $_;
67 while ($line =~ m/(fast_)*(s_)*mp\_[a-z_0-9]*/) {
68 $line = $';
/macosx-10.9.5/Libc-997.90.3/include/
H A Dassert.h70 #define __assert(e, file, line) \
71 ((void)printf ("%s:%u: failed assertion `%s'\n", file, line, e), abort())
83 #define __assert(e, file, line) \
84 __eprintf ("%s:%u: failed assertion `%s'\n", file, line, e)
87 #define __assert(e, file, line) \
88 __assert_rtn ((const char *)-1L, file, line, e)
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/err/
H A Derr_prn.c91 int line,flags; local
95 while ((l=ERR_get_error_line_data(&file,&line,&data,&flags)) != 0)
98 file,line,(flags&ERR_TXT_STRING)?data:"");
109 int line,flags; local
113 while ((l=ERR_get_error_line_data(&file,&line,&data,&flags)) != 0)
116 file,line);
/macosx-10.9.5/llvmCore-3425.0.33/utils/lint/
H A Dcommon_lint.py14 max_length: maximum acceptable line length as number
17 A list of tuples with format [(filename, line number, msg), ...] with any
22 for line in lines:
23 length = len(line.rstrip('\n'))
44 for line in lines:
45 if tab_re.match(line.rstrip('\n')):
59 A list of tuples with format [(filename, line number, msg), ...] with any
65 for line in lines:
66 if trailing_whitespace_re.match(line.rstrip('\n')):
85 A list of tuples with format [(filename, line numbe
[all...]
/macosx-10.9.5/lsof-52/lsof/scripts/
H A Dsort_res.perl533 # -removing unuseful line number arg.
59 while (defined ($line=<FILE>)){
60 $cline=$line;
63 if($line=~m/^p/){
66 if($line=~/^s/){
69 if($line=~/^c/){
72 if($line=~/^n/){
/macosx-10.9.5/ntp-88/libntp/
H A Demalloc.c75 * original callsite's source file and line using macros which pass
84 int line /* __LINE__ */
90 _NORMAL_BLOCK, file, line);
94 "fatal: out of memory in %s line %d size %u",
95 file, line, (u_int)size);
97 "%s: fatal: out of memory in %s line %d size %u",
98 progname, file, line, (u_int)size);
109 int line /* __LINE__ */
116 copy = debug_erealloc(NULL, bytes, file, line);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dmmdecode6 # line buffer for parcel below.
13 set line ""
16 set line ""
26 set line ""
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsvn11 for line in pipeOut:
13 if os.path.isdir(line.strip()):
15 print prefix + line.strip() + term
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dirix5_c.vim15 CompilerSet errorformat=\%Ecfe:\ Error:\ %f\\,\ line\ %l:\ %m,
16 \%Wcfe:\ Warning:\ %n:\ %f\\,\ line\ %l:\ %m,
17 \%Wcfe:\ Warning\ %n:\ %f\\,\ line\ %l:\ %m,
H A Dirix5_cpp.vim15 CompilerSet errorformat=%E\"%f\"\\,\ line\ %l:\ error(%n):\ ,
16 \%E\"%f\"\\,\ line\ %l:\ error(%n):\ %m,
17 \%W\"%f\"\\,\ line\ %l:\ warning(%n):\ %m,
/macosx-10.9.5/vim-53/runtime/indent/
H A Dcss.vim23 let line = getline(lnum)
24 if line =~ '\*/'
25 while lnum > 1 && line !~ '/\*'
28 if line =~ '^\s*/\*'
43 let line = getline(a:lnum)
45 let i = match(line, pattern)
48 if line[i] == '{'
50 elseif line[i] == '}'
58 let i = match(line, pattern, i + 1)
64 let line
[all...]
H A Dld.vim23 let line = getline(lnum)
24 if line =~ '\*/'
25 while lnum > 1 && line !~ '/\*'
28 if line =~ '^\s*/\*'
43 let line = getline(a:lnum)
45 let i = match(line, pattern)
48 if line[i] == '{'
50 elseif line[i] == '}'
58 let i = match(line, pattern, i + 1)
64 let line
[all...]
H A Dxinetd.vim22 let line = getline(a:lnum)
24 let i = match(line, pattern)
27 if line[i] == '{'
29 elseif line[i] == '}'
37 let i = match(line, pattern, i + 1)
H A Dyacc.vim28 let line = getline(v:lnum - 1)
30 if line == ''
32 elseif line =~ '^\w\+\s*:'
33 let ind = ind + matchend(line, '^\w\+\s*')
34 elseif line =~ '^\s*;'
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/dsaschema/
H A Ddsaschema.c51 static int fp_parse_line(int lineno, char *line);
52 static char *strtok_quote( char *line, char *sep );
61 static int dsaschema_parse_at(const char *fname, int lineno, char *line, char **argv) argument
67 at = ldap_str2attributetype(line, &code, &err, LDAP_SCHEMA_ALLOW_ALL);
69 fprintf(stderr, "%s: line %d: %s before %s\n",
75 fprintf(stderr, "%s: line %d: attributeType has no OID\n",
82 fprintf(stderr, "%s: line %d: %s: \"%s\"\n",
92 static int dsaschema_parse_oc(const char *fname, int lineno, char *line, char **argv) argument
98 oc = ldap_str2objectclass(line, &code, &err, LDAP_SCHEMA_ALLOW_ALL);
100 fprintf(stderr, "%s: line
123 dsaschema_parse_cr(const char *fname, int lineno, char *line, char **argv) argument
157 char *line, *savefname, *saveline; local
317 strtok_quote( char *line, char *sep ) argument
372 static char *line; variable
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/
H A Dcryptlib.c126 const char *file,int line)=NULL;
128 int type,const char *file,int line)=NULL;
166 int line)
176 const char *file,int line)
186 const char *file,int line))
194 const char *file,int line))
240 void CRYPTO_lock(int mode, int type, const char *file, int line) argument
262 CRYPTO_get_lock_name(type), file, line);
267 locking_callback(mode,type,file,line);
272 int line)
185 CRYPTO_set_locking_callback(void (*func)(int mode,int type, const char *file,int line)) argument
193 CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type, const char *file,int line)) argument
271 CRYPTO_add_lock(int *pointer, int amount, int type, const char *file, int line) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DManifestParser.cpp64 // Skip to the end of the line.
78 // Find the end of the line
91 String line(lineStart, tmp - lineStart + 1);
93 if (line == "CACHE:")
95 else if (line == "FALLBACK:")
97 else if (line == "NETWORK:")
99 else if (line.endsWith(':'))
104 const UChar* p = line.characters();
105 const UChar* lineEnd = p + line.length();
111 if (mode == OnlineWhitelist && p - line
[all...]
/macosx-10.9.5/bash-92/bash-3.2/examples/bashdb/
H A Dbashdb113 _msg "Reached breakpoint at line $_curline"
117 _msg "Break condition $_brcond true at line $_curline"
121 # Assuming a real script will have the "#! /bin/sh" at line 1,
124 _msg "Stopped at line $_curline"
133 local i f line _x
155 # find the next valid line
156 line="${_lines[$f]}"
160 line="${_lines[$f]}"
170 _msg "Breakpoint set at line $f"
175 _msg "Please specify a numeric line numbe
[all...]
/macosx-10.9.5/bc-21/bc/bc/
H A Dbc.c42 #line 1 "bc.y"
79 #line 40 "bc.y"
454 /* -*-C-*- Note some compilers choke on comments on `#line' lines. */
455 #line 3 "/usr/gnu/share/bison.simple"
671 #line 216 "/usr/gnu/share/bison.simple"
986 fprintf (stderr, "Reducing via rule %d (line %d), ",
1000 #line 108 "bc.y"
1011 #line 119 "bc.y"
1015 #line 121 "bc.y"
1019 #line 12
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dmode_css.js55 this.getNextLineIndent = function(state, line, tab) {
56 var indent = this.$getIndent(line);
57 var tokens = this.$tokenizer.getLineTokens(line, state).tokens;
62 var match = line.match(/^.*\{\s*$/);
70 this.checkOutdent = function(state, line, input) {
71 return this.$outdent.checkOutdent(line, input);
105 var supportType = exports.supportType = "animation-fill-mode|alignment-adjust|alignment-baseline|animation-delay|animation-direction|animation-duration|animation-iteration-count|animation-name|animation-play-state|animation-timing-function|animation|appearance|azimuth|backface-visibility|background-attachment|background-break|background-clip|background-color|background-image|background-origin|background-position|background-repeat|background-size|background|baseline-shift|binding|bleed|bookmark-label|bookmark-level|bookmark-state|bookmark-target|border-bottom|border-bottom-color|border-bottom-left-radius|border-bottom-right-radius|border-bottom-style|border-bottom-width|border-collapse|border-color|border-image|border-image-outset|border-image-repeat|border-image-slice|border-image-source|border-image-width|border-left|border-left-color|border-left-style|border-left-width|border-radius|border-right|border-right-color|border-right-style|border-right-width|border-spacing|border-style|border-top|border-top-color|border-top-left-radius|border-top-right-radius|border-top-style|border-top-width|border-width|border|bottom|box-align|box-decoration-break|box-direction|box-flex-group|box-flex|box-lines|box-ordinal-group|box-orient|box-pack|box-shadow|box-sizing|break-after|break-before|break-inside|caption-side|clear|clip|color-profile|color|column-count|column-fill|column-gap|column-rule|column-rule-color|column-rule-style|column-rule-width|column-span|column-width|columns|content|counter-increment|counter-reset|crop|cue-after|cue-before|cue|cursor|direction|display|dominant-baseline|drop-initial-after-adjust|drop-initial-after-align|drop-initial-before-adjust|drop-initial-before-align|drop-initial-size|drop-initial-value|elevation|empty-cells|fit|fit-position|float-offset|float|font-family|font-size|font-size-adjust|font-stretch|font-style|font-variant|font-weight|font|grid-columns|grid-rows|hanging-punctuation|height|hyphenate-after|hyphenate-before|hyphenate-character|hyphenate-lines|hyphenate-resource|hyphens|icon|image-orientation|image-rendering|image-resolution|inline-box-align|left|letter-spacing|line-height|line-stacking-ruby|line-stacking-shift|line
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dinput-method.rb15 STDIN_FILE_NAME = "(line)" # :nodoc:
29 # Reads the next line from this input method.
51 @line = []
56 # Reads the next line from this input method.
61 line = @stdin.gets
62 @line[@line_no += 1] = line
81 # Returns the current line number for #io.
83 # #line counts the number of times #gets is called.
86 def line(line_n method in class:IRB.StdioInputMethod
182 def line(line_no) method in class:IRB.ReadlineInputMethod
[all...]
/macosx-10.9.5/ruby-104/ruby/test/dtrace/
H A Dtest_function_entry.rb15 foo_calls = probes.map { |line| line.split }.find_all { |row|
20 line = '2'
21 foo_calls.each { |f| assert_equal line, f[3] }
36 foo_calls = probes.map { |line| line.split }.find_all { |row|
41 line = '2'
42 foo_calls.each { |f| assert_equal line, f[3] }
69 foo_calls = probes.map { |line| line
[all...]
/macosx-10.9.5/vim-53/runtime/tools/
H A Dpltags.pl49 my $var_continues = 0; # Variable declaration continues on last line
50 my $line = ""; # Current line in file
54 my $tagline = ""; # Tag file line
56 # Create a tag file line and push it on the list of found tags
63 $line) = @_; # Line in which tag appears
65 my $tagline = ""; # Created tag line
70 # Get rid of \n, and escape / and \ in line
71 chomp $line;
72 $line
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Drcparse.c229 #line 1 "rcparse.y"
308 #line 66 "rcparse.y"
348 #line 349 "rcparse.c"
360 #line 361 "rcparse.c"
655 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
1324 YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
1776 Otherwise, the following line sets YYVAL to garbage.
1788 #line 184 "rcparse.y"
1798 #line 194 "rcparse.y"
1805 #line 19
[all...]

Completed in 273 milliseconds

<<11121314151617181920>>