Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dawk.h34 typedef double Awkfloat; typedef
75 extern Awkfloat *NR;
76 extern Awkfloat *FNR;
77 extern Awkfloat *NF;
80 extern Awkfloat *RSTART;
81 extern Awkfloat *RLENGTH;
102 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 */
114 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval; in arginit()
222 Cell *setsymtab(const char *n, const char *s, Awkfloat f, unsigned t, Array *tp) in setsymtab()
295 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval()
345 Awkfloat f; in setsval()
[all …]
H A Drun.c77 extern Awkfloat srand_seed;
462 setfval(r, (Awkfloat) n); in awkgetline()
888 Awkfloat j; in relop()
957 Awkfloat val; in indirect()
964 if ((Awkfloat)INT_MAX < val) in indirect()
1034 Awkfloat v = 0.0; in sindex()
1447 Awkfloat i, j = 0; in arith()
1518 Awkfloat xf; in incrdecr()
1537 Awkfloat xf, yf; in assign()
2064 Awkfloat u; in bltin()
[all …]
H A Dmain.c40 Awkfloat srand_seed = 1;
H A Dlib.c60 extern Awkfloat *ARGC;
511 setfval(nfloc, (Awkfloat) lastfld); in fldbld()
541 setfval(nfloc, (Awkfloat) n); in newfld()
H A DFIXES.1e476 an Awkfloat internally though converted to unsigned int to