Searched refs:preprocess_default (Results 1 – 2 of 2) sorted by relevance
296 cmd_opt.preprocess_default = CPP_PATH; in parse_opts()297 cmd_opt.preprocess = cmd_opt.preprocess_default; in parse_opts()444 (NULL != cmd_opt.preprocess_default)) { in parse_opts()446 p = basename(cmd_opt.preprocess_default); in parse_opts()449 strdup_vital(cmd_opt.preprocess_default); in parse_opts()945 cmd_opt.preprocess_default ? cmd_opt.preprocess_default : in trace_option()
101 char *preprocess_default; member