Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 202) sorted by relevance

123456789

/csrg-svn/usr.bin/window/
H A Dvalue.h13 struct value { struct
14 char v_type;
15 union {
18 } v_un;
/csrg-svn/games/battlestar/
H A Dcom4.c17 int firstnumber, heavy, bulky, value; local
163 int first, value; local
242 int firstnumber, value; local
303 int firstnumber, value; in eat() local
H A Dcom3.c79 int value; in bury() local
162 int firstnumber, value; in shoot() local
/csrg-svn/sys/sparc/sparc/
H A Dasm.h55 #define stba(loc, asi, value) ({ \ argument
61 #define sta(loc, asi, value) ({ \ argument
/csrg-svn/usr.bin/pascal/pdx/
H A Dtree.h32 #define push(type, value) ((*(type *)sp) = value, sp += (sizeof(type) + WMASK) & ~WMASK, value) argument
35 #define push(type, value) ((type *) (sp += sizeof(type)))[-1] = (value) argument
/csrg-svn/lib/libm/common_source/
H A Dmathimpl.h47 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ argument
50 # define ic(name, value, bexp, xval) ; argument
56 # define vc(name, value, x1,x2,x3,x4, bexp, xval) ; argument
58 # define ic(name, value, bexp, xval) \ argument
/csrg-svn/usr.bin/diction/explain/
H A Dexplain.d129 demean degrade, denigrate (unless behave without regard to value) variable
/csrg-svn/sys/sys/
H A Dsyscontext.h22 #define RETURN(value) { return (value); } argument
/csrg-svn/usr.bin/pascal/libpc/
H A DSQRT.c15 SQRT(value) in SQRT() argument
H A DROUND.c13 ROUND(value) in ROUND() argument
H A DLN.c15 LN(value) in LN() argument
H A DTRUNC.c13 TRUNC(value) in TRUNC() argument
H A DEXP.c16 EXP(value) in EXP() argument
H A DSEED.c15 SEED(value) in SEED() argument
H A DRSNG4.c15 RSNG4(value, upper) in RSNG4() argument
H A DATAN.c16 ATAN(value) in ATAN() argument
H A DSIN.c16 SIN(value) in SIN() argument
H A DCHR.c15 CHR(value) in CHR() argument
H A DSUBSCZ.c15 SUBSCZ(value, upper) in SUBSCZ() argument
H A DCOS.c16 COS(value) in COS() argument
H A DPRED.c13 PRED(value, lower, upper) in PRED() argument
/csrg-svn/old/lisp/fp/fp.vax/
H A DfpPP.l17 ; printRet is like print yet it returns the value printed, variable
/csrg-svn/sys/tahoe/align/
H A DAwrite_back.c15 write_back(infop,value, where) in write_back() argument
H A DAget_word.c25 register long code, value; local
/csrg-svn/old/sdb/
H A Daccess.c42 putval(loc, d, value) in putval() argument
52 putreg(reg, d, value) in putreg() argument
61 put(adr,space,value) in put() argument
74 access(mode,adr,space,value) in access() argument

123456789