Searched refs:colno (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/dtc/ |
| HD | srcpos.c | 157 srcfile->colno = 1; in srcfile_push() 221 pos->first_column = current_srcfile->colno; in srcpos_update() 226 current_srcfile->colno = 1; in srcpos_update() 228 current_srcfile->colno = in srcpos_update() 229 ALIGN(current_srcfile->colno, TAB_SIZE); in srcpos_update() 231 current_srcfile->colno++; in srcpos_update() 235 pos->last_column = current_srcfile->colno; in srcpos_update()
|
| HD | srcpos.h | 30 int lineno, colno; member
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | ui-out.c | 36 int colno; member 266 static int get_next_header (struct ui_out *uiout, int *colno, int *width, 310 if (uiout->table.header_next->colno != uiout->table.columns) in ui_out_table_body() 1043 temphdr->colno = 1; in append_header_to_list() 1049 temphdr->colno = uiout->table.header_last->colno + 1; in append_header_to_list() 1061 int *colno, in get_next_header() argument 1069 *colno = uiout->table.header_next->colno; in get_next_header()
|
| /freebsd-11-stable/usr.bin/vgrind/ |
| HD | vgrindefs.src | 90 car cdr check colno cond cons copy defun divide empty enter\
|
| /freebsd-11-stable/contrib/expat/tests/ |
| HD | runtests.c | 1072 XML_Size colno; in START_TEST() local 1077 colno = XML_GetCurrentColumnNumber(g_parser); in START_TEST() 1078 if (colno != 11) { in START_TEST() 1080 sprintf(buffer, "expected 11 columns, saw %" XML_FMT_INT_MOD "u", colno); in START_TEST() 1160 XML_Size colno; in START_TEST() local 1165 colno = XML_GetCurrentColumnNumber(g_parser); in START_TEST() 1166 if (colno != 4) { in START_TEST() 1168 sprintf(buffer, "expected 4 columns, saw %" XML_FMT_INT_MOD "u", colno); in START_TEST()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ChangeLog-2000 | 23154 * cpplib.h (cpp_buffer): Remove alimit and colno. Make mark a 23164 * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
|