Home
last modified time | relevance | path

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

/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Dmsged.h370 int numtemplates; /* how many templates in use? */ member
H A Dconfig.c1271 (a->template >= SW->numtemplates)) in SetAreaGroupInfo()
3538 templates = xrealloc(templates, (++SW->numtemplates) * sizeof(char *)); in parseconfig()
3539 templates[SW->numtemplates - 1] = pathcvt(xstrdup(value)); in parseconfig()
3540 if (SW->numtemplates == 1) in parseconfig()
3542 ST->template = xstrdup(templates[SW->numtemplates - 1]); in parseconfig()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Dmsged.h370 int numtemplates; /* how many templates in use? */ member
H A Dconfig.c1271 (a->template >= SW->numtemplates)) in SetAreaGroupInfo()
3538 templates = xrealloc(templates, (++SW->numtemplates) * sizeof(char *)); in parseconfig()
3539 templates[SW->numtemplates - 1] = pathcvt(xstrdup(value)); in parseconfig()
3540 if (SW->numtemplates == 1) in parseconfig()
3542 ST->template = xstrdup(templates[SW->numtemplates - 1]); in parseconfig()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Dmsged.h370 int numtemplates; /* how many templates in use? */ member
H A Dconfig.c1271 (a->template >= SW->numtemplates)) in SetAreaGroupInfo()
3538 templates = xrealloc(templates, (++SW->numtemplates) * sizeof(char *)); in parseconfig()
3539 templates[SW->numtemplates - 1] = pathcvt(xstrdup(value)); in parseconfig()
3540 if (SW->numtemplates == 1) in parseconfig()
3542 ST->template = xstrdup(templates[SW->numtemplates - 1]); in parseconfig()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Dmsged.h370 int numtemplates; /* how many templates in use? */ member
H A Dconfig.c1271 (a->template >= SW->numtemplates)) in SetAreaGroupInfo()
3538 templates = xrealloc(templates, (++SW->numtemplates) * sizeof(char *)); in parseconfig()
3539 templates[SW->numtemplates - 1] = pathcvt(xstrdup(value)); in parseconfig()
3540 if (SW->numtemplates == 1) in parseconfig()
3542 ST->template = xstrdup(templates[SW->numtemplates - 1]); in parseconfig()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Dmsged.h370 int numtemplates; /* how many templates in use? */ member
H A Dconfig.c1271 (a->template >= SW->numtemplates)) in SetAreaGroupInfo()
3538 templates = xrealloc(templates, (++SW->numtemplates) * sizeof(char *)); in parseconfig()
3539 templates[SW->numtemplates - 1] = pathcvt(xstrdup(value)); in parseconfig()
3540 if (SW->numtemplates == 1) in parseconfig()
3542 ST->template = xstrdup(templates[SW->numtemplates - 1]); in parseconfig()
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Dmsged.h370 int numtemplates; /* how many templates in use? */ member
H A Dconfig.c1271 (a->template >= SW->numtemplates)) in SetAreaGroupInfo()
3538 templates = xrealloc(templates, (++SW->numtemplates) * sizeof(char *)); in parseconfig()
3539 templates[SW->numtemplates - 1] = pathcvt(xstrdup(value)); in parseconfig()
3540 if (SW->numtemplates == 1) in parseconfig()
3542 ST->template = xstrdup(templates[SW->numtemplates - 1]); in parseconfig()
/dports/news/husky/husky-1.9.20191207/msged/
H A Dmsged.h370 int numtemplates; /* how many templates in use? */ member
H A Dconfig.c1271 (a->template >= SW->numtemplates)) in SetAreaGroupInfo()
3538 templates = xrealloc(templates, (++SW->numtemplates) * sizeof(char *)); in parseconfig()
3539 templates[SW->numtemplates - 1] = pathcvt(xstrdup(value)); in parseconfig()
3540 if (SW->numtemplates == 1) in parseconfig()
3542 ST->template = xstrdup(templates[SW->numtemplates - 1]); in parseconfig()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Dmsged.h370 int numtemplates; /* how many templates in use? */ member
H A Dconfig.c1271 (a->template >= SW->numtemplates)) in SetAreaGroupInfo()
3538 templates = xrealloc(templates, (++SW->numtemplates) * sizeof(char *)); in parseconfig()
3539 templates[SW->numtemplates - 1] = pathcvt(xstrdup(value)); in parseconfig()
3540 if (SW->numtemplates == 1) in parseconfig()
3542 ST->template = xstrdup(templates[SW->numtemplates - 1]); in parseconfig()
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dprompts2.c1521 static int numtemplates = 1; in getafilename() local
1587 numtemplates = 1; in getafilename()
1591 numtemplates = sizeof(masks)/sizeof(masks[0]); in getafilename()
1622 if(numtemplates > 1) in getafilename()
1655 while (++j < numtemplates); in getafilename()
1677 if(numtemplates > 1) in getafilename()