Lines Matching refs:parray
68 char **parray; member
289 nlen_filt = strlen(pfilt->parray[i]); in add_to_dependencies()
292 memcpy(path, pfilt->parray[i], nlen_filt); in add_to_dependencies()
387 pstr=escape_slash(pdep->parray[i]); in print_dependencies()
668 pgrow->parray[pgrow->ncur++] = pstr; in append_to_growable()
678 pgrow->parray = xrealloc(pgrow->parray, in grow_if_needed()
694 pgrow->parray = xmalloc(NGROW_INIT*sizeof(char *)); in allocate_growable()
705 free(pgrow->parray[i]); in free_growable()
706 free(pgrow->parray); in free_growable()
717 pp = pinc->parray[i]; in create_filters()
825 memcpy(pall_argv+argc, presp->parray, presp->ncur*sizeof(char *));