Searched refs:cond_temp (Results 1 – 1 of 1) sorted by relevance
2485 int *cond_temp = cond_current; // Temporary stack pointer in scan_file() local2488 while (cond_temp > cond_stack) in scan_file()2489 if (*cond_temp & PPDC_COND_SKIP) in scan_file()2495 cond_temp --; in scan_file()2515 int *cond_temp = cond_current; // Temporary stack pointer in scan_file() local2518 while (cond_temp > cond_stack) in scan_file()2519 if (*cond_temp & PPDC_COND_SKIP) in scan_file()2525 cond_temp --; in scan_file()2539 int *cond_temp = cond_current; // Temporary stack pointer in scan_file() local2542 while (cond_temp > cond_stack) in scan_file()[all …]