Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A DprojectM.cpp90 char **prnames; member
518 sd->prnames = (char **volatile)weed_malloc(sd->nprs * sizeof(char *)); in worker()
519 if (!sd->prnames) sd->error = WEED_ERROR_MEMORY_ALLOCATION; in worker()
521 if (!sd->prnames) sd->error = WEED_ERROR_MEMORY_ALLOCATION; in worker()
524 sd->prnames[0] = strdup("- Random -"); in worker()
525 …for (int i = 1; i < sd->nprs; i++) sd->prnames[i] = strdup((sd->globalPM->getPresetName(i - 1)).c_… in worker()
689 sd->prnames = NULL; in projectM_init()
730 weed_set_string_array(iparamgui, WEED_LEAF_CHOICES, sd->nprs, (char **)sd->prnames); in projectM_init()
1004 if (statsd->prnames) {
1006 free(statsd->prnames[i]);
[all …]
/dports/net/44bsd-rdist/44bsd-rdist-20001111_2/
H A Dmain.c288 prnames(files);
290 prnames(hosts);
300 prnames(nl) in prnames() function
H A Ddefs.h187 void prnames __P((struct namelist *));
H A Dexpand.c99 prnames(list);
141 prnames(list);
H A Ddocmd.c576 prnames(to);
/dports/sysutils/heirloom/heirloom-070715/more/
H A Dmore.c255 int prnames = 0; in main() local
266 (void)&prnames; in main()
325 prnames++; in main()
370 prnames++; in main()
400 if (prnames) { in main()
/dports/sysutils/linrename/util-linux-2.25.2/text-utils/
H A Dmore.c342 int prnames = 0; in main() local
405 prnames++; in main()
448 prnames++; in main()
480 if (prnames) { in main()
/dports/math/gretl/gretl-2021d/plugin/
H A Dlpsolve.c307 const char ***prnames, in lp_model_from_bundle() argument
400 *prnames = rnames; in lp_model_from_bundle()