Searched refs:column (Results 51 - 75 of 123) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp40 uint16_t column, uint16_t file_idx,
45 Entry entry(file_addr, line, column, file_idx, is_start_of_statement,
71 uint16_t column, uint16_t file_idx, bool is_start_of_statement,
76 Entry entry(file_addr, line, column, file_idx, is_start_of_statement,
158 LT_COMPARE(a.column, b.column);
296 line_entry.column = entry.column;
39 InsertLineEntry(lldb::addr_t file_addr, uint32_t line, uint16_t column, uint16_t file_idx, bool is_start_of_statement, bool is_start_of_basic_block, bool is_prologue_end, bool is_epilogue_begin, bool is_terminal_entry) argument
69 AppendLineEntryToSequence( LineSequence *sequence, lldb::addr_t file_addr, uint32_t line, uint16_t column, uint16_t file_idx, bool is_start_of_statement, bool is_start_of_basic_block, bool is_prologue_end, bool is_epilogue_begin, bool is_terminal_entry) argument
H A DCompileUnit.cpp236 // TODO: Handle SourceLocationSpec column information
238 /*column=*/std::nullopt,
319 const std::optional<uint16_t> column = local
320 src_location_spec.GetColumn() ? std::optional<uint16_t>(line_entry.column)
323 SourceLocationSpec found_entry(line_entry.file, line_entry.line, column,
/freebsd-current/contrib/ee/
H A Dnew_curse.h168 int SC; /* starting column */
169 int LC; /* last column */
170 int LX; /* last cursor column position */
205 extern void wmove P_((WINDOW *window, int row, int column));
206 extern void clear_line P_((struct _line *line, int column, int cols));
246 extern void CLEAR_TO_EOL P_((WINDOW *window, int row, int column));
H A Dnew_curse.c157 #define ch__ 8 /* set cursor column */
159 #define cm__ 10 /* screen rel cursor motion, row, column */
706 int row, column; local
716 for (column = 0;
717 column < (min(origin->Num_cols, destination->Num_cols));
718 column++)
720 dest->row[column] = orig->row[column];
721 dest->attributes[column] = orig->attributes[column];
2073 int column, row; local
2417 int column, j; local
2494 int row, column; local
2543 int row, column; local
2597 int row, column; local
[all...]
H A Dee.c157 int last_col; /* last column for text display */
253 int out_char(WINDOW *window, int character, int column);
254 int len_char(int character, int column);
276 int scan(char *line, int offset, int column);
611 | display line and column information
928 out_char(WINDOW *window, int character, int column) argument
936 i1 = tabshift(column);
938 (i2 < i1) && (((column+i2+1)-horiz_offset) < last_col); i2++)
968 for (i2 = 0; (string[i2] != '\0') && (((column+i2+1)-horiz_offset) < last_col); i2++)
975 len_char(int character, int column) argument
1002 int column; /* horizontal position on screen */ local
1847 scan(char *line, int offset, int column) argument
[all...]
/freebsd-current/usr.bin/ministat/
H A Dministat.c484 ReadSet(FILE *f, const char *n, int column, const char *delim) argument
505 if (i == column)
533 "Usage: ministat [-C column] [-c confidence] [-d delimiter(s)] [-Anqs] [-w width] [file [file ...]]\n");
542 fprintf(stderr, "\t-C : column number to extract (starts and defaults to 1)\n");
562 int column = 1; local
586 column = strtol(optarg, &p, 10);
588 usage("Invalid column number.");
589 if (column <= 0)
664 ds[i] = ReadSet(setfiles[i], setfilenames[i], column, delim);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h204 /// When \p column is nonzero the \p line and \p column args are used to
205 /// filter the results to find the first breakpoint >= (line, column).
209 std::optional<uint16_t> column = std::nullopt);
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp666 // I don't see anything useful to do with a column number, but I don't
668 // listing from somewhere that included a column.
841 // We don't care about the column here.
842 const uint32_t column = 0; local
844 start_file, line_no, column, 0, m_options.num_lines, "",
1053 const uint32_t column = variable
1055 ? sc.line_entry.column
1058 sc.comp_unit->GetPrimaryFile(), sc.line_entry.line, column,
1093 const uint32_t column = 0; variable
1099 column,
1176 const uint32_t column = 0; variable
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-errors-jobs.mk31 # of the lines, usually at column 73. All spaces before the continuation
H A Dvarmod.mk24 # The SysV column says whether a parse error in the modifier falls back
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h126 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags, argument
128 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
160 void setColumn(unsigned column) { argument
161 assert(column <= UINT16_MAX);
162 Column = column;
/freebsd-current/contrib/dialog/
H A Ddemo.pl86 2-column quoted
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h44 int column; member in struct:__sanitizer::AddressInfo
/freebsd-current/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c49 * column := head type ACCESS ')'
67 * element := tree | leaf | column
204 struct column { struct in union:node::__anon259
205 enum snmp_syntax syntax; /* syntax for this column */
207 } column; member in union:node::__anon259
847 node->u.column.syntax = syntax;
848 node->u.column.subtype = subtype;
975 /* leaf or column */
987 syntax = np->u.column.syntax;
1078 errx(1, "column withou
[all...]
/freebsd-current/contrib/libucl/src/
H A Ducl_parser.c36 unsigned int column; member in struct:ucl_parser_saved_state
52 (chunk)->column = 0; \
54 else (chunk)->column ++; \
76 "line: %d, column: %d - '%s', character: '%c'";
80 "line: %d, column: %d - '%s', character: '0x%02x'";
83 filename, chunk->line, chunk->column,
992 chunk->column += pos - chunk->pos;
1614 chunk->column = term_len;
1820 chunk->column = 0;
2230 saved.column
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp90 AI.column = SLoc.getColumn();
165 Buffer, Info.file, Info.line, Info.column,
/freebsd-current/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man109 column => sub {
/freebsd-current/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man83 column => sub {
H A Dmdoc2texi5 # the Bl -column command needs work:
121 column => [ '@table @asis', '@end table' ],
/freebsd-current/contrib/sendmail/contrib/
H A Dbuildvirtuser47 right. An empty left column translates to the default for that domain.
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp768 /// a column/line pair.
772 /// to a column/line pair.
781 /// \param[out] column
782 /// The column in the line that contains the absolute position.
785 unsigned &line, unsigned &column) {
788 column = 0;
794 // If we hit a line break, we go back to column 0 and enter a new line.
799 column = 0;
802 ++column;
854 // only thing left to do is to transform it into the line:column forma
784 AbsPosToLineColumnPos(size_t abs_pos, llvm::StringRef code, unsigned &line, unsigned &column) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp53 /// \b true if the provided line entries match line, column and source file.
58 if (a.column != b.column)
223 m_s.Format("{0}:{1}", last_sc.line_entry.line, last_sc.line_entry.column);
302 "column"?: decimal,
401 m_j.attribute("column", item.symbol_info->sc.line_entry.column);
/freebsd-current/usr.bin/
H A DMakefile26 column \
/freebsd-current/contrib/ntp/include/
H A Dntp_config.h118 int column; member in struct:restrict_node_tag
/freebsd-current/contrib/ncurses/progs/
H A Ddump_entry.c63 static int column; /* current column, limited by 'width' */ variable
64 static int oldcol; /* last value of column before wrap */
424 oldcol = column;
427 column = indent;
580 && column > indent
581 && column + want > width) {
587 (column + want) > width) {
606 } else if (column > 8) {
607 base = column
[all...]

Completed in 292 milliseconds

12345