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

  /src/external/gpl2/rcs/dist/src/
rcskeep.c 109 static int getval P((RILE*,struct buf*,int));
201 getval(fp, (struct buf*)0, false) &&
209 if (getval(fp, (struct buf*)0, true) &&
210 getval(fp, (struct buf*)0, true))
218 (void) getval(fp, (struct buf*)0, false);
224 if (!getval(fp, (struct buf*)0, false))
229 if (getval(fp, &prevname, false)) {
281 getval(fp, target, optional) function
303 * Same as getval, except C is the lookahead character.
332 VOID printf("getval: %s\n", target)
    [all...]
  /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/external/bsd/ntp/dist/scripts/monitoring/
ntp.pl 131 sub getval subroutine
183 &getval(&ssw_LI($_[$[]),*LI);
187 &getval(&ssw_CS($_[$[]),*ClockSource);
192 &getval(&ssw_SECode($_[$[]),*SystemEvent);
246 &getval(&psw_PSel($_[$[]),*PeerSelection);
251 &getval(&psw_PCode($_[$[]),*PeerEvent);
289 &getval(&csw_CStat($_[$[]),*ClockStatus),
290 &getval(&csw_CEvnt($_[$[]),*ClockStatus));
312 return sprintf("%s", &getval(&esw_Err($_[$[]),*ErrorStatus));
338 return &getval($_[$[],*CntrlOpName)
    [all...]
  /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/external/gpl2/texinfo/dist/info/
infomap.c 1728 enum { getvar, gotvar, getval, gotval } state = getvar; enumerator in enum:__anon9530
1747 state = getval;
1750 case getval:

Completed in 43 milliseconds