Searched refs:line (Results 26 - 50 of 804) sorted by relevance

1234567891011>>

/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DCallout.java20 /** The line on which this callout occurs. */
21 private int line = 0; field in class:Callout
26 public Callout(int callout, Element area, int line, int col) { argument
29 this.line = line;
39 * <li>A.line < B.line, or</li>
40 * <li>A.line = B.line && A.col < B.col, or</li>
41 * <li>A.line
[all...]
H A DImageIntrinsics.java90 String line = null;
95 line = ir.readLine();
97 if (line != null && line.startsWith("%PDF-")) {
99 while (lineLimit > 0 && line != null) {
101 if (line.startsWith("/CropBox [")) {
102 line = line.substring(10);
103 if (line.indexOf("]") >= 0) {
104 line
155 parseBox(String line) argument
[all...]
/haiku-fatelf/src/apps/debugger/model/
H A DDisassembledCode.cpp21 BString line; member in struct:DisassembledCode::Line
24 Line(const BString& line, ContiguousStatement* statement) argument
26 line(line),
82 Line* line = fLines.ItemAt(index); local
83 return line != NULL ? line->line.String() : NULL;
90 Line* line = fLines.ItemAt(index); local
91 return line !
99 Line* line = fLines.ItemAt(location.Line()); local
120 Line* line = fLines.ItemAt(location.Line()); local
147 AddCommentLine(const BString& line) argument
154 AddInstructionLine(const BString& line, target_addr_t address, target_size_t size) argument
179 Line* line = new(std::nothrow) Line(_line, statement); local
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DCallout.java15 * <p>Only line/column based callouts are supported. This class
18 * top-to-bottom order based on line/column.</p>
38 /** The line on which this callout occurs. */
39 private int line = 0; field in class:Callout
54 public Callout(int callout, Element area, int line, int col, int type) { argument
57 this.line = line;
64 public Callout(int callout, Element area, int line, int col, String otherType) { argument
67 this.line = line;
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DCallout.java15 * <p>Only line/column based callouts are supported. This class
18 * top-to-bottom order based on line/column.</p>
38 /** The line on which this callout occurs. */
39 private int line = 0; field in class:Callout
54 public Callout(int callout, Element area, int line, int col, int type) { argument
57 this.line = line;
64 public Callout(int callout, Element area, int line, int col, String otherType) { argument
67 this.line = line;
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Ddcgen36 my @line;
42 and push @line, $_;
48 foreach (@line)
H A Djoin.c44 struct line *tmp = a; \
50 output line. */
63 /* A field of a line. */
70 /* A line read from an input file. */
71 struct line struct
73 struct linebuffer buf; /* The line itself. */
85 struct line **lines;
88 /* The previous line read from each file. */
89 static struct line *prevline[2] = {NULL, NULL};
91 /* This provides an extra line buffe
220 extract_field(struct line *line, char *field, size_t len) argument
234 xfields(struct line *line) argument
273 freeline(struct line *line) argument
379 reset_line(struct line *line) argument
387 struct line *line = xmalloc (sizeof *line); local
399 struct line *line = *linep; local
503 prfield(size_t n, struct line const *line) argument
536 struct line const *line; local
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmemcmp2.h3 #line 1
H A Dmemset.c3 #line 1
H A Dstdarg.in.h3 #line 1
H A Dctype.h4 #line 1
56 # define GL_LINK_WARNING1(file, line, message) \
57 GL_LINK_WARNING2 (file, line, message) /* macroexpand file and line */
58 # define GL_LINK_WARNING2(file, line, message) \
59 GL_LINK_WARNING3 (file ":" #line ": warning: " message)
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dzgetline.c1 /* zgetline - read a line of input from a specified file descriptor and return
68 char *line, c; local
74 line = *lineptr;
82 if (line && nr > 0)
83 line[nr] = '\0';
92 line = (*n >= new_size) ? NULL : xrealloc (*lineptr, new_size);
94 if (line)
96 *lineptr = line;
110 line[nr] = c;
115 line[n
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dbon_csv2txt4 my $line;
7 while($line = <STDIN>)
9 while($line =~ /^name,/)
11 $line = <STDIN>;
13 process($line);
37 my($line) = @_;
39 chop($line);
40 my $name = $line;
42 $line =~ s/$name,//;
45 my $ioline = $line;
[all...]
H A Dbon_csv2txt.in4 my $line;
7 while($line = <STDIN>)
9 while($line =~ /^name,/)
11 $line = <STDIN>;
13 process($line);
37 my($line) = @_;
39 chop($line);
40 my $name = $line;
42 $line =~ s/$name,//;
45 my $ioline = $line;
[all...]
H A Dbon_csv2html.in5 my $line;
6 while($line = <STDIN>)
8 while($line =~ /^name,/)
10 $line = <STDIN>;
12 process($line);
85 my($line) = @_;
87 chop($line);
88 my $name = $line;
90 $line =~ s/$name,//;
91 my $size = $line;
[all...]
/haiku-fatelf/data/bin/
H A Dinstalloptionalpackage275 while read line ; do
276 if [ "\${passwdLine}" == "\${line}" ] ; then
314 while read line ; do
315 existing_rule=`echo \$line | awk '{ print \$1\$2 }'`
449 while read line ; do
450 alreadyInstalled="${alreadyInstalled} $line"
451 packageIgnoreList=${packageIgnoreList/"${line} "/' '}
464 while read line ; do
465 local pkg=`echo ${line} | awk '{print $1}'`
466 local pkgDeps=${line/"
[all...]
/haiku-fatelf/headers/posix/
H A Dassert.h19 unsigned int line, const char *function)
23 unsigned int line, const char *function)
/haiku-fatelf/src/bin/coreutils/man/
H A Dfold.x2 fold \- wrap each input line to fit in specified width
/haiku-fatelf/src/bin/gdb/gdb/regformats/
H A Dregdat.sh41 while read line
43 if test "${line}" = ""
46 elif test "${line}" = "#" -a "${comment}" = ""
49 elif expr "${line}" : "#" > /dev/null
52 ${line}"
58 line="`echo "${line}" | sed -e 's/::/: :/g' -e 's/::/: :/g'`"
62 ${line}
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A Dgentests.pl42 my ($line) = $_;
43 $line =~ s/%%MYSIG%%/$signal/;
44 $line =~ s/%%MYSIG2%%/$prev/;
45 print OUT $line;
/haiku-fatelf/src/bin/bash/
H A Dbashhist.c95 /* Non-zero means do no history expansion on this line, regardless
100 /* With the old default, every line was saved in the history individually.
106 Each line will be individually saved in the history.
126 of just being able to recall one line at a time.
132 /* Set to 1 if the first line of a possibly-multi-line command was saved
150 line saved.
152 history list before saving the latest line. */
156 as a separate history entry; set to 0 if the line was ignored or added
170 line wit
[all...]
H A Dxmalloc.c137 sh_xmalloc (bytes, file, line)
140 int line;
144 temp = sh_malloc (bytes, file, line);
150 fatal_error (_("xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"), file, line, (unsigned long)bytes, (unsigned long)allocated);
152 fatal_error (_("xmalloc: %s:%d: cannot allocate %lu bytes"), file, line, (unsigned long)bytes);
160 sh_xrealloc (pointer, bytes, file, line)
164 int line;
168 temp = pointer ? sh_realloc (pointer, bytes, file, line) : sh_malloc (bytes, file, line);
174 fatal_error (_("xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"), file, line, (unsigne
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_clreol.c55 struct ldat *line; local
61 * new line, unless we are at the lower right corner.
78 line = &win->_line[y];
79 CHANGED_TO_EOL(line, x, win->_maxx);
81 ptr = &(line->text[x]);
82 end = &(line->text[win->_maxx]);
/haiku-fatelf/src/apps/terminal/
H A DHistoryBuffer.cpp75 HistoryLine* line = LineAt(index); local
76 if (line == NULL)
80 const char* chars = line->Chars();
83 AttributesRun* attributesRun = line->AttributesRuns();
84 int32 attributesRunCount = line->attributesRunCount;
88 for (int32 i = 0; i < line->byteLength;) {
120 buffer->softBreak = line->softBreak;
121 buffer->attributes = line->attributes;
128 HistoryBuffer::AddLine(const TerminalLine* line) argument
130 //debug_printf("HistoryBuffer::AddLine(%p): length: %d\n", line, lin
212 HistoryLine* line = &fLines[fNextLine]; local
253 HistoryLine* line = _LineAt(fSize - toDrop - 1); local
265 HistoryLine* line = _LineAt(fSize - toDrop - 1); local
276 HistoryLine* line = &fLines[fNextLine]; local
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/examples/
H A Dexcallback.c26 the appropriate changes to the EXECUTABLES and OBJECTS line and added
81 * the line that says COMMENT LINE BELOW. Recompile and rerun the program and do
87 void process_line(char *line);
139 process_line(char *line) argument
141 if( line == NULL ) {
142 fprintf(stderr, "\n", line);
154 if( strcmp(line, "sleep") == 0 ) {
157 fprintf(stderr, "|%s|\n", line);
160 free (line);
169 /* save away the current contents of the line */
[all...]

Completed in 262 milliseconds

1234567891011>>