Home
last modified time | relevance | path

Searched defs:option (Results 1 – 2 of 2) sorted by relevance

/DragonStub/inc/dragonstub/
H A Dcompiler_types.h279 #define __diag_ignore(compiler, version, option, comment) \ argument
281 #define __diag_warn(compiler, version, option, comment) \ argument
283 #define __diag_error(compiler, version, option, comment) \ argument
287 #define __diag_ignore_all(option, comment) argument
/DragonStub/apps/
H A Dhelper.c225 bool parse_option_str(const char *str, const char *option) in parse_option_str()