Searched refs:BC_OPT_ISSHORTOPT (Results 1 – 2 of 2) sorted by relevance
131 #define BC_OPT_ISSHORTOPT(a) \ macro
315 else if (BC_OPT_ISSHORTOPT(option)) return bc_opt_parseShort(o, longopts); in bc_opt_parse()