HomeSort by: relevance | last modified time | path
    Searched defs:start_line (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-command.h 54 int start_line = 0; member in struct:tui_cmd_window
tui-command.h 54 int start_line = 0; member in struct:tui_cmd_window
tui-source.c 212 int start_line = (sal.line - ((height - box_size ()) / 2)) + 1; local
213 if (start_line <= 0)
214 start_line = 1;
221 sal.line = start_line;
tui-source.c 212 int start_line = (sal.line - ((height - box_size ()) / 2)) + 1; local
213 if (start_line <= 0)
214 start_line = 1;
221 sal.line = start_line;
tui-winsource.c 475 int start_line = (cursal.line - ((height - box_size ()) / 2)) + 1; local
476 if (start_line <= 0)
477 start_line = 1;
478 cursal.line = start_line;
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-command.h 54 int start_line = 0; member in struct:tui_cmd_window
tui-command.h 54 int start_line = 0; member in struct:tui_cmd_window
tui-source.c 212 int start_line = (sal.line - ((height - box_size ()) / 2)) + 1; local
213 if (start_line <= 0)
214 start_line = 1;
221 sal.line = start_line;
tui-source.c 212 int start_line = (sal.line - ((height - box_size ()) / 2)) + 1; local
213 if (start_line <= 0)
214 start_line = 1;
221 sal.line = start_line;
  /src/external/ibm-public/postfix/dist/src/util/
line_wrap.c 81 const char *start_line; local
101 for (start_line = word = str; word != 0; word = next_word) {
103 if (word > start_line) {
104 if (next_space - start_line > curr_len) {
105 line_len = word - start_line;
106 while (line_len > 0 && ISSPACE(start_line[line_len - 1]))
108 output_fn(start_line, line_len, curr_indent, context);
111 if (start_line == str) {
115 start_line = word;
120 line_len = strlen(start_line);
    [all...]
line_wrap.c 81 const char *start_line; local
101 for (start_line = word = str; word != 0; word = next_word) {
103 if (word > start_line) {
104 if (next_space - start_line > curr_len) {
105 line_len = word - start_line;
106 while (line_len > 0 && ISSPACE(start_line[line_len - 1]))
108 output_fn(start_line, line_len, curr_indent, context);
111 if (start_line == str) {
115 start_line = word;
120 line_len = strlen(start_line);
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
errtest.c 144 int l, start_line = -1, end_line = -1; local
150 start_line = __LINE__ + 1;
156 || (l > 0 && !(TEST_int_eq(l, start_line) || TEST_int_eq(l, end_line)))
errtest.c 144 int l, start_line = -1, end_line = -1; local
150 start_line = __LINE__ + 1;
156 || (l > 0 && !(TEST_int_eq(l, start_line) || TEST_int_eq(l, end_line)))
  /src/external/mit/isl/dist/
isl_stream_private.h 27 * start_line and start_col are set by isl_stream_getc to point
47 int start_line; member in struct:isl_stream
isl_stream_private.h 27 * start_line and start_col are set by isl_stream_getc to point
47 int start_line; member in struct:isl_stream
isl_printer.c 185 __isl_give isl_printer *(*start_line)(__isl_take isl_printer *p); member in struct:isl_printer_ops
590 p = p->ops->start_line(p);
596 p = p->ops->start_line(p);
607 p = p->ops->start_line(p);
664 return p->ops->start_line(p);
723 p = p->ops->start_line(p);
  /src/external/gpl2/groff/dist/src/preproc/pic/
main.cpp 261 string start_line; local
267 start_line += c;
272 start_line += '\0';
274 switch (sscanf(&start_line[0], "%lf %lf", &wid, &ht)) {
285 out->set_args(start_line.contents());
main.cpp 261 string start_line; local
267 start_line += c;
272 start_line += '\0';
274 switch (sscanf(&start_line[0], "%lf %lf", &wid, &ht)) {
285 out->set_args(start_line.contents());
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_message.c 111 char *start_line = vstring_str(header_buf); local
123 for (line = start_line; line != 0; line = next_line) {
125 if (line > start_line) {
126 if (end_line - start_line < 70) { /* TAB counts as one */
129 start_line = line;
cleanup_message.c 111 char *start_line = vstring_str(header_buf); local
123 for (line = start_line; line != 0; line = next_line) {
125 if (line > start_line) {
126 if (end_line - start_line < 70) { /* TAB counts as one */
129 start_line = line;
  /src/bin/ksh/
syn.c 19 int start_line; /* line nesting began on */ member in struct:nesting_state
724 source->errline = nesting.start_line;
766 nesting.start_line = source->line;
797 nesting.start_line = 0;
syn.c 19 int start_line; /* line nesting began on */ member in struct:nesting_state
724 source->errline = nesting.start_line;
766 nesting.start_line = source->line;
797 nesting.start_line = 0;
  /src/external/gpl3/binutils/dist/binutils/
coffgrok.c 306 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno; local
321 res->lines[0] = start_line;
329 res->lines[c + 1] = s->lineno[l + c].line_number + start_line - 1;
coffgrok.c 306 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno; local
321 res->lines[0] = start_line;
329 res->lines[c + 1] = s->lineno[l + c].line_number + start_line - 1;
  /src/external/gpl3/binutils.old/dist/binutils/
coffgrok.c 306 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno; local
321 res->lines[0] = start_line;
329 res->lines[c + 1] = s->lineno[l + c].line_number + start_line - 1;

Completed in 150 milliseconds

1 2 3