Searched refs:recfile (Results 1 – 5 of 5) sorted by relevance
47 recfile=$(awk '/^X-vi-recover-path:/{print $2}' < "$i")48 if [ -n "$recfile" ] && [ -s "$recfile" ]; then
52 recfile=`awk '/^X-vi-recover-path:/{print $2}' < $i`53 if test -n "$recfile" -a -s "$recfile"; then
55 static const char *recfile = SNAKE_PATH_RAWSCORES; variable82 fd = fopen(recfile, "r"); in main()84 err(1, "opening `%s'", recfile); in main()
331 const char *recfile = RECORD; in topten() local337 while (link(recfile, reclock) == -1) { in topten()349 if (!(rfile = fopen(recfile, "r"))) { in topten()428 if (!(rfile = fopen(recfile, "w"))) { in topten()689 const char *recfile = RECORD; in prscore() local705 if (!(rfile = fopen(recfile, "r"))) { in prscore()
269 recfile