Lines Matching refs:Awkfloat
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 */
115 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval; in arginit()
225 Cell *setsymtab(const char *n, const char *s, Awkfloat f, unsigned t, Array *tp) in setsymtab()
298 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval()
348 Awkfloat f; in setsval()
391 Awkfloat getfval(Cell *vp) /* get float val of a Cell */ in getfval()