Searched refs:column (Results 1 - 25 of 172) sorted by relevance

1234567

/openbsd-current/regress/usr.bin/column/
H A DMakefile3 REGRESS_TARGETS+= column
4 column:
5 sh ${.CURDIR}/column.sh
H A Dcolumn.sh22 result=$(echo -n "$1" | column $2)
63 echo "column: $fail tests failed"
/openbsd-current/usr.bin/column/
H A DMakefile3 PROG= column
/openbsd-current/regress/usr.bin/mandoc/mdoc/Tg/
H A DMakefile3 REGRESS_TARGETS = column implicit list warn
4 TAG_TARGETS = column implicit list warn
6 HTML_TARGETS = column implicit list warn
8 SKIP_TMAN = column
/openbsd-current/regress/usr.bin/mandoc/tbl/macro/
H A DMakefile3 REGRESS_TARGETS = column man nested req
11 # .TS in a column list causes a blank line in mandoc, but not in GNU tbl(1).
13 SKIP_GROFF = column nested req
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DSourceBreakpoint.h20 uint32_t column; ///< An optional source column of the breakpoint member in struct:lldb_vscode::SourceBreakpoint
22 SourceBreakpoint() : BreakpointBase(), line(0), column(0) {}
32 return lhs.column < rhs.column;
/openbsd-current/usr.bin/expand/
H A Dexpand.c51 int c, column; local
83 column = 0;
90 column++;
91 } while (column & 07);
97 column++;
98 } while (((column - 1) %
103 if (tabstops[n] > column)
107 column++;
110 while (column < tabstops[n]) {
112 column
[all...]
/openbsd-current/usr.bin/colrm/
H A Dcolrm.c55 u_long column, newcol, start, stop; local
76 errx(1, "illegal column -- %s", argv[1]);
81 errx(1, "illegal column -- %s", argv[0]);
94 column = 0;
106 * current value of "column".
110 if (start == 0 || column < start ||
112 column > stop + (width > 1))) {
119 column -= width;
122 newcol = (column + TAB) & ~(TAB - 1);
125 column
[all...]
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXSourceLocation.cpp118 unsigned column) {
125 if (line == 0 || column == 0)
132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
136 File->getName().str().c_str(), line, column);
144 line, column)
177 unsigned *column, unsigned *offset) {
182 if (column)
183 *column = 0;
189 unsigned *column, unsigned *offset = nullptr) {
194 if (column)
115 clang_getLocation(CXTranslationUnit TU, CXFile file, unsigned line, unsigned column) argument
176 createNullLocation(CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
188 createNullLocation(CXString *filename, unsigned *line, unsigned *column, unsigned *offset = nullptr) argument
222 clang_getExpansionLocation(CXSourceLocation location, CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
263 clang_getPresumedLocation(CXSourceLocation location, CXString *filename, unsigned *line, unsigned *column) argument
294 clang_getInstantiationLocation(CXSourceLocation location, CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
303 clang_getSpellingLocation(CXSourceLocation location, CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
340 clang_getFileLocation(CXSourceLocation location, CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Ddepend.c35 /* Current column in output file. */
36 static int column = 0; variable
152 if (column
156 < column + len))
159 column = 0;
167 ++column;
171 column += len;
176 ++column;
198 column = 0;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Ddepend.c35 /* Current column in output file. */
36 static int column = 0; variable
152 if (column
156 < column + len))
159 column = 0;
167 ++column;
171 column += len;
176 ++column;
198 column = 0;
/openbsd-current/gnu/llvm/llvm/utils/
H A Dllvm-original-di-preservation.py70 for column in header_di_loc:
71 table_di_loc += " <th>{0}</th>\n".format(column.strip())
96 for column in row:
98 if (column == " <tr>\n" or column == " </tr>\n"):
99 table_di_loc += column
101 table_di_loc += " <td>{0}</td>\n".format(column.strip())
120 for column in header_di_loc_sum:
121 table_di_loc_sum += " <th>{0}</th>\n".format(column.strip())
131 for column i
[all...]
/openbsd-current/games/battlestar/
H A Dfly.c47 static int row, column; variable
87 column = rnd(COLS - 2) + 1;
151 if (row == MIDR && column - MIDC < 2 && MIDC - column < 2) {
253 oldc = column;
257 if (column + dc < COLS - 1 && column + dc > 0)
258 column += dc;
264 d = (double) ((row - MIDR) * (row - MIDR) + (column - MIDC) * (column
[all...]
/openbsd-current/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_location.py20 def assert_location(self, loc, line, column, offset):
22 self.assertEqual(loc.column, column)
33 self.assert_location(one.location,line=1,column=5,offset=4)
34 self.assert_location(two.location,line=2,column=5,offset=13)
44 self.assert_location(one.location,line=2,column=5,offset=5)
45 self.assert_location(two.location,line=3,column=5,offset=14)
47 # adding a space should affect column on first line only
52 self.assert_location(one.location,line=1,column=6,offset=5)
53 self.assert_location(two.location,line=2,column
[all...]
/openbsd-current/gnu/llvm/clang/include/clang-c/
H A DCXSourceLocation.h28 * great detail, with file, line, and column information for the majority of
42 * to map a source location to a particular file, line, and column.
114 * Retrieve the file, line, column, and offset represented by
129 * \param column [out] if non-NULL, will be set to the column to which the given
137 unsigned *column,
141 * Retrieve the file, line and column represented by the given source
177 * \param column [out] if non-NULL, will be set to the column number of the
182 unsigned *line, unsigned *column);
[all...]
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBSourceManager.cpp39 uint32_t line, uint32_t column,
50 file, line, column, context_before, context_after, current_line_cstr,
56 .DisplaySourceLinesWithLineNumbers(file, line, column,
110 const uint32_t column = 0; local
112 file.ref(), line, column, context_before, context_after,
117 const SBFileSpec &file, uint32_t line, uint32_t column,
120 LLDB_INSTRUMENT_VA(this, file, line, column, context_before, context_after,
127 file.ref(), line, column, context_before, context_after,
38 DisplaySourceLinesWithLineNumbers(const lldb_private::FileSpec &file, uint32_t line, uint32_t column, uint32_t context_before, uint32_t context_after, const char *current_line_cstr, lldb_private::Stream *s) argument
116 DisplaySourceLinesWithLineNumbersAndColumn( const SBFileSpec &file, uint32_t line, uint32_t column, uint32_t context_before, uint32_t context_after, const char *current_line_cstr, SBStream &s) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpperror.c73 _cpp_begin_message (pfile, code, line, column)
76 unsigned int line, column;
111 print_location (pfile, line, column);
131 unsigned int line, column; local
146 column = 0;
151 column = pfile->cur_token[-1].col;
155 line = column = 0;
157 if (_cpp_begin_message (pfile, level, line, column))
166 unsigned int line, unsigned int column,
173 VA_FIXEDARG (ap, unsigned int, column);
165 cpp_error_with_line(cpp_reader *pfile, int level, unsigned int line, unsigned int column, const char *msgid, ...) argument
[all...]
H A Dmkdeps.c231 unsigned int size, i, column; local
233 column = 0;
240 column += size;
241 if (colmax && column > colmax)
244 column = 1 + size;
249 column++;
256 column += 2;
261 column += size;
262 if (colmax && column > colmax)
265 column
[all...]
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBDeclaration.i12 "Specifies an association with a line and column for a variable."
48 SetColumn (uint32_t column);
62 column = property(GetColumn, None, doc='''A read only property that returns the 1 based column number for this line entry, a return value of zero indicates that no column information is available.''')
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DDeclaration.h22 /// column info and can help track where functions, blocks, inlined functions,
29 /// Construct with file specification, and optional line and column.
39 /// \param[in] column
40 /// The column number that describes where this was declared.
41 /// Set to zero if there is no column number information.
43 uint16_t column = LLDB_INVALID_COLUMN_NUMBER)
44 : m_file(file_spec), m_line(line), m_column(column) {}
55 /// Sets the file specification to be empty, and the line and column to
67 /// column numbers respectively.
122 /// Get accessor for the declaration column numbe
175 SetColumn(uint16_t column) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DSourceLocationSpec.cpp17 std::optional<uint16_t> column,
20 column.value_or(LLDB_INVALID_COLUMN_NUMBER)),
78 uint16_t column = m_declaration.GetColumn(); local
79 if (column == LLDB_INVALID_COLUMN_NUMBER)
81 return column;
16 SourceLocationSpec(FileSpec file_spec, uint32_t line, std::optional<uint16_t> column, bool check_inlines, bool exact_match) argument
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DLineTable.h71 void InsertLineEntry(lldb::addr_t file_addr, uint32_t line, uint16_t column,
82 uint32_t line, uint16_t column,
224 is_terminal_entry(_is_terminal_entry), column(_column),
232 column = 0;
250 SCALAR_COMPARE(lhs.column, rhs.column);
297 /// The column number of the source line, or zero if there is no
298 /// column information.
299 uint16_t column = 0; member in struct:lldb_private::LineTable::Entry
354 const uint16_t column local
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageReport.cpp81 Column column(StringRef Str, unsigned Width) { return Column(Str, Width); } function in namespace:__anon3663
84 Column column(StringRef Str, unsigned Width, const T &Value) { function in namespace:__anon3663
88 // Specify the default column widths.
93 /// Adjust column widths to fit long file paths and function names.
103 /// Prints a horizontal divider long enough to cover the given column
184 OS << column(FileName, FileReportColumns[0], Column::NoTrim);
199 OS << column("-", FileReportColumns[3], Column::RightAlignment);
213 OS << column("-", FileReportColumns[6], Column::RightAlignment);
227 OS << column("-", FileReportColumns[9], Column::RightAlignment);
241 OS << column("
[all...]
/openbsd-current/libexec/tradcpp/
H A Dplace.c166 p->column = 0;
175 p->column = 1;
179 place_setcommandline(struct place *p, unsigned line, unsigned column) argument
184 p->column = column;
193 p->column = 1;
201 newcol = p->column + cols;
202 if (newcol < p->column) {
207 p->column = newcol;
255 if (a->line != b->line || a->column !
[all...]
H A Dplace.h45 unsigned column; member in struct:place
53 void place_setcommandline(struct place *p, unsigned word, unsigned column);

Completed in 366 milliseconds

1234567