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

  /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/gpl2/groff/dist/src/devices/grohtml/
html-table.h 99 tabs *tab_stops; /* tab stop positions */ member in class:html_table
html-table.cpp 246 tab_stops = new tabs();
252 if (tab_stops != NULL)
253 delete tab_stops;
630 return tab_stops->find_tab(pos)+1;
703 return tab_stops->get_tab_pos(n);
708 return tab_stops->get_tab_align(n);
720 tab_stops->dump_tabs();
post-html.cpp 3577 tbl->tab_stops->init(tab_defs);
3607 tbl->tab_stops->init(tab_defs);
3634 tbl->tab_stops->check_init(tab_defs);
3636 if (!tbl->tab_stops->compatible(tab_defs)) {
3645 tbl->tab_stops->init(tab_defs);
  /src/external/gpl3/gdb/dist/gdb/
infcmd.c 2178 enum tab_stops
2170 enum tab_stops enum
riscv-tdep.c 1144 enum tab_stops { value_column_1 = 15 };
  /src/external/gpl3/gdb.old/dist/gdb/
infcmd.c 2175 enum tab_stops
2167 enum tab_stops enum
riscv-tdep.c 1144 enum tab_stops { value_column_1 = 15 };

Completed in 48 milliseconds