Searched refs:lines (Results 101 - 125 of 776) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dui.cpp150 std::vector< std::string > lines = atf::text::split(text, "\n"); local
151 for (std::vector< std::string >::const_iterator iter = lines.begin();
152 iter != lines.end(); iter++) {
155 formatted += format_paragraph(line, tag, iter == lines.begin(),
157 if (iter + 1 != lines.end()) {
/macosx-10.10/remote_cmds-47/timed.tproj/timedc.tproj/
H A Dtimedc.c220 int columns, width = 0, lines; local
234 lines = (NCMDS + columns - 1) / columns;
235 for (i = 0; i < lines; i++) {
237 c = cmdtab + j * lines + i;
239 if (c + lines >= &cmdtab[NCMDS]) {
/macosx-10.10/text_cmds-88/pr/
H A Dpr.c105 int lines; /* number of lines per page */ variable
244 if (inskip(inf, pgnm, lines))
266 while (linecnt < lines) {
307 if (linecnt && prtail(lines-linecnt-lrgln, lrgln))
364 if ((buf = malloc((unsigned)lines*mxlen*sizeof(char))) == NULL) {
383 mvc = lines * clcnt;
393 if ((lstdat = (char **)malloc((unsigned)lines*sizeof(char *))) == NULL){
399 * fast index lookups to locate start of lines
401 if ((indy = (int *)malloc((unsigned)lines*sizeo
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip_util.tcl278 foreach {start1 end1 start2 end2 lines msg} $hunk break
282 foreach {type line} $lines {
311 set lines [list]
317 lappend lines 0 [string range $line 1 end]
319 lappend lines + [string range $line 1 end]
321 lappend lines - [string range $line 1 end]
324 lappend res [list $start1 $end1 $start2 $end2 $lines]
340 set lines [list]
347 lappend res [list $start1 $end1 $start2 $end2 $lines]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Disearch.c71 identical lines many times in a row. Now part of isearch context. */
94 cxt->lines = 0;
126 FREE (cxt->lines);
214 /* Create an arrary of pointers to the lines that we want to search. */
221 /* Allocate space for this many lines, +1 for the current input line,
222 and remember those lines. */
223 cxt->lines = (char **)xmalloc ((1 + (cxt->hlen = i)) * sizeof (char *));
225 cxt->lines[i] = hlist[i]->line;
228 cxt->lines[i] = _rl_saved_line_for_history->line;
234 cxt->lines[
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dreposition.el56 the comment lines.
68 (line (repos-count-screen-lines (window-start) (point)))
72 (repos-count-screen-lines-signed
83 (repos-count-screen-lines-signed
90 (defun-depth (repos-count-screen-lines here
178 ;; Return number of screen lines between START and END.
179 (defun repos-count-screen-lines (start end)
186 ;; Return number of screen lines between START and END; returns a negative
188 (defun repos-count-screen-lines-signed (start end)
189 (let ((lines (repo
[all...]
/macosx-10.10/emacs-93/emacs/lispref/
H A Dtindex.pl27 Remove \@tindex lines from files that were already present in previous
39 DIR are scanned for \@tindex lines, and identifiers in them are
41 are scanned, and \@tindex lines for identifiers that were recorded in
70 # the keys VAR are identifiers mentioned in @tindex lines in the older
81 print "Scanning old files for \@tindex lines\n";
90 # Process current files and remove those @tindex lines which we
93 print "Removing old \@tindex lines\n";
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapmodify.c415 int i, j, k, lines, idn, nmods; local
430 lines = ldif_countlines( rbuf );
431 btype = ber_memcalloc( 1, (lines+1)*2*sizeof(struct berval)+lines );
435 vals = btype+lines+1;
436 freeval = (char *)(vals+lines+1);
476 /* skip all lines until we see "dn:" */
486 lines = i+1;
488 if( lines == 0 ) {
493 if( version && lines
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtsmthred.cpp1139 const Line *lines; member in class:CollatorThreadTest
1145 lines(NULL),
1153 lines = l;
1165 if(lines[i].buflen == 0) { continue; }
1167 if(skipLineBecauseOfBug(lines[i].buff, lines[i].buflen)) { continue; }
1169 int32_t resLen = coll->getSortKey(lines[i].buff, lines[i].buflen, newSk, 1024);
1173 int32_t cmpres = coll->compare(lines[prev].buff, lines[pre
[all...]
/macosx-10.10/ruby-106/ruby/
H A Daddr2line.c220 char *include_directories, char *filenames, line_info_t *lines)
224 unsigned long a = (unsigned long)traces[i] - lines[i].base_addr;
228 fill_filename(file, include_directories, filenames, &lines[i]);
229 lines[i].line = line;
236 char **debug_line, line_info_t *lines)
310 include_directories, filenames, lines); \
409 char *debug_line, unsigned long size, line_info_t *lines)
413 parse_debug_line_cu(num_traces, traces, &debug_line, lines);
421 /* read file and fill lines */
424 line_info_t *current_line, line_info_t *lines);
218 fill_line(int num_traces, void **traces, unsigned long addr, int file, int line, char *include_directories, char *filenames, line_info_t *lines) argument
235 parse_debug_line_cu(int num_traces, void **traces, char **debug_line, line_info_t *lines) argument
408 parse_debug_line(int num_traces, void **traces, char *debug_line, unsigned long size, line_info_t *lines) argument
427 follow_debuglink(char *debuglink, int num_traces, void **traces, char **syms, line_info_t *current_line, line_info_t *lines) argument
457 fill_lines(int num_traces, void **traces, char **syms, int check_debuglink, line_info_t *current_line, line_info_t *lines) argument
558 line_info_t *lines; member in struct:__anon12257
587 line_info_t *lines = (line_info_t *)calloc(num_traces, local
[all...]
/macosx-10.10/libxml2-26/libxml2/doc/
H A Dapibuild.py650 lines = comment.split("\n")
652 for line in lines:
711 lines = self.comment.split('\n')
712 if lines[0] == '*':
713 del lines[0]
714 if lines[0] != "* %s:" % (name):
717 self.warning(" Expecting '* %s:' got '%s'" % (name, lines[0]))
719 del lines[0]
720 while len(lines) > 0 and lines[
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/popper/
H A Dpop_xover.c26 mp->lines);
/macosx-10.10/ruby-106/ruby/test/csv/
H A Dtest_csv_parsing.rb159 lines = bad_data.lines.to_a
160 assert_equal(6, lines.size)
161 assert_match(/\Aline,4/, lines.find { |l| l =~ /some\rjunk/ })
183 lines = bad_data.lines.to_a
184 assert_equal(6, lines.size)
185 assert_match(/\Aline,4/, lines.find { |l| l =~ /8'10"/ })
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_mecpu.tcl201 set lines {}
206 if {$name eq ".C"} {lappend lines "" "-- [join [lrange $insn 2 end] " "]" ""}
207 if {$label ne ""} {lappend lines " ${label}:" }
253 lappend lines $line
256 # Wrap the lines into a comment.
264 return "$cs [join $lines " $ce\n$cs "] $ce"
268 return "$cmarker [join $lines "\n$cmarker "]"
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/ansi/
H A Dctrlunix.tcl52 return [exec $tput lines <@stdin]
/macosx-10.10/text_cmds-88/tail/
H A Dextern.h68 int lines(FILE *, off_t);
/macosx-10.10/vim-55/runtime/ftplugin/
H A Ddtrace.vim21 " Set 'formatoptions' to break comment lines but not other lines,
H A Djavascript.vim15 " Set 'formatoptions' to break comment lines but not other lines,
/macosx-10.10/vim-55/runtime/plugin/
H A Dtohtml.vim13 " * Implementation detail: add threshold for writing the lines to the html
14 " buffer before we're done (5000 or so lines should do it)
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Dbuild-symbol-table-index.py48 lines = subprocess.check_output(["nm", "-U", "-j", binary_file]).splitlines() variable
50 for symbol in lines:
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-tools/
H A Dstatslog23 log to syslog or stderr; loglevel 256), grouping log lines by LDAP
32 --loose -l Include "loose" lines (lines with no connection).
33 --no-loose -L RE Only exclude the "loose" lines that match RE.
61 push(@conditions, sprintf('$lines %s /$filters[%d]/om%s',
94 $out_body .= ' print "\n", $_[0], $lines; ';
99 my \$lines = delete(\$conns{\$_[1]});
106 # Read and output log lines from one file
124 # Output log lines for unfinished connections
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dlzexternal/
H A Dtests.sh32 lines=`echo "$out" | grep "$digout" | wc -l`
33 [ $lines -eq 1 ] || {
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DLine.h65 return &chunk->lines()[lineNumber];
72 size_t lineNumber = this - chunk->lines();
H A DPage.h82 size_t lineNumber = line - chunk->lines();
93 return &chunk->lines()[lineNumber];
/macosx-10.10/llvmCore-3425.0.34/utils/Target/ARM/
H A Danalyze-match-table.py8 lines = data[start:end].split("\n")[1:]
12 for ln in lines:

Completed in 371 milliseconds

1234567891011>>