Searched defs:oldline (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasmlib.c147 long oldline = line_number; local
149 return oldline;
H A Dnasm-pp.c540 char *p, *oldline, oldchar, *q, oldchar2; local
575 oldline = line;
602 nasm_free(oldline);
709 oldline = line;
729 nasm_free(oldline);
777 oldline = line;
780 nasm_free(oldline);
792 oldline = line;
795 nasm_free(oldline);
804 oldline
1050 char *fname, *oldline; local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dparser.c8836 int i, j, nbNs, attval, oldline, oldcol; local
8855 oldline = ctxt->input->line;
9241 ctxt->input->line = oldline;
/external/libxml2/
H A Dparser.c9228 int i, j, nbNs, attval, oldline, oldcol; local
9247 oldline = ctxt->input->line;
9633 ctxt->input->line = oldline;

Completed in 8472 milliseconds