Home
last modified time | relevance | path

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

/openbsd/src/lib/libfuse/
Dfuse_opt.c415 const struct fuse_opt *this_opt = opts; in fuse_opt_match() local
420 while (this_opt->templ) { in fuse_opt_match()
421 if (match_opt(this_opt->templ, opt)) in fuse_opt_match()
423 this_opt++; in fuse_opt_match()
/openbsd/src/usr.bin/tic/
Dtic.c692 int this_opt, last_opt = '?'; in main() local
742 while ((this_opt = getopt(argc, argv, in main()
744 if (isdigit(this_opt)) { in main()
747 add_digit(&quickdump, this_opt); in main()
750 add_digit(&v_opt, this_opt); in main()
753 add_digit(&width, this_opt); in main()
756 switch (this_opt) { in main()
758 last_opt = this_opt; in main()
763 last_opt = this_opt; in main()
772 switch (this_opt) { in main()
[all …]