Home
last modified time | relevance | path

Searched refs:getfval (Results 1 – 20 of 20) sorted by relevance

/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dlinegen.c29 defx = getfval("linewid"); in linegen()
30 defy = getfval("lineht"); in linegen()
31 prevh = getfval("arrowht"); in linegen()
32 prevw = getfval("arrowwid"); in linegen()
58 ddval = getfval("dashwid"); in linegen()
152 chop1 = chop2 = getfval("circlerad"); in linegen()
175 p->o_nhead = getfval("arrowhead"); in linegen()
H A Dcircgen.c24 r = r2 = getfval("circlerad"); in circgen()
26 r = getfval("ellipsewid") / 2; in circgen()
27 r2 = getfval("ellipseht") / 2; in circgen()
65 ddval = getfval("dashwid"); in circgen()
H A Dboxgen.c19 h = getfval("boxht"); in boxgen()
20 w = getfval("boxwid"); in boxgen()
53 ddval = getfval("dashwid"); in boxgen()
H A Darcgen.c26 prevrad = getfval("arcrad"); in arcgen()
27 prevh = getfval("arrowht"); in arcgen()
28 prevw = getfval("arrowwid"); in arcgen()
48 ddval = getfval("dashwid"); in arcgen()
152 p->o_nhead = getfval("arrowhead"); in arcgen()
H A Dmovegen.c20 defx = getfval("movewid"); in movegen()
21 defy = getfval("moveht"); in movegen()
H A Dmain.c171 scale = getfval("scale");
208 deltx = (xmax - xmin) / getfval("scale"); in getdata()
209 delty = (ymax - ymin) / getfval("scale"); in getdata()
H A Dtextgen.c20 h = getfval("textht"); in textgen()
21 w = getfval("textwid"); in textgen()
H A Dfor.c45 if (getfval(forp->var) > SLOP * forp->to) { /* loop is done */ in nextfor()
H A Dsymtab.c27 float getfval(s) /* return float value of variable s */ in getfval() function
H A Dpic.h140 extern float getfval(), getcomp(), getblkvar();
H A Dpicy.y274 | VARNAME { $$ = getfval($1); }
/original-bsd/contrib/awk.research/
H A Drun.c620 m = getfval(x); in indirect()
654 m = getfval(y); in substr()
661 n = getfval(z); in substr()
851 i = getfval(x); in arith()
855 j = getfval(y); in arith()
916 xf = getfval(x); in incrdecr()
942 x->fval = getfval(y); in assign()
954 xf = getfval(x); in assign()
955 yf = getfval(y); in assign()
1386 u = atan2(getfval(x), getfval(y)); in bltin()
[all …]
H A Dlib.c34 #define getfval(p) (((p)->tval & (ARR|FLD|REC|NUM)) == NUM ? (p)->fval : r_getfval(p)) macro
/original-bsd/old/awk/
H A Drun.c264 m = getfval(x.optr);
283 m = getfval(x.optr);
291 n = getfval(x.optr);
393 xf = getfval(x.optr);
428 i = getfval(x.optr);
432 j = getfval(y.optr);
473 xf = getfval(x.optr);
507 xf = getfval(x.optr);
508 yf = getfval(y.optr);
808 u = log(getfval(x.optr));
[all …]
H A Dawk.def63 awkfloat setfval(), getfval();
H A Dtran.c169 awkfloat getfval(vp) in getfval() function
/original-bsd/local/ditroff/ditroff.old.okeeffe/pic/
H A Darcgen.c23 prevrad = getfval("arcrad"); in arcgen()
24 prevh = getfval("arrowht"); in arcgen()
25 prevw = getfval("arrowwid"); in arcgen()
H A Dmain.c181 scale = getfval("scale");
228 deltx /= getfval("scale");
H A Dpic.h92 extern float getfval(), getcomp();
H A Dpicy.y199 | VARNAME { $$ = getfval($1); }