Searched refs:atinput (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.bin/at/
H A Dat.c97 static char *atinput = NULL; /* where to get input from */ variable
329 if (atinput != (char *) NULL)
331 fpin = freopen(atinput, "r", stdin);
786 atinput = optarg;

Completed in 169 milliseconds