Searched refs:colno (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/dtc/
H A Dsrcpos.c157 srcfile->colno = 1;
221 pos->first_column = current_srcfile->colno;
226 current_srcfile->colno = 1;
228 current_srcfile->colno =
229 ALIGN(current_srcfile->colno, TAB_SIZE);
231 current_srcfile->colno++;
235 pos->last_column = current_srcfile->colno;
H A Dsrcpos.h30 int lineno, colno; member in struct:srcfile_state
/freebsd-11-stable/contrib/gdb/gdb/
H A Dui-out.c36 int colno; member in struct:ui_out_hdr
266 static int get_next_header (struct ui_out *uiout, int *colno, int *width,
310 if (uiout->table.header_next->colno != uiout->table.columns)
1043 temphdr->colno = 1;
1049 temphdr->colno = uiout->table.header_last->colno + 1;
1061 int *colno,
1069 *colno = uiout->table.header_next->colno;
1060 get_next_header(struct ui_out *uiout, int *colno, int *width, int *alignment, char **colhdr) argument
/freebsd-11-stable/contrib/expat/tests/
H A Druntests.c1072 XML_Size colno; local
1077 colno = XML_GetCurrentColumnNumber(g_parser);
1078 if (colno != 11) {
1080 sprintf(buffer, "expected 11 columns, saw %" XML_FMT_INT_MOD "u", colno);
1160 XML_Size colno; local
1165 colno = XML_GetCurrentColumnNumber(g_parser);
1166 if (colno != 4) {
1168 sprintf(buffer, "expected 4 columns, saw %" XML_FMT_INT_MOD "u", colno);

Completed in 179 milliseconds