Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/awk/
H A Dawk.h40 typedef double Awkfloat; typedef
79 extern Awkfloat *NR;
80 extern Awkfloat *FNR;
81 extern Awkfloat *NF;
84 extern Awkfloat *RSTART;
85 extern Awkfloat *RLENGTH;
103 Awkfloat fval; /* value as number */
117 extern Cell *setsymtab(uchar *, uchar *, Awkfloat, unsigned int, Array *);
139 extern Awkfloat setfval(Cell *, Awkfloat), getfval(Cell *), r_getfval(Cell *);
313 extern Awkfloat *ARGC;
H A Dtran.c50 Awkfloat *NF; /* number of fields in current record */
51 Awkfloat *NR; /* number of current record */
52 Awkfloat *FNR; /* number of current record in current file */
54 Awkfloat *ARGC; /* number of arguments from command line */
56 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */
57 Awkfloat *RLENGTH; /* length of same */
137 ARGC = &setsymtab((uchar *)"ARGC", (uchar *)"", (Awkfloat)ac, in arginit()
246 setsymtab(uchar *n, uchar *s, Awkfloat f, unsigned int t, Array *tp) in setsymtab()
324 Awkfloat
325 setfval(Cell *vp, Awkfloat f) in setfval()
[all …]
H A Drun.c408 (void) setfval(r, (Awkfloat)n); in getaline()
574 (void) setfval(rstartloc, (Awkfloat)start); in matchop()
575 (void) setfval(rlengthloc, (Awkfloat)patlen); in matchop()
625 Awkfloat j; in relop()
762 Awkfloat v = 0.0; in sindex()
774 v = (Awkfloat) (p1 - s1 + 1); /* origin 1 */ in sindex()
974 Awkfloat i, j; in arith()
1043 Awkfloat xf; in incrdecr()
1063 Awkfloat xf, yf; in assign()
1487 Awkfloat u; in bltin()
[all …]
H A Dlib.c301 (void) setfval(nfloc, (Awkfloat) maxfld); in fldbld()
334 (void) setfval(nfloc, (Awkfloat) n); in newfld()