Searched refs:getval (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980605-1.c15 int getval (void);
23 a = getval ();
24 b = getval ();
25 c = getval ();
26 d = getval ();
27 e = getval ();
28 f = getval ();
29 g = getval ();
30 h = getval ();
31 i = getval ();
43 getval (void) function
[all...]
/openbsd-current/sbin/wsconsctl/
H A Dwsconsctl.c54 void (*getval)(int); member in struct:vartypesw
149 (*sw->getval)(devfd);
206 (*sw->getval)(devfd);
229 (*sw->getval)(devfd);
260 (*sw->getval)(devfd);
275 (*sw->getval)(devfd);
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/
H A DSemaphore.pm80 sub getval { subroutine
81 @_ == 2 || croak '$sem->getval( SEM )';
227 =item getval ( SEM )
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m88k.c191 static char *getval PARAMS ((char *param, unsigned int *valp));
861 param = getval (param, &val);
1141 getval (param, valp)
1139 getval (param, valp) function
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m88k.c189 static char *getval (char *param, unsigned int *valp);
836 param = getval (param, &val);
1102 getval (char *param, unsigned int *valp)
1100 getval (char *param, unsigned int *valp) function
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dinfomap.c1726 enum { getvar, gotvar, getval, gotval } state = getvar; enumerator in enum:__anon7369
1745 state = getval;
1748 case getval:

Completed in 265 milliseconds