Lines Matching defs:si
246 /* NOTE: Type of si, i, and argc *must* match */
248 int volatile si = 0;
305 ** string arguments. si is the number of elements
311 for (si = 0; si < argc; ++si)
313 switch (etype->etype_argformat[si])
317 char *str = argv[si].v_str;
319 argv[si].v_str = sm_strdup_x(str);
324 char *fmt = argv[si].v_str;
326 argv[si].v_str = sm_vstringf_x(fmt, ap);
379 if (i < si)