Home
last modified time | relevance | path

Searched defs:column (Results 1 – 25 of 146) sorted by relevance

123456

/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Ddbtypes.cpp108 store::column_bool(sqlite::statement& stmt, const char* column) in column_bool()
133 store::column_delta(sqlite::statement& stmt, const char* column) in column_delta()
152 store::column_optional_string(sqlite::statement& stmt, const char* column) in column_optional_string()
175 store::column_timestamp(sqlite::statement& stmt, const char* column) in column_timestamp()
H A Dmetadata.cpp54 int64_column(sqlite::statement& stmt, const char* column) in int64_column()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp118 unsigned column) { in clang_getLocation()
177 unsigned *column, unsigned *offset) { in createNullLocation()
189 unsigned *column, unsigned *offset = nullptr) { in createNullLocation()
225 unsigned *column, in clang_getExpansionLocation()
266 unsigned *column) { in clang_getPresumedLocation()
297 unsigned *column, in clang_getInstantiationLocation()
306 unsigned *column, in clang_getSpellingLocation()
343 unsigned *column, in clang_getFileLocation()
H A DCXLoadedDiagnostic.h75 unsigned column; member
/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp371 const int column = column_id(name); in safe_column_blob() local
389 const int column = column_id(name); in safe_column_double() local
407 const int column = column_id(name); in safe_column_int() local
425 const int column = column_id(name); in safe_column_int64() local
443 const int column = column_id(name); in safe_column_text() local
461 const int column = column_id(name); in safe_column_bytes() local
/netbsd-src/usr.bin/fpr/
H A Dfpr.c69 struct column { struct
70 int count;
71 int width;
72 char *str;
/netbsd-src/usr.bin/sort/
H A Dsort.h127 struct column { struct
134 * corresponding column in the current line. This is determined in enterkey. argument
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Derrors.c153 location_t src_loc, unsigned int column, in cpp_diagnostic_with_line()
172 location_t src_loc, unsigned int column, in cpp_error_with_line()
191 location_t src_loc, unsigned int column, in cpp_warning_with_line()
210 location_t src_loc, unsigned int column, in cpp_pedwarning_with_line()
230 location_t src_loc, unsigned int column, in cpp_warning_with_line_syshdr()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Derrors.cc197 location_t src_loc, unsigned int column, in cpp_diagnostic_with_line()
216 location_t src_loc, unsigned int column, in cpp_error_with_line()
235 location_t src_loc, unsigned int column, in cpp_warning_with_line()
254 location_t src_loc, unsigned int column, in cpp_pedwarning_with_line()
274 location_t src_loc, unsigned int column, in cpp_warning_with_line_syshdr()
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtable.cpp172 const text::table_row::size_type column, in refill_cell()
212 for (text::table_row::size_type column = 0; column < row.size(); ++column) { in format_row() local
357 text::table_formatter::set_column_width(const table_row::size_type column, in set_column_width()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drtbl.c94 rtbl_get_column (rtbl_t table, const char *column) in rtbl_get_column()
187 column_compute_width (rtbl_t table, struct column_data *column) in column_compute_width()
223 rtbl_set_column_prefix (rtbl_t table, const char *column, in rtbl_set_column_prefix()
337 rtbl_add_column_entry (rtbl_t table, const char *column, const char *data) in rtbl_add_column_entry()
348 rtbl_add_column_entryv (rtbl_t table, const char *column, const char *fmt, ...) in rtbl_add_column_entryv()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dpo-xerror.c46 const char *filename, size_t lineno, size_t column, in xerror()
119 const char *filename, size_t lineno, size_t column, in textmode_xerror()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc-rich-location.c87 for (int column = 1; column < exploc.column; ++column) in blank_line_before_p() local
175 for (int column = 1; column < indent_column; ++column) in add_fixit_insert_formatted() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc-rich-location.cc87 for (int column = 1; column < exploc.column; ++column) in blank_line_before_p() local
175 for (int column = 1; column < indent_column; ++column) in add_fixit_insert_formatted() local
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_location.py20 def assert_location(self, loc, line, column, offset): argument
/netbsd-src/usr.bin/colrm/
H A Dcolrm.c63 u_long column, start, stop; in main() local
/netbsd-src/usr.bin/expand/
H A Dexpand.c64 size_t n, column; in main() local
/netbsd-src/external/bsd/tradcpp/dist/
H A Dplace.h45 unsigned column; member
/netbsd-src/distrib/utils/more/
H A Doutput.c62 int column; in put_line() local
H A Dline.c57 static int column; /* Printable length, accounting for variable
/netbsd-src/distrib/sets/
H A Dfmt-list206 local function column(entries, get_width_before, colname) function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h43 unsigned line, unsigned column, bool prologueend, bool isstmt) in MCCVLoc()
78 void setColumn(unsigned column) { in setColumn()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Ddwarf2dbg.h35 unsigned int column; member
H A Ddepend.c37 static int column = 0; variable
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ddwarf2dbg.h35 unsigned int column; member

123456