Searched refs:line_charpos (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsource.c356 if (s->line_charpos != NULL)
358 xfree (s->line_charpos);
359 s->line_charpos = NULL;
1123 /* Create and initialize the table S->line_charpos that records
1135 int *line_charpos;
1140 line_charpos = (int *) xmalloc (lines_allocated * sizeof (int));
1158 line_charpos[0] = lseek (desc, 0, SEEK_CUR);
1167 line_charpos =
1168 (int *) xrealloc ((char *) line_charpos,
1171 line_charpos[nline
1131 int *line_charpos; local
[all...]
H A Dsymmisc.c115 if (s->line_charpos != NULL)
116 xfree (s->line_charpos);
H A Dsymtab.h815 /* line_charpos[N] is the position of the (N-1)th line of the
819 int *line_charpos;
817 int *line_charpos; member in struct:symtab
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-source.c76 if (s->line_charpos == 0)
86 else if (lseek (desc, s->line_charpos[line_no - 1], 0) < 0)

Completed in 177 milliseconds