HomeSort by: relevance | last modified time | path
    Searched defs:cur_prop (Results 1 - 1 of 1) sorted by relevancy

  /src/games/monop/
houses.c 44 static char cur_prop[80]; variable in typeref:typename:char[80]
156 (void)snprintf(cur_prop, sizeof(cur_prop), "%s (%d): ",
158 input[i] = get_int(cur_prop);
289 (void)snprintf(cur_prop, sizeof(cur_prop), "%s (%d): ",
292 (void)snprintf(cur_prop, sizeof(cur_prop), "%s (H): ",
294 input[i] = get_int(cur_prop);

Completed in 17 milliseconds