Searched defs:ISFLAG (Results 1 – 2 of 2) sorted by relevance
44 #define ISFLAG(X) ((X).type == arg_flag || (X).type == arg_negative_flag) macro
1779 #define ISFLAG(s) (strcmp(aa->name, (s))==0) macro