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