Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dopt.h139 #define BC_OPT_ISLONGOPT(a) \ macro
/freebsd/contrib/bc/src/
H A Dopt.c317 else if (!BC_OPT_ISLONGOPT(option)) return -1; in bc_opt_parse()