Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/at/
H A Dat.c87 char *atinput = NULL; /* where to get input from */ variable
296 if (atinput != NULL) { in writefile()
297 fpin = freopen(atinput, "r", stdin); in writefile()
628 atinput = optarg; in main()