Searched refs:cond_current (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc-source.cxx110 cond_current = cond_stack;
2411 if (cond_current != cond_stack)
2492 if ((cond_current - cond_stack) >= 100)
2500 cond_current ++;
2502 *cond_current = PPDC_COND_SATISFIED;
2505 *cond_current = PPDC_COND_SKIP;
2511 if (cond_current == cond_stack)
2518 if (*cond_current & PPDC_COND_SATISFIED)
2521 *cond_current |= PPDC_COND_SKIP;
2525 *cond_current |
[all...]
H A Dppdc.h477 *cond_current, // Current #if state member in class:ppdcSource

Completed in 73 milliseconds