Home
last modified time | relevance | path

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

/dports/games/supertux/supertux-0.1.3/src/
H A Dhigh_scores.cpp41 std::string hs_name; /* highscores global variables*/ variable
48 hs_name = "Grandma"; in load_hs()
73 reader.read_string("name", &hs_name); in load_hs()
94 highscore_menu->item[0].input = (char*) malloc(strlen(hs_name.c_str()) + 1); in save_hs()
96 strcpy(highscore_menu->item[0].input,hs_name.c_str()); in save_hs()
121 hs_name = highscore_menu->item[0].input; in save_hs()
151 fprintf(fi," (name \"%s\")\n", hs_name.c_str()); in save_hs()
H A Dhigh_scores.h27 extern std::string hs_name; /* highscores global variables*/
/dports/graphics/animorph/animorph-0.3/src/
H A DHotspot.cpp29 string hs_name; in fromStream() local
38 hs_name = buffer; in fromStream()
41 HotspotData iv = (*this)[hs_name]; in fromStream()
45 if (hs_name == "") in fromStream()
53 HotspotData &iv = (*this)[hs_name]; in fromStream()
H A DRIBExporter.cpp97 string hs_name; in replaceRIBTags() local
/dports/games/bsdtris/bsdtris-1.1_2/
H A Dscores.c174 if (sp->hs_level != level || strcmp(sp->hs_name, me) != 0)
192 strlcpy(sp->hs_name, me, sizeof sp->hs_name);
224 static char u[sizeof(scores[0].hs_name)]; in thisuser()
305 if (strcmp(sp->hs_name, pu->name) == 0)
311 pu->name = sp->hs_name;
322 getpwnam(sp->hs_name) != NULL &&
429 sp->hs_name, sp->hs_score, sp->hs_level);
443 strcmp(sp->hs_name, me) == 0) {
H A Dscores.h42 char hs_name[MAXLOGNAME]; /* login name */ member
/dports/security/vm-to-tor/vm-to-tor-1.0/
H A Dvm-to-tor810 local hs_name
862 local hs_name="$1"
865 echo -e "${URed}${hs_name}${RCol}"
867 echo "${hs_name}"
/dports/lang/ghc/ghc-8.10.7/utils/hsc2hs/
H A DREADME.rst205 writing ``hs_name = c_value`` instead of a ``value``, in which case
206 ``c_value`` may be an arbitrary expression. The ``hs_name`` will be
/dports/lang/ghc/ghc-8.10.7/docs/users_guide/
H A Dutils.rst237 writing ``hs_name = c_value`` instead of a ``value``, in which case
238 ``c_value`` may be an arbitrary expression. The ``hs_name`` will be