Searched refs:Awkfloat (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | awk.h | 27 typedef double Awkfloat; typedef 56 extern Awkfloat *NR; 57 extern Awkfloat *FNR; 58 extern Awkfloat *NF; 61 extern Awkfloat *RSTART; 62 extern Awkfloat *RLENGTH; 83 Awkfloat fval; /* value as number */
|
D | tran.c | 45 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; in arginit() 208 Cell *setsymtab(const char *n, const char *s, Awkfloat f, unsigned t, Array *tp) in setsymtab() 281 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval() 345 Awkfloat getfval(Cell *vp) /* get float val of a Cell */ in getfval()
|
D | run.c | 439 setfval(r, (Awkfloat) n); in getline() 599 setfval(rstartloc, (Awkfloat) start); in matchop() 600 setfval(rlengthloc, (Awkfloat) patlen); in matchop() 648 Awkfloat j; in relop() 711 Awkfloat val; in indirect() 718 if ((Awkfloat)INT_MAX < val) in indirect() 783 Awkfloat v = 0.0; in sindex() 795 v = (Awkfloat) (p1 - s1 + 1); /* origin 1 */ in sindex() 998 Awkfloat i, j = 0; in arith() 1065 Awkfloat xf; in incrdecr() [all …]
|
D | lib.c | 53 extern Awkfloat *ARGC; 348 setfval(nfloc, (Awkfloat) lastfld); in fldbld() 377 setfval(nfloc, (Awkfloat) n); in newfld()
|