Searched refs:start_line (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dline_wrap.c81 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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-io.c189 TUI_CMD_WIN->detail.command_info.start_line
211 int start_line; local
227 start_line = TUI_CMD_WIN->detail.command_info.start_line;
228 wmove (w, start_line, 0);
260 getyx (w, TUI_CMD_WIN->detail.command_info.start_line,
269 getyx (w, TUI_CMD_WIN->detail.command_info.start_line,
277 TUI_CMD_WIN->detail.command_info.start_line -= height - 1;
587 TUI_CMD_WIN->detail.command_info.start_line,
H A Dtui-stack.c341 int start_line, i;
364 start_line = 0;
375 start_line = (item->locator.line_no -
377 if (start_line <= 0)
378 start_line = 1;
396 l.u.line_no = start_line;
340 int start_line, i; local
H A Dtui-data.h284 int start_line; member in struct:tui_command_info
/netbsd-6-1-5-RELEASE/lib/libform/
H A Dinternals.c132 * may encompass resetting the start_line of the field to place the line
149 field->start_line = field->alines;
153 * adjust start_line so fix this.
159 field->start_line = field->start_line->next;
186 if (field->start_line == saved)
187 field->start_line = saved;
193 if (field->start_line == saved)
200 if (field->start_line == saved)
201 field->start_line
[all...]
H A Ddriver.c324 (fieldp->start_line == 0) &&
344 (fieldp->start_line == 0) &&
445 fieldp->start_line = fieldp->alines;
H A Dfield.c323 field->start_line = 0;
340 field->start_line = field->alines;
843 new->start_line = new->alines;
H A Dform.h214 _FORMI_FIELD_LINES *start_line; /* start line in field (vert scroll) */ member in struct:_form_field
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dmacrotab.c173 int start_line;
329 return compare_locations (key->start_file, key->start_line,
343 return key_compare (key1, key2->name, key2->start_file, key2->start_line);
362 k->start_line = line;
648 query.start_line = line;
742 found_key->start_file->filename, found_key->start_line);
828 && line == key->start_line)
894 *definition_line = key->start_line;
948 if (compare_locations (key->start_file, key->start_line,
170 int start_line; member in struct:macro_key
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dmain.cpp261 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());
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dgettext-po.h210 start_line is the line number where the string starts, or (size_t)(-1) if no
212 extern void po_message_add_filepos (po_message_t message, const char *file, size_t start_line);
H A Dgettext-po.c798 start_line is the line number where the string starts, or (size_t)(-1) if no
802 po_message_add_filepos (po_message_t message, const char *file, size_t start_line) argument
806 message_comment_filepos (mp, file, start_line);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dmacro.c394 int start_line = line_number;
406 def->name, start_line);
422 int start_line = line_number, end_line;
438 line_number = start_line;
392 int start_line = line_number; local
404 def->name, start_line); local
420 int start_line = line_number, end_line; local
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A Dinstall-info.c94 int start_line;
115 int start_line;
1031 next->start_line = i;
1068 next->start_line = i + 1;
1395 for (i = section->end_line; i > section->start_line; i--)
1427 but the `end_line' and `start_line' members are
1430 i >= section->start_line - 1; i--)
93 int start_line; member in struct:node
114 int start_line; member in struct:menu_section
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_message.c96 char *start_line = vstring_str(header_buf); local
108 for (line = start_line; line != 0; line = next_line) {
110 if (line > start_line) {
111 if (end_line - start_line < 70) { /* TAB counts as one */
114 start_line = line;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.c279 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno; local
290 res->lines[0] = start_line;
294 res->lines[c + 1] = s->lineno[l + c].line_number + start_line - 1;
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dsyn.c19 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;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Denv.h237 void start_line();
H A Denv.cpp301 start_line();
363 start_line();
379 start_line();
1831 void environment::start_line() function in class:environment
2850 start_line();
3015 start_line();
H A Ddiv.cpp144 curenv->start_line();

Completed in 304 milliseconds