Home
last modified time | relevance | path

Searched refs:argig (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dglue4.c25 char line[200], *s, argig[100], *cv[50]; in grepcall() local
30 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()