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

  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-table.h 99 tabs *tab_stops; /* tab stop positions */ member in class:html_table
  /src/external/gpl2/groff/dist/src/roff/troff/
env.h 82 class tab_stops { class
86 tab_stops();
87 tab_stops(hunits distance, tab_type type);
88 tab_stops(const tab_stops &);
89 ~tab_stops();
90 void operator=(const tab_stops &);
258 tab_stops tabs;
env.cpp 2583 tab_stops::tab_stops(hunits distance, tab_type type) function in class:tab_stops
2589 tab_stops::~tab_stops()
2594 tab_type tab_stops::distance_to_next_tab(hunits curpos, hunits *distance)
2601 tab_type tab_stops::distance_to_next_tab(hunits curpos, hunits *distance,
2630 const char *tab_stops::to_string()
2694 tab_stops::tab_stops() : initial_list(0), repeated_list(0) function in class:tab_stops
2698 tab_stops::tab_stops(const tab_stops &ts) function in class:tab_stops
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
infcmd.c 2178 enum tab_stops
2170 enum tab_stops enum
  /src/external/gpl3/gdb/dist/gdb/
infcmd.c 2176 enum tab_stops
2168 enum tab_stops enum

Completed in 20 milliseconds