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

  /src/external/mit/isl/dist/
isl_stream_private.h 27 * start_line and start_col are set by isl_stream_getc to point
48 int start_col; member in struct:isl_stream
  /src/external/gpl2/groff/dist/src/preproc/tbl/
table.cpp 87 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 in struct:horizontal_span
151 int start_col; member in class:table_entry
334 start_row(-1), end_row(-1), start_col(-1), end_col(-1), mod(m)
468 printfs("\\h'|\\n[%1]u'", column_start_reg(start_col));
471 span_width_reg(start_col, end_col));
486 span_width_reg(start_col, end_col))
2152 int start_col = 0; local
2201 int start_col = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-format-sarif.cc 1089 int start_col = get_sarif_column (exploc_start); local
1090 region_obj->set_integer ("startColumn", start_col);
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 2253 unsigned start_line, unsigned start_col,
2259 PrintExtent(stdout, start_line, start_col, end_line, end_col);
2273 unsigned start_line = 1, start_col = 1; local
2307 print_cursor_file_scan(TU, prevCursor, start_line, start_col,
2310 start_col = col;

Completed in 23 milliseconds