Home
last modified time | relevance | path

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

/external/libcups/ppdc/
Dppdc-source.cxx2485 int *cond_temp = cond_current; // Temporary stack pointer in scan_file() local
2488 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() local
2518 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() local
2542 while (cond_temp > cond_stack) in scan_file()
[all …]