Home | History | Annotate | Download | only in glib

Lines Matching refs:idx

1208 		    gint            idx,
1231 if (*new_idx > idx)
1240 if (idx < *argc - 1)
1244 value = (*argv)[idx + 1];
1245 add_pending_null (context, &((*argv)[idx + 1]), NULL);
1246 *new_idx = idx + 1;
1250 if ((*argv)[idx + 1][0] == '-')
1254 value = (*argv)[idx + 1];
1255 add_pending_null (context, &((*argv)[idx + 1]), NULL);
1256 *new_idx = idx + 1;
1260 else if (idx >= *argc - 1 && OPTIONAL_ARG (&group->entries[j]))
1290 gint *idx,
1302 if (*idx >= *argc)
1319 add_pending_null (context, &((*argv)[*idx]), NULL);
1334 add_pending_null (context, &((*argv)[*idx]), NULL);
1339 else if (*idx < *argc - 1)
1343 value = (*argv)[*idx + 1];
1344 add_pending_null (context, &((*argv)[*idx + 1]), NULL);
1345 (*idx)++;
1349 if ((*argv)[*idx + 1][0] == '-')
1360 value = (*argv)[*idx + 1];
1361 add_pending_null (context, &((*argv)[*idx + 1]), NULL);
1362 (*idx)++;
1366 else if (*idx >= *argc - 1 &&
1404 gint *idx,
1414 if (*idx >= *argc)
1424 add_pending_null (context, &((*argv)[*idx]), NULL);
1426 if (!parse_arg (context, group, &group->entries[j], (*argv)[*idx], "", error))