Searched refs:recfile (Results 1 – 3 of 3) sorted by relevance
56 recfile=`awk '/^X-vi-recover-path:/{print $2}' < "${i}"`57 if [ -n "${recfile}" -a -s "${recfile}" ]; then
44 const char *recfile = _PATH_RAWSCORES; variable69 fd = fopen(recfile, "r"); in main()71 err(1, "opening `%s'", recfile); in main()
326 const char *recfile = RECORD; in topten() local332 while (link(recfile, reclock) == -1) { in topten()344 if (!(rfile = fopen(recfile, "r"))) { in topten()423 if (!(rfile = fopen(recfile, "w"))) { in topten()684 const char *recfile = RECORD; in prscore() local700 if (!(rfile = fopen(recfile, "r"))) { in prscore()