Lines Matching refs:j
12 function convert(i, j, t)
14 type = argtypes[i,j]
15 name = argnames[i,j]
16 opt = optionals[i,j]
204 for (j = 0; j < maxargs[i]; j++) {
208 fetchargs = fetchargs "&" argnames[i,j]
209 if (argtypes[i,j] == "string") {
210 fetchargs = fetchargs ", &" argnames[i,j] "_len"
213 xmlparams = xmlparams " <paramdef>" argtypes[i,j]
214 if (j > minargs[i]-1) {
215 if (!grouped_optional_param[i,j-1]) {
216 if (j > 0) proto = proto " "
221 argnames[i,j] \
226 argnames[i,j] \
230 if (j > 0) proto = proto ", "
231 proto = proto argtypes[i,j] " " argnames[i,j]
233 convert(i, j, 1)