Lines Matching defs:indx
346 * indx index into the resource string
359 char *indx,
375 _set_and_search(children[i], indx, remainder, resource,
391 * indx the index into the resource string
396 * indx the index into the resource string
402 _get_part(char *remainder _X_UNUSED, char **indx, char **part)
406 char token = **indx;
413 (*indx)++; /* get rid of the token */
414 while (**indx && (**indx != '.') && (**indx != '*')) {
415 *buf_ptr++ = *(*indx)++;
423 if (strcmp(*indx, "") == 0)
424 *indx = NULL;
482 * indx the index into the resource string
522 char *indx,
530 char *local_index = indx;
578 _search_child(w, indx, remainder, resource, value,
727 char *indx, *copy;
734 indx = remainder;
735 _set_and_search(parent, indx, remainder, resource, value,