Lines Matching refs:Awkfloat
44 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()
397 Awkfloat getfval(Cell *vp) /* get float val of a Cell */ in getfval()