Searched refs:PC_FLAG_PRINT_ENV (Results 1 – 1 of 1) sorted by relevance
146 #define PC_FLAG_PRINT_ENV (1<<2) /* print envelope records */ macro154 #define PC_MASK_PRINT_ALL (PC_FLAG_PRINT_ENV | PC_MASK_PRINT_TEXT)221 if (start_offset == 0 && (flags & PC_FLAG_PRINT_ENV)) in postcat()225 do_print = (flags & PC_FLAG_PRINT_ENV); in postcat()275 if (do_print == 0 && (flags & PC_FLAG_PRINT_ENV) == 0) in postcat()278 if (do_print == 0 && (flags & PC_FLAG_PRINT_ENV) in postcat()290 if (flags & PC_FLAG_PRINT_ENV) in postcat()309 if (flags & PC_FLAG_PRINT_ENV) in postcat()313 do_print = (flags & PC_FLAG_PRINT_ENV); in postcat()324 if (flags & PC_FLAG_PRINT_ENV) in postcat()[all …]