Searched refs:argig (Results 1 – 1 of 1) sorted by relevance
26 char line[200], *s, argig[100], *cv[50]; in grepcall() local31 strcpy(argig, arg); in grepcall()32 strcat(argig, ".ig"); in grepcall()58 if (open(argig, 0) != 0) in grepcall()59 err("Can't read fgrep index %s", argig); in grepcall()