Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dmisc.c3106 #define GETOPT_MAX_ARGS 24 macro
3148 char *options, *argv[GETOPT_MAX_ARGS]; in ficl_getopt()
3158 argc = FICL_MIN(GETOPT_MAX_ARGS - 1, argc); in ficl_getopt()
3215 char *options, *argv[GETOPT_MAX_ARGS]; in ficl_getopt_long()
3216 struct option opts[GETOPT_MAX_ARGS]; in ficl_getopt_long()
3225 argc = FICL_MIN(GETOPT_MAX_ARGS - 1, argc); in ficl_getopt_long()
3227 optc = FICL_MIN(GETOPT_MAX_ARGS - 1, optc); in ficl_getopt_long()