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

  /src/games/warp/
util.h 51 char *getval(const char *, const char *);
util.c 196 getval(const char *nam, const char *def) function
intrp.c 48 dotdir = getval("DOTDIR",homedir);
301 s = getval(scrbuf,s);
398 s = getval("NAME",realname);
term.c 308 tmpfp = fopen(filexp(getval("WARPMACRO",WARPMACRO)),"r");
  /src/sbin/wsconsctl/
wsconsctl.c 82 void (*getval)(int);
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

Completed in 16 milliseconds