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

  /src/games/warp/
util.c 196 getval(const char *nam, const char *def) function
  /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/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/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/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:
  /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

Completed in 18 milliseconds