Searched refs:line_no (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-source.c45 int line_no,
61 nlines = (line_no + (TUI_SRC_WIN->generic.height - 2)) - line_no;
69 sprintf (name, "%s:%d", s->filename, line_no);
79 if (line_no < 1 || line_no > s->nlines)
84 line_no, s->filename, s->nlines);
86 else if (lseek (desc, s->line_charpos[line_no - 1], 0) < 0)
116 cur_line_no = src->start_line_or_addr.u.line_no = line_no;
44 tui_set_source_content(struct symtab *s, int line_no, int noerror) argument
[all...]
H A Dtui-windata.c70 /* Answer the index of the first element in line_no. If line_no is
73 tui_first_data_element_no_in_line (int line_no) argument
77 /* First see if there is a register on line_no, and if so, set the
79 if ((first_element_no = tui_first_reg_element_no_inline (line_no)) == -1)
80 { /* Looking at the general data, the 1st element on line_no. */
153 /* Function to display the data starting at line, line_no, in the data
156 tui_display_data_from_line (int line_no) argument
158 int _line_no = line_no;
160 if (line_no <
[all...]
H A Dtui-stack.c97 if (loc->line_no > 0)
98 sprintf (line_buf, "%d", loc->line_no);
318 element->line_no = lineno;
375 start_line = (item->locator.line_no -
396 l.u.line_no = start_line;
398 && tui_line_is_displayed (item->locator.line_no,
404 l.u.line_no = item->locator.line_no;
H A Dtui-regs.c120 /* Answer the index of the first element in line_no. If line_no is
123 tui_first_reg_element_no_inline (int line_no) argument
125 if ((line_no * TUI_DATA_WIN->detail.data_display_info.regs_column_count)
127 return ((line_no + 1) *
135 /* Answer the index of the last element in line_no. If line_no is
138 tui_last_reg_element_no_in_line (int line_no) argument
140 if ((line_no * TUI_DATA_WIN->detail.data_display_info.regs_column_count) <=
142 return ((line_no
465 tui_display_registers_from_line(int line_no, int force_display) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/msgc/
H A Dmsgscan.l67 [\n] { line_no++; }
84 <COMMENT>"\n" { line_no++; }
106 <BRACE>"\n" { buff_add_ch (yytext[0]); line_no++; }
131 line_no = 1;
H A Ddefs.h67 EXTERN int line_no INIT(1);
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/stdethers/
H A Dstdethers.c56 size_t line_no; local
75 line_no = 0;
77 (p = fparseln(data_file, &len, &line_no, NULL, FPARSELN_UNESCALL));
86 (unsigned long)line_no, p);
/netbsd-6-1-5-RELEASE/usr.bin/menuc/
H A Dscan.l61 [\n] { line_no++; }
143 "/*" { level = 1; comstart = line_no; BEGIN COMMENT; }
149 <COMMENT>"\n" { line_no++; }
171 <BRACE>"\n" { buff_add_ch (yytext[0]); line_no++; }
196 line_no = 1;
H A Dutil.c65 printf ("%s:%d: ", src_name, line_no);
90 src_name, line_no);
H A Ddefs.h70 EXTERN int line_no INIT(1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgencodes.c77 int line_no; local
80 desc = read_md_rtx (&line_no, &insn_code_number);
H A Dgenflags.c190 gen_insn (int line_no, rtx insn) argument
201 message_with_line (line_no, "unresolved iterator");
209 message_with_line (line_no,
276 int line_no, insn_code_number = 0; local
278 desc = read_md_rtx (&line_no, &insn_code_number);
282 gen_insn (line_no, desc);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgencodes.c78 int line_no; local
81 desc = read_md_rtx (&line_no, &insn_code_number);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dnode.h39 int line_no; /* Defining line in source file. */ member in struct:tentry
72 int line_no; /* Line number where the reference occurs. */
71 int line_no; /* Line number where the reference occurs. */ member in struct:node_ref
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/stdhosts/
H A Dstdhosts.c56 size_t line_no; local
92 line_no = 0;
94 (line = fparseln(data_file, &len, &line_no, NULL,
121 (unsigned long)line_no);
/netbsd-6-1-5-RELEASE/usr.bin/grep/
H A Dqueue.c67 item->data.line_no = x->line_no;
/netbsd-6-1-5-RELEASE/gnu/dist/bc/bc/
H A Dscan.l230 <slcomment>"\n" { line_no++; BEGIN(INITIAL); return(ENDOFLINE); }
290 "\n" { line_no++; return(ENDOFLINE); }
291 \\\n { line_no++; /* ignore a "quoted" newline */ }
300 if (c == '\n') line_no++;
305 if (c == '\n') line_no++;
321 if (*look == '\n') line_no++;
345 line_no++;
H A Dglobal.h138 EXTERN int line_no; variable
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/mknetid/
H A Dmknetid.c217 size_t line_no; local
225 line_no = 0;
227 (line = fparseln(pfile, &len, &line_no, NULL, FPARSELN_UNESCALL));
231 (unsigned long)line_no);
242 fname, (unsigned long)line_no);
292 size_t line_no; local
300 line_no = 0;
302 (line = fparseln(gfile, &len, &line_no, NULL, FPARSELN_UNESCALL));
306 (unsigned long)line_no);
317 fname, (unsigned long)line_no);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dinfo_file.c109 int line_no = 0; local
116 line_no++;
122 plog(XLOG_WARNING, "line %d in \"%s\" is too long", line_no, map);
179 plog(XLOG_USER, "%s: line %d has no value field", map, line_no);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_scanner.c109 my_info->line_no = 1;
133 ++stream->line_no;
152 --stream->line_no;
200 ++ip_file->line_no;
219 --ip_file->line_no;
482 ip_file->prev_token_line_no = ip_file->line_no;
646 ip_file->line_no, sizeof(yytext) - 1, yytext);
H A Dntp_scanner.h91 int line_no; /* Line Number */ member in struct:FILE_INFO
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/mk-amd-map/
H A Dmk-amd-map.c118 int line_no = 0; local
127 line_no++;
133 fprintf(stderr, "line %d in \"%s\" is too long", line_no, map);
183 fprintf(stderr, "%s: line %d has no value field", map, line_no);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Daliaslist.c133 int line_no; local
144 for (line_no = 1; fgets(line, sizeof(line), fp) != NULL; line_no++) {
158 path, line_no));
/netbsd-6-1-5-RELEASE/gnu/dist/bc/h/
H A Dglobal.h129 EXTERN int line_no; variable

Completed in 213 milliseconds

123