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

  /src/games/warp/
util.c 196 getval(const char *nam, const char *def) function in typeref:typename:char *
  /src/sbin/wsconsctl/
wsconsctl.c 82 void (*getval)(int); local in function:main
94 getval = NULL;
143 getval = keyboard_get_values;
150 getval = mouse_get_values;
157 getval = display_get_values;
173 (*getval)(fd);
205 (*getval)(fd);
223 (*getval)(fd);
  /src/sys/arch/vax/vax/
unimpl_emul.S 115 * getval: is used by the getval_* functions. Gets the value specified by the
118 getval: label
144 0: .asciz "getval: missing address mode %d\n"
245 * emul_extract: used by the getval functions. This extracts exactly %r6 bytes
292 bsbw getval
309 bsbw getval
317 bsbw getval
325 bsbw getval
  /src/bin/csh/
func.c 1116 static RLIM_TYPE getval(const struct limits *, Char **);
1163 limit = getval(lp, v + 1);
1169 getval(const struct limits *lp, Char **v) function in typeref:typename:RLIM_TYPE

Completed in 13 milliseconds