Home
last modified time | relevance | path

Searched refs:BC_OPT_NONE (Results 1 – 3 of 3) sorted by relevance

/external/bc/src/
Dargs.c55 { "help", BC_OPT_NONE, 'h' },
56 { "interactive", BC_OPT_NONE, 'i' },
57 { "no-prompt", BC_OPT_NONE, 'P' },
58 { "no-read-prompt", BC_OPT_NONE, 'R' },
66 { "version", BC_OPT_NONE, 'v' },
67 { "version", BC_OPT_NONE, 'V' },
Dopt.c119 case BC_OPT_NONE: in bc_opt_parseShort()
223 if (longopts[i].type == BC_OPT_NONE && arg != NULL) in bc_opt_parse()
/external/bc/include/
Dopt.h54 BC_OPT_NONE, enumerator