Home | History | Annotate | Download | only in tools

Lines Matching refs:cmdopt_t

10 static void cmdopt_shift(cmdopt_t *h) {
25 static void cmdopt_next(cmdopt_t *h) {
31 static int cmdopt_check(cmdopt_t *h) {
48 static void cmdopt_getopt(cmdopt_t *h) {
65 static int cmdopt_search(cmdopt_t *h) {
120 static int cmdopt_match(cmdopt_t *h) {
151 static void cmdopt_getopt_long(cmdopt_t *h) {
169 static int cmdopt_search_long(cmdopt_t *h) {
207 static int cmdopt_main(cmdopt_t *h) {
241 // cmdopt_init() initializes a cmdopt_t for successive cmdopt_get()s.
242 void cmdopt_init(cmdopt_t *h, int argc, char **argv,
263 int cmdopt_get(cmdopt_t *h) {