Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/console/argtable3/
Dargtable3.c325 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
592 flags |= FLAG_ALLARGS; in getopt_internal()
630 if (flags & FLAG_ALLARGS) { in getopt_internal()