Searched refs:column (Results 76 - 100 of 141) sorted by relevance

123456

/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c343 line->column = 0;
617 current.column = get_absolute_expression ();
1128 unsigned column = 0;
1147 if (column != e->loc.column)
1149 column = e->loc.column;
1151 out_uleb128 (column);
1124 unsigned column = 0; local
/freebsd-11-stable/contrib/ee/
H A Dee.c160 int last_col; /* last column for text display */
263 int out_char P_((WINDOW *window, int character, int column));
264 int len_char P_((int character, int column));
286 int scan P_((char *line, int offset, int column));
615 | display line and column information
933 out_char(window, character, column) /* output non-printing character */
936 int column;
944 i1 = tabshift(column);
946 (i2 < i1) && (((column+i2+1)-horiz_offset) < last_col); i2++)
976 for (i2 = 0; (string[i2] != '\0') && (((column
1015 int column; /* horizontal position on screen */ local
[all...]
/freebsd-11-stable/sys/dev/nand/
H A Dnand_generic.c241 /* Set proper column and row cycles */
408 uint32_t row, uint32_t column)
415 if (nand_send_address(nand, row, column, -1))
498 send_start_program_page(device_t nand, uint32_t row, uint32_t column) argument
505 if (nand_send_address(nand, row, column, -1))
778 uint32_t row, uint32_t column)
785 if (nand_send_address(nand, row, column, -1))
972 nand_debug(NDBG_GEN,"send_address: send address column "
407 send_read_page(device_t nand, uint8_t start_command, uint8_t end_command, uint32_t row, uint32_t column) argument
777 send_small_read_page(device_t nand, uint8_t start_command, uint32_t row, uint32_t column) argument
/freebsd-11-stable/contrib/gcc/
H A Ddiagnostic.c164 : flag_show_column && s.column != 0
165 ? build_message_string ("%s:%d:%d: %s", s.file, s.line, s.column, text)
H A Dprint-tree.c156 indent_to (FILE *file, int column) argument
160 /* Since this is the long way, indent to desired column. */
161 if (column > 0)
163 for (i = 0; i < column; i++)
169 starting in column INDENT. */
228 /* Indent to the specified column, since this is the long form. */
H A Dtree-mudflap.c125 sourcecolumn = xloc.column;
218 if (xloc.column > 0)
219 sprintf (linecolbuf, "%d:%d", xloc.line, xloc.column);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp92 AI.column = SLoc.getColumn();
165 RenderSourceLocation(Buffer, Info.file, Info.line, Info.column,
/freebsd-11-stable/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-11-stable/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man109 column => sub {
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser47 right. An empty left column translates to the default for that domain.
/freebsd-11-stable/release/doc/share/misc/
H A Dman2hwnotes.pl244 if ($mdocvars{listtype} eq "column") {
248 dlog(2, "Skipping header line in column list");
251 # Only extract the first column.
273 } elsif (/-column/) {
274 $mdocvars{listtype} = "column";
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_internal.h171 unsigned int column; member in struct:ucl_chunk
/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim.c141 "error <ctrl_no:cs_no> <page_num> <column> <length> <pattern>\n" },
521 uint32_t page, column, len, pattern; local
535 convert_arguint(gargv[4], &column) ||
544 sim_err.column = column;
/freebsd-11-stable/usr.bin/
H A DMakefile31 column \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h445 * great detail, with file, line, and column information for the majority of
459 * to map a source location to a particular file, line, and column.
495 * Retrieves the source location associated with a given file/line/column
501 unsigned column);
547 * Retrieve the file, line, column, and offset represented by
562 * \param column [out] if non-NULL, will be set to the column to which the given
571 unsigned *column,
575 * Retrieve the file, line and column represented by the given source
611 * \param column [ou
[all...]
/freebsd-11-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c49 * column := head type ACCESS ')'
67 * element := tree | leaf | column
169 struct column { struct in union:node::__anon117
170 enum snmp_syntax syntax; /* syntax for this column */
171 } column; member in union:node::__anon117
806 node->u.column.syntax = syntax;
929 /* leaf or column */
941 syntax = np->u.column.syntax;
1032 errx(1, "column without function (%s) - probably "
1146 print_syntax(np->u.column
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c704 unsigned int column; member in struct:line_info
785 unsigned int column,
794 info->column = column;
1144 unsigned int column = 0; local
1169 add_line_info (table, address, filename, line, column, 0);
1187 add_line_info (table, address, filename, line, column,
1240 add_line_info (table, address, filename, line, column, 0);
1269 column = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
781 add_line_info(struct line_info_table *table, bfd_vma address, char *filename, unsigned int line, unsigned int column, int end_sequence) argument
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c631 int column;
639 column = 0;
646 if (column + strlen (arch->name) > 70)
648 column = 0;
651 column += 5 + 2 + strlen (arch->name);
659 if (column + strlen (arch->name) > 65)
661 column = 0;
664 column += 5 + 7 + strlen (arch->name);
629 int column; local
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_parser.c2188 "syntax error in %s line %d, column %d",
2690 "Unreasonable ippeerlimit value (%d) in %s line %d, column %d. Using 0.",
3854 msyslog(LOG_ERR, "line %d column %d %s",
3860 "column %d %s",
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp71 info.column = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp320 // TODO: Do we care about column on these entries? If so, we need to plumb
322 decl_line.column = 0;
474 this_line.column = sc.line_entry.column;
635 ln.file, ln.line, ln.column, 0, 0, line_highlight, &strm);
738 // consistent column spacing in these cases, unfortunately.
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A Dchew.c851 int column = 0; local
861 while (++column & 7);
866 column++;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h333 #define INI_RA(iniarray, row, column) (((iniarray)->ia_array)[(row) * ((iniarray)->ia_columns) + (column)])
929 #define REG_WRITE_ARRAY(iniarray, column, regWr) do { \
932 OS_REG_WRITE(ah, INI_RA((iniarray), (r), 0), INI_RA((iniarray), r, (column)));\
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h547 uint32_t column, lldb::addr_t offset,

Completed in 478 milliseconds

123456