Home
last modified time | relevance | path

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

/scripts/
Dunifdef.c825 eval_unary(const struct ops *ops, int *valp, const char **cpp) in eval_unary() argument
833 cp = skipcomment(*cpp); in eval_unary()
904 *cpp = cp; in eval_unary()
913 eval_table(const struct ops *ops, int *valp, const char **cpp) in eval_table() argument
921 cp = *cpp; in eval_table()
940 *cpp = cp; in eval_table()
952 ifeval(const char **cpp) in ifeval() argument
957 debug("eval %s", *cpp); in ifeval()
959 ret = eval_table(eval_ops, &val, cpp); in ifeval()
DMakefile.lib292 $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
/scripts/dtc/
Ddtx_diff116 if ( cpp ${cpp_flags} -x assembler-with-cpp ${dtx} \