Searched defs:end_col (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp135 int end_col; member in struct:horizontal_span
152 int end_col; member in class:table_entry
1822 span_width_reg(int start_col, int end_col) argument
1827 sprintf(strchr(name, '\\0'), ",%d", end_col); local
1831 span_left_numeric_width_reg(int start_col, int end_col) argument
1836 sprintf(strchr(name, '\\0'), ",%d", end_col); local
1840 span_right_numeric_width_reg(int start_col, int end_col) argument
1845 sprintf(strchr(name, '\\0'), ",%d", end_col); local
1849 span_alphabetic_width_reg(int start_col, int end_col) argument
1854 sprintf(strchr(name, '\\0'), ",%d", end_col); local
1900 init_span_reg(int start_col, int end_col) argument
1909 compute_span_width(int start_col, int end_col) argument
1923 divide_span(int start_col, int end_col) argument
1956 sum_columns(int start_col, int end_col) argument
2158 int end_col; local
2207 int end_col; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc709 make_range (int start_line, int start_col, int end_line, int end_col) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c659 make_range (int start_line, int start_col, int end_line, int end_col) argument
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2252 print_cursor_file_scan(CXTranslationUnit TU, CXCursor cursor, unsigned start_line, unsigned start_col, unsigned end_line, unsigned end_col, const char *prefix) argument

Completed in 130 milliseconds