Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/refer/
H A Dhunt3.c26 extern char *sinput; in getq()
32 while ((c = (sinput ? *sinput++ : getchar())) > 0) { in getq()
53 if (sinput == 0 && c <= 0) eof = 1; in getq()
H A Dglue1.c39 char *sinput, *soutput, *tagout; variable
100 sinput = argv[1]; in huntmain()
236 grepcall(sinput, tagout, indexname); in huntmain()
H A Dhunt1.c39 char *sinput, *soutput, *tagout; variable
99 sinput = argv[1]; in main()