Home
last modified time | relevance | path

Searched refs:begin_line (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h93 unsigned long begin_line; member
/external/clang/tools/c-index-test/
Dc-index-test.c116 static void PrintExtent(FILE *out, unsigned begin_line, unsigned begin_column, in PrintExtent() argument
118 fprintf(out, "[%d:%d - %d:%d]", begin_line, begin_column, in PrintExtent()
345 unsigned begin_line, begin_column, end_line, end_column; in PrintRange() local
348 &begin_file, &begin_line, &begin_column, 0); in PrintRange()
356 PrintExtent(stdout, begin_line, begin_column, end_line, end_column); in PrintRange()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle86 d begin_line like(xmlCulong)
/external/libxml2/
Dparser.c9914 node_info.begin_line = ctxt->input->line; in xmlParseElement()