Home
last modified time | relevance | path

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

/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dmiscovl.c108 char far *inpcomment[4]; in make_batch_file() local
128 inpcomment[0] = inpcommandname+(ITEMNAMELEN + 1); in make_batch_file()
129 inpcomment[1] = inpcomment[0] + MAXCMT; in make_batch_file()
130 inpcomment[2] = inpcomment[1] + MAXCMT; in make_batch_file()
131 inpcomment[3] = inpcomment[2] + MAXCMT; in make_batch_file()
134 ptr = (char far *)(inpcomment[3] + MAXCMT); in make_batch_file()
193 far_strcpy(inpcomment[i], CommandComment[i]); in make_batch_file()
218 paramvalues[promptnum++].uval.sbuf = inpcomment[0]; in make_batch_file()
221 paramvalues[promptnum++].uval.sbuf = inpcomment[1]; in make_batch_file()
224 paramvalues[promptnum++].uval.sbuf = inpcomment[2]; in make_batch_file()
[all …]