Searched refs:preprocess_default (Results 1 – 2 of 2) sorted by relevance
292 cmd_opt.preprocess_default = CPP_PATH; in parse_opts()293 cmd_opt.preprocess = cmd_opt.preprocess_default; in parse_opts()438 (NULL != cmd_opt.preprocess_default)) { in parse_opts()440 p = basename(cmd_opt.preprocess_default); in parse_opts()443 strdup_vital(cmd_opt.preprocess_default); in parse_opts()932 cmd_opt.preprocess_default ? cmd_opt.preprocess_default : in trace_option()
99 char *preprocess_default; member