Searched refs:cond_current (Results 1 – 2 of 2) sorted by relevance
62 cond_current = cond_stack; in ppdcSource()2364 if (cond_current != cond_stack) in read_file()2445 if ((cond_current - cond_stack) >= 100) in scan_file()2453 cond_current ++; in scan_file()2455 *cond_current = PPDC_COND_SATISFIED; in scan_file()2458 *cond_current = PPDC_COND_SKIP; in scan_file()2464 if (cond_current == cond_stack) in scan_file()2471 if (*cond_current & PPDC_COND_SATISFIED) in scan_file()2474 *cond_current |= PPDC_COND_SKIP; in scan_file()2478 *cond_current |= PPDC_COND_SATISFIED; in scan_file()[all …]
471 *cond_current, // Current #if state variable