Home
last modified time | relevance | path

Searched refs:BC_OPT_ISSHORTOPT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bc/include/
H A Dopt.h131 #define BC_OPT_ISSHORTOPT(a) \ macro
/freebsd/contrib/bc/src/
H A Dopt.c315 else if (BC_OPT_ISSHORTOPT(option)) return bc_opt_parseShort(o, longopts); in bc_opt_parse()