Searched refs:line (Results 126 - 150 of 3500) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/sample/
H A Doccur2.rb4 ARGF.each_line do |line|
5 for word in line.split(/\W+/)
H A Dtsvr.rb14 while line = s.gets
15 s.write(line)
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDOMSyntaxHighlighter.js58 var line = lines[i];
60 this._tokenizer.line = line;
67 var plainText = line.substring(plainTextStart, column);
70 var token = line.substring(column, newColumn);
75 } while (column < line.length)
77 if (plainTextStart < line.length) {
78 var plainText = line.substring(plainTextStart, line.length);
/macosx-10.9.5/dyld-239.4/unit-tests/bin/
H A Dresult-filter.pl17 # a line starting with "cwd:" marks the beginning of a new test case
58 my $line;
59 foreach $line (@$lines_seq)
61 if($line =~ m/^(\w+):\s+(.*)$/)
79 print "ERROR: $line";
101 foreach $line (@{$$tbl{stderr}})
103 printf "%-40s FAIL spurious stderr failure: %s\n", $test_name, $line;
109 foreach $line (@{$$tbl{stdout}})
111 if($line =~ m/^(PASS|XPASS|FAIL|XFAIL).+/)
114 if($line
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A Dman2tcl.c45 * Current line number, used for error messages.
69 static void DoMacro(char *line);
70 static void DoText(char *line);
95 int argc; /* Number of command-line arguments. */
96 char **argv; /* Values of command-line arguments. */
100 char line[MAX_LINE_SIZE];
130 while (fgets(line, MAX_LINE_SIZE, f) != NULL) {
131 for (p = line; *p != 0; p++) {
139 if ((line[0] == '\'') && (line[
99 char line[MAX_LINE_SIZE]; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/csv/
H A Dcsv.tcl117 # A list of the values in 'line'.
192 if {[gets $chan line] < 0} {continue}
196 if {$line == {} && $data == {}} {continue}
198 append data $line
223 # A list of the values in 'line'.
276 if {[gets $chan line] < 0} {continue}
280 if {$line == {} && $data == {}} {continue}
282 append data $line
338 # This assumes that the string contains a single line of CSVs
341 # line Th
[all...]
/macosx-10.9.5/doc_cmds-49/makewhatis/
H A Dmakewhatis.c115 * While the whatis line is being formed, it is stored in whatis_proto.
339 char line[LINE_ALLOC]; local
347 while (fgets(line, sizeof line, output) != NULL) {
348 line[strlen(line) - 1] = '\0';
349 sl_add(whatis_lines, strdup(line));
382 char *line = whatis_lines->sl_str[i]; local
383 if (i > 0 && strcmp(line, prev) == 0)
385 prev = line;
472 only_digits(char *line) argument
489 name_section_line(char *line, const char *section_start) argument
586 process_man_line(char *line) argument
611 process_mdoc_line(char *line) argument
708 char *line; local
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dget_pty.c93 char *line; local
96 line = _getpty(master, O_RDWR, S_IRUSR|S_IWUSR|S_IWGRP, 0);
97 if (line == NULL)
99 *slave = open(line, O_RDWR|O_NOCTTY, 0);
104 (void) chown(line, ttyuid, -1);
105 strlcpy(name, line, namesz);
133 char *line; local
144 line = ptsname(*master);
145 if (line == NULL) {
149 *slave = open(line, O_RDW
165 static char line[] = "/dev/ptyXX"; variable
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/lib/
H A DchangeXOTclVersion.xotcl51 foreach line [split $c \n] {
52 set newLine $line
53 if {[regexp {^XOTCL_MAJOR_VERSION=[0-9]} $line]} {
54 set line "XOTCL_MAJOR_VERSION=$XOTCL_MAJOR_VERSION"
55 } elseif {[regexp {^XOTCL_MINOR_VERSION=[0-9]} $line]} {
56 set line "XOTCL_MINOR_VERSION=$XOTCL_MINOR_VERSION"
57 } elseif {[regexp {^XOTCL_RELEASE_LEVEL=} $line]} {
58 set line "XOTCL_RELEASE_LEVEL=$XOTCL_RELEASE_LEVEL"
59 } elseif {[regexp {^define\(XOTclVersion, .*$} $line]} {
60 set line "defin
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dtf.vim23 " Find a non-blank line above the current line:
32 let line = getline(lnum)
34 " No indentation if the previous line didn't end with "\":
36 if line !~ '\\$'
40 if line =~ '\(/def.*\\\|/for.*\(%;\s*\)\@\<!\\\)$'
42 elseif line =~ '\(/if\|/else\|/then\)'
43 if line !~ '/endif'
46 elseif line =~ '/while'
47 if line !~ '/don
[all...]
H A Dsh.vim30 \ 'continuation-line': function('s:buffer_shiftwidth'),
55 let line = getline(lnum)
56 if line =~ '^\s*\%(if\|then\|do\|else\|elif\|case\|while\|until\|for\|select\)\>'
57 if line !~ '\<\%(fi\|esac\|done\)\>\s*\%(#.*\)\=$'
60 elseif s:is_case_label(line, pnum)
61 if !s:is_case_ended(line)
64 elseif line =~ '^\s*\<\k\+\>\s*()\s*{' || line =~ '^\s*{'
65 if line !~ '}\s*\%(#.*\)\=$'
68 elseif s:is_continuation_line(line)
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLdifWriter.cpp34 std::ostringstream line; local
43 line << "dn: " << le.getDN();
44 this->breakline( line.str(), m_ldifstream );
55 line.str("");
56 line << i->getName() << ": " << *j;
57 this->breakline( line.str(), m_ldifstream );
90 void LdifWriter::breakline( const std::string &line, std::ostream &out ) argument
96 if ( line.length() >= linelength )
98 while ( pos < line.length() )
104 out << line
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dassert.c43 __assert_rtn(func, file, line, failedexpr)
45 int line;
51 "%s:%u: failed assertion `%s'\n", file, line, failedexpr);
57 file, line, failedexpr);
64 "Assertion failed: (%s), file %s, line %d.\n", failedexpr,
65 file, line);
70 "Assertion failed: (%s), file %s, line %d.\n",
71 failedexpr, file, line);
78 "Assertion failed: (%s), function %s, file %s, line %d.\n",
79 failedexpr, func, file, line);
[all...]
/macosx-10.9.5/Security-55471.14.18/regressions/inc/
H A DMyHarness.pm12 my $line = "$file";
14 return $line;
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Deval.c2 #line 23 "eval.def"
4 #line 29 "eval.def"
H A Dreturn.c2 #line 23 "return.def"
4 #line 31 "return.def"
/macosx-10.9.5/bash-92/bash-3.2/lib/malloc/
H A Dtrace.c43 mtrace_alloc (tag, mem, size, file, line)
48 int line;
55 tag, mem, size, file ? file : "unknown", line);
58 mem, size, file ? file : "unknown", line);
62 mtrace_free (mem, size, file, line)
66 int line;
73 mem, size, file ? file : "unknown", line);
76 mem, size, file ? file : "unknown", line);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dsysinfo.h51 #line 39 "sysinfo.y"
57 #line 58 "sysinfo.h"
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dtcpstat.d50 LINES = 20; line = 0;
56 profile:::tick-1sec { line--; }
59 /line <= 0 /
64 line = LINES;
/macosx-10.9.5/dtrace-118.1/DTTk/Net/
H A Dtcpstat.d50 LINES = 20; line = 0;
56 profile:::tick-1sec { line--; }
59 /line <= 0 /
64 line = LINES;
/macosx-10.9.5/groff-38/groff/src/include/
H A Dassert.h26 inline void do_assert(int expr, int line, const char *file) argument
29 assertion_failed(line, file);
/macosx-10.9.5/ruby-104/ruby/
H A Dgolf_prelude.c141 prelude_eval(VALUE code, VALUE name, VALUE line) argument
143 rb_iseq_eval(rb_iseq_compile_with_option(code, name, Qnil, line, 0, Qtrue));
H A Dminiprelude.c34 prelude_eval(VALUE code, VALUE name, VALUE line) argument
36 rb_iseq_eval(rb_iseq_compile_with_option(code, name, Qnil, line, 0, Qtrue));
/macosx-10.9.5/ruby-104/ruby/test/dtrace/
H A Dtest_singleton_function.rb15 foo_calls = probes.map { |line| line.split }.find_all { |row|
20 line = '2'
21 foo_calls.each { |f| assert_equal line, f[3] }
35 foo_calls = probes.map { |line| line.split }.find_all { |row|
40 line = '2'
41 foo_calls.each { |f| assert_equal line, f[3] }
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dcvs.tcl49 set line [lindex $text $i]
50 switch -glob -- $line {
52 regexp {Working file: (.*)} $line -> filename
55 scan $line "date: %s %s author: %s" date time author
61 set line [lindex $text $i]
63 while {(![regexp "(-----*)|(=====*)" $line]) && ($i < $n)} {
64 append comment $line "\n"
66 set line [lindex $text $i]

Completed in 488 milliseconds

1234567891011>>