Lines Matching refs:parray
68 char **parray; member
286 nlen_filt = strlen(pfilt->parray[i]); in add_to_dependencies()
289 memcpy(path, pfilt->parray[i], nlen_filt); in add_to_dependencies()
384 pstr=escape_slash(pdep->parray[i]); in print_dependencies()
656 pgrow->parray[pgrow->ncur++] = pstr; in append_to_growable()
666 pgrow->parray = xrealloc(pgrow->parray, in grow_if_needed()
682 pgrow->parray = xmalloc(NGROW_INIT*sizeof(char *)); in allocate_growable()
693 free(pgrow->parray[i]); in free_growable()
694 free(pgrow->parray); in free_growable()
705 pp = pinc->parray[i]; in create_filters()
813 memcpy(pall_argv+argc, presp->parray, presp->ncur*sizeof(char *));