Searched refs:SKIP (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A DHTMLparser.c224 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
239 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val) macro
2824 SKIP(6);
2838 SKIP(6);
2882 SKIP(2);
2892 SKIP(1);
2950 SKIP(1);
2996 SKIP(4);
3076 SKIP(3);
3095 SKIP(
[all...]
H A Dparser.c1469 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
1509 #define SKIP(val) do { \ macro
1720 SKIP(3);
1745 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
1751 SKIP(2);
1772 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
3703 SKIP(6);
3714 SKIP(6);
3883 SKIP(4);
3973 SKIP(
[all...]
H A Dxpath.c2618 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
2628 #define SKIP(val) ctxt->cur += (val) macro
10289 SKIP(2);
10395 SKIP(3);
10398 SKIP(3);
10538 SKIP(3);
10564 SKIP(2);
10866 SKIP(2);
10921 SKIP(2);
11014 SKIP(
[all...]
H A Dcatalog.c2119 #define SKIP(x) cur += x; macro
2135 SKIP(2);
H A Dpattern.c713 #define SKIP(val) ctxt->cur += (val) macro
H A Dxpointer.c892 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
902 #define SKIP(val) ctxt->cur += (val) macro
/haiku-fatelf/src/bin/unzip/
H A Dlist.c364 QCOND? DISPL_8 : SKIP)) != 0)
H A Dextract.c418 uO.N_flag ? FILENOTE : SKIP)) != PK_COOL)
420 if ((error = do_string(__G__ G.crec.file_comment_length, SKIP))
H A Dunzpriv.h1249 #define SKIP 0 /* skip header block */ macro
2173 #define SKIP_(length) if(length&&((error=do_string(__G__ length,SKIP))!=0))\
2183 * if (length && ((error = do_string(length, SKIP)) != 0)) {
H A Dfileio.c1943 major options are allowed: SKIP, wherein the string is skipped (pretty
2155 * through to the SKIP routine.
2158 length = block_len; /* SKIP the excess bytes... */
2167 case SKIP:
2205 if ((length -= block_len) > 0) /* treat remainder as in case SKIP: */
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxslt.c6436 #define SKIP(val) cur += (val) macro
6469 SKIP(4);
6496 SKIP(4);
H A Dpattern.c1166 #define SKIP(val) ctxt->cur += (val) macro

Completed in 176 milliseconds