HomeSort by: relevance | last modified time | path
    Searched refs:get_int (Results 1 - 7 of 7) sorted by relevancy

  /src/games/monop/
monop.h 181 int get_int(const char *);
trade.c 140 tp->cash = get_int("How much are you trading? ");
145 tp->gojf = get_int("How many are you trading? ");
misc.c 98 get_int(const char *prompt) function in typeref:typename:int
prop.c 176 cur_bid = get_int(buf);
houses.c 158 input[i] = get_int(cur_prop);
294 input[i] = get_int(cur_prop);
monop.c 271 if ((num_play = get_int("How many players? ")) <= 1 ||
  /src/dist/pf/sbin/pfctl/
pfctl_osfp.c 76 int get_int(char **, size_t *, int *, int *, const char *,
150 #define GET_INT(v, mod, n, ty, mx) \
151 get_int(&line, &len, &v, mod, n, ty, mx, fp_filename, lineno)
155 if (GET_INT(window, &w_mod, "window size", T_DC|T_MSS|T_MTU|
157 GET_INT(ttl, NULL, "ttl", 0, 0xff) ||
158 GET_INT(df, NULL, "don't fragment frag", 0, 1) ||
159 GET_INT(psize, &p_mod, "overall packet size", T_MOD|T_DC,
780 get_int(char **line, size_t *len, int *var, int *mod, function in typeref:typename:int

Completed in 37 milliseconds