Home
last modified time | relevance | path

Searched refs:Awkfloat (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/one-true-awk/
H A Dawk.h34 typedef double Awkfloat; typedef
73 extern Awkfloat *NR;
74 extern Awkfloat *FNR;
75 extern Awkfloat *NF;
78 extern Awkfloat *RSTART;
79 extern Awkfloat *RLENGTH;
98 Awkfloat fval; /* value as number */
H A Dtran.c44 Awkfloat *NF; /* number of fields in current record */
45 Awkfloat *NR; /* number of current record */
46 Awkfloat *FNR; /* number of current record in current file */
48 Awkfloat *ARGC; /* number of arguments from command line */
50 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */
51 Awkfloat *RLENGTH; /* length of same */
126 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval; in arginit()
234 Cell *setsymtab(const char *n, const char *s, Awkfloat f, unsigned t, Array *tp) in setsymtab()
307 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval()
357 Awkfloat f; in setsval()
[all …]
H A Drun.c76 extern Awkfloat srand_seed;
459 setfval(r, (Awkfloat) n); in awkgetline()
657 Awkfloat j; in relop()
720 Awkfloat val; in indirect()
727 if ((Awkfloat)INT_MAX < val) in indirect()
792 Awkfloat v = 0.0; in sindex()
1035 Awkfloat i, j = 0; in arith()
1106 Awkfloat xf; in incrdecr()
1125 Awkfloat xf, yf; in assign()
1604 Awkfloat u; in bltin()
[all …]
H A Dmain.c40 Awkfloat srand_seed = 1;
H A Dlib.c58 extern Awkfloat *ARGC;
418 setfval(nfloc, (Awkfloat) lastfld); in fldbld()
448 setfval(nfloc, (Awkfloat) n); in newfld()
H A DFIXES405 an Awkfloat internally though converted to unsigned int to