HomeSort by: relevance | last modified time | path
    Searched defs:line_entry (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/tbl/
table.cpp 252 class line_entry : public simple_entry { class in inherits:simple_entry
257 line_entry(const entry_modifier *);
263 class single_line_entry : public line_entry {
271 class double_line_entry : public line_entry {
793 line_entry::line_entry(const entry_modifier *m) function in class:line_entry
798 void line_entry::note_double_vrule_on_right(int is_corner)
803 void line_entry::note_double_vrule_on_left(int is_corner)
809 : line_entry(m)
846 : line_entry(m
    [all...]
  /src/external/gpl3/binutils/dist/gas/
dwarf2dbg.c 167 struct line_entry struct
169 struct line_entry *next;
174 /* Given line_entry list HEAD and PTAIL pointers, return a pointer to
175 the last line_entry on the list. */
176 static inline struct line_entry *
177 line_entry_at_tail (void *head, struct line_entry **ptail)
182 /* Otherwise ptail points to line_entry.next of the last entry. */
183 void *p = (char *) ptail - offsetof (struct line_entry, next);
191 struct line_entry *head;
192 struct line_entry **ptail
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
dwarf2dbg.c 167 struct line_entry struct
169 struct line_entry *next;
174 /* Given line_entry list HEAD and PTAIL pointers, return a pointer to
175 the last line_entry on the list. */
176 static inline struct line_entry *
177 line_entry_at_tail (void *head, struct line_entry **ptail)
182 /* Otherwise ptail points to line_entry.next of the last entry. */
183 void *p = (char *) ptail - offsetof (struct line_entry, next);
191 struct line_entry *head;
192 struct line_entry **ptail
    [all...]

Completed in 29 milliseconds