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

/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dguess.d17 inline string scorefile = "highscores_d";
111 system("echo %s %d >> %s", name, num, scorefile);
115 system("cat %s", scorefile);
/macosx-10.10.1/dtrace-147/DTTk/Extra/
H A Dguess.d17 inline string scorefile = "highscores_d";
111 system("echo %s %d >> %s", name, num, scorefile);
115 system("cat %s", scorefile);
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dupdate-game-score.c80 fprintf (stdout, "Usage: update-game-score [-m MAX ] [ -r ] game/scorefile SCORE DATA\n");
190 char *user_id, *scorefile, *prefix, *user_prefix = NULL; local
226 scorefile = malloc (strlen (prefix) + strlen (argv[optind]) + 2);
227 if (!scorefile)
230 strcpy (scorefile, prefix);
231 strcat (scorefile, "/");
232 strcat (scorefile, argv[optind]);
242 if (stat (scorefile, &buf) < 0)
245 if (lock_file (scorefile, &lockstate) < 0)
248 if (read_scores (scorefile,
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dslrnrc.vim65 syn keyword slrnrcVarStr contained score_editor_command scorefile sendmail_command server_object signature signoff_string spool_active_file spool_activetimes_file
79 syn region slrnrcCmdLine matchgroup=slrnrcCmd start="\<\(cc_followup_string\|decode_directory\|editor_command\|followup\|hostname\|organization\|quote_string\|realname\|replyto\|scorefile\|signature\|username\)\>" end="$" oneline contains=slrnrc\(String\|Comment\)
H A Dhamster.vim11 " newsreader because many threads can run simultaneous. It contains scorefile

Completed in 69 milliseconds