Home
last modified time | relevance | path

Searched refs:PPDC_COND_SKIP (Results 1 – 2 of 2) sorted by relevance

/external/libcups/ppdc/
Dppdc-source.cxx2006 if (!(cond_state & PPDC_COND_SKIP)) in get_token()
2458 *cond_current = PPDC_COND_SKIP; in scan_file()
2459 cond_state |= PPDC_COND_SKIP; in scan_file()
2474 *cond_current |= PPDC_COND_SKIP; in scan_file()
2479 *cond_current &= ~PPDC_COND_SKIP; in scan_file()
2482 *cond_current |= PPDC_COND_SKIP; in scan_file()
2489 if (*cond_temp & PPDC_COND_SKIP) in scan_file()
2491 cond_state = PPDC_COND_SKIP; in scan_file()
2507 *cond_current |= PPDC_COND_SKIP; in scan_file()
2511 *cond_current &= ~PPDC_COND_SKIP; in scan_file()
[all …]
Dppdc.h77 PPDC_COND_SKIP = 1, // Skip state enumerator