Searched refs:PPDC_COND_SKIP (Results 1 – 2 of 2) sorted by relevance
2006 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 …]
77 PPDC_COND_SKIP = 1, // Skip state enumerator