Home
last modified time | relevance | path

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

/minix/external/historical/nawk/dist/
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;
83 Awkfloat fval; /* value as number */
H A Dtran.c49 Awkfloat *NF; /* number of fields in current record */
50 Awkfloat *NR; /* number of current record */
51 Awkfloat *FNR; /* number of current record in current file */
53 Awkfloat *ARGC; /* number of arguments from command line */
55 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */
56 Awkfloat *RLENGTH; /* length of same */
122 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval; in arginit()
224 Cell *setsymtab(const char *n, const char *s, Awkfloat f, unsigned t, Array *tp) in setsymtab()
300 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval()
345 Awkfloat f; in setsval()
[all …]
H A Drun.c450 setfval(r, (Awkfloat) n); in awkgetline()
611 setfval(rstartloc, (Awkfloat) start); in matchop()
660 Awkfloat j; in relop()
723 Awkfloat val; in indirect()
730 if ((Awkfloat)INT_MAX < val) in indirect()
795 Awkfloat v = 0.0; in sindex()
1021 Awkfloat i, j = 0; in arith()
1088 Awkfloat xf; in incrdecr()
1107 Awkfloat xf, yf; in assign()
1559 Awkfloat u; in bltin()
[all …]
H A Dlib.c61 extern Awkfloat *ARGC;
397 setfval(nfloc, (Awkfloat) lastfld); in fldbld()
427 setfval(nfloc, (Awkfloat) n); in newfld()
H A DFIXES75 an Awkfloat internally though converted to unsigned int to