OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colno
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/dtc/dist/
srcpos.h
19
int lineno,
colno
;
member in struct:srcfile_state
/src/external/gpl3/gcc/dist/gcc/
read-md.h
33
int
colno
;
member in class:file_location
37
: filename (filename_in), lineno (lineno_in),
colno
(colno_in) {}
/src/external/gpl3/gcc.old/dist/gcc/
read-md.h
33
int
colno
;
member in class:file_location
37
: filename (filename_in), lineno (lineno_in),
colno
(colno_in) {}
/src/external/mit/expat/dist/tests/
basic_tests.c
623
XML_Size
colno
;
local
628
colno
= XML_GetCurrentColumnNumber(g_parser);
629
if (
colno
!= 11) {
632
"expected 11 columns, saw %" XML_FMT_INT_MOD "u",
colno
);
695
XML_Size
colno
;
local
700
colno
= XML_GetCurrentColumnNumber(g_parser);
701
if (
colno
!= 4) {
704
"expected 4 columns, saw %" XML_FMT_INT_MOD "u",
colno
);
Completed in 83 milliseconds
Indexes created Mon Jun 01 00:24:59 UTC 2026