Home | History | Annotate | Download | only in nawk-20071023

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 */
106 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval;
208 Cell *setsymtab(const char *n, const char *s, Awkfloat f, unsigned t, Array *tp)
281 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */
345 Awkfloat getfval(Cell *vp) /* get float val of a Cell */