Searched refs:Awkfloat (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dawk.h27 typedef double Awkfloat; typedef
57 extern Awkfloat *NR;
58 extern Awkfloat *FNR;
59 extern Awkfloat *NF;
62 extern Awkfloat *RSTART;
63 extern Awkfloat *RLENGTH;
84 Awkfloat fval; /* value as number */
H A Dtran.c45 Awkfloat *NF; /* number of fields in current record */
46 Awkfloat *NR; /* number of current record */
47 Awkfloat *FNR; /* number of current record in current file */
49 Awkfloat *ARGC; /* number of arguments from command line */
51 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */
52 Awkfloat *RLENGTH; /* length of same */
106 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval;
208 Cell *setsymtab(const char *n, const char *s, Awkfloat f, unsigned t, Array *tp)
281 Awkfloat setfval(Cell *vp, Awkfloat
[all...]
H A Drun.c93 static Awkfloat prev_srand, tmp_srand;
442 setfval(r, (Awkfloat) n);
602 setfval(rstartloc, (Awkfloat) start);
603 setfval(rlengthloc, (Awkfloat) patlen);
651 Awkfloat j;
714 Awkfloat val;
721 if ((Awkfloat)INT_MAX < val)
786 Awkfloat v = 0.0;
798 v = (Awkfloat) (p1 - s1 + 1); /* origin 1 */
1001 Awkfloat
[all...]
H A Dlib.c53 extern Awkfloat *ARGC;
350 setfval(nfloc, (Awkfloat) lastfld);
379 setfval(nfloc, (Awkfloat) n);

Completed in 94 milliseconds