Home
last modified time | relevance | path

Searched refs:start_col (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp87 string span_width_reg(int start_col, int end_col);
88 string span_left_numeric_width_reg(int start_col, int end_col);
89 string span_right_numeric_width_reg(int start_col, int end_col);
90 string span_alphabetic_width_reg(int start_col, int end_col);
134 int start_col; member
151 int start_col; member in table_entry
334 start_row(-1), end_row(-1), start_col(-1), end_col(-1), mod(m) in table_entry()
468 printfs("\\h'|\\n[%1]u'", column_start_reg(start_col)); in simple_print()
471 span_width_reg(start_col, end_col)); in simple_print()
486 span_width_reg(start_col, end_col)); in do_width()
[all …]
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_vi.c344 __vi_draw_text(xvi_screen *this_screen, int row, int start_col, int len) in __vi_draw_text() argument
349 start = CharAt( __vi_screen, row, start_col ); in __vi_draw_text()
350 color = *FlagAt( __vi_screen, row, start_col ); in __vi_draw_text()
351 xpos = XPOS( __vi_screen, start_col ); in __vi_draw_text()
354 for ( col=start_col; in __vi_draw_text()
355 col<this_screen->cols && col<start_col+len; in __vi_draw_text()
/netbsd-src/external/mit/isl/dist/
H A Disl_stream_private.h48 int start_col; member
H A Disl_stream.c285 s->start_col = s->col; in isl_stream_getc()
418 col = s->start_col; in next_token()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2253 unsigned start_line, unsigned start_col, in print_cursor_file_scan() argument
2259 PrintExtent(stdout, start_line, start_col, end_line, end_col); in print_cursor_file_scan()
2273 unsigned start_line = 1, start_col = 1; in perform_file_scan() local
2307 print_cursor_file_scan(TU, prevCursor, start_line, start_col, in perform_file_scan()
2310 start_col = col; in perform_file_scan()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.cc1033 int start_col in print_parseable_fixits() local
1038 start_exploc.line, start_col, in print_parseable_fixits()
H A Ddiagnostic-show-locus.cc709 make_range (int start_line, int start_col, int end_line, int end_col) in make_range() argument
712 = {"", start_line, start_col, NULL, false}; in make_range()
/netbsd-src/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) in make_range() argument
662 = {"", start_line, start_col, NULL, false}; in make_range()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog2018 `start_col' and `end_col' of type `int'.
H A DChangeLog.1151358 where start_col was meant.