Home
last modified time | relevance | path

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

/dports/net/megatools/megatools-1.10.3/tools/
H A Ddf.c26 static gboolean opt_free; variable
35 { "free", '\0', 0, G_OPTION_ARG_NONE, &opt_free, "Show only available free space", NULL },
58 if (opt_total || opt_free || opt_used) { in main()
61 opts_used += opt_free ? 1 : 0; in main()
101 else if (opt_free) in main()
/dports/irc/sic/sic-0.23a/
H A Doption.h13 void opt_free(struct custom_ *);
H A Dwindow.c734 opt_free(&(wdel->custw)); in sic_wkill()
1634 opt_free(&(del->custc)); in collect_channel()
H A Doption.c75 opt_free(cust) in opt_free() function
H A Dserver.c302 opt_free(&(del->custs));
/dports/sysutils/pdsh/pdsh-pdsh-2.34/src/pdsh/
H A Dopt.h104 void opt_free(opt_t *);
H A Dmain.c148 opt_free(&opt); /* free heap storage in opt struct */ in main()
H A Dopt.c1040 void opt_free(opt_t * opt) in opt_free() function
/dports/sysutils/smenu/smenu-0.9.18/
H A Dctxopt.c223 opt_free(void * o);
1666 opt_free(void * o) in opt_free() function
2783 opt_free(opt); in init_opts()
4026 bst_destroy(options_bst, opt_free); in ctxopt_free_memory()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dname.c2660 static struct optimize *opt_free; variable
2714 if(op = opt_free) in nv_optimize()
2715 opt_free = op->next; in nv_optimize()
2747 op->next = opt_free; in sh_optclear()
2748 opt_free = op; in sh_optclear()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dname.c2660 static struct optimize *opt_free; variable
2714 if(op = opt_free) in nv_optimize()
2715 opt_free = op->next; in nv_optimize()
2747 op->next = opt_free; in sh_optclear()
2748 opt_free = op; in sh_optclear()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dname.c2287 static struct optimize *opt_free; variable
2338 op = opt_free; in nv_optimize()
2345 opt_free = op->next; in nv_optimize()
2372 op->next = opt_free; in sh_optclear()
2373 opt_free = op; in sh_optclear()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dname.c2786 static struct optimize *opt_free; variable
2840 if(op = opt_free) in nv_optimize()
2841 opt_free = op->next; in nv_optimize()
2873 op->next = opt_free; in sh_optclear()
2874 opt_free = op; in sh_optclear()