Searched refs:Awkfloat (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/usr.bin/awk/ |
H A D | awk.h | 35 typedef double Awkfloat; typedef 77 extern Awkfloat *NR; 78 extern Awkfloat *FNR; 79 extern Awkfloat *NF; 82 extern Awkfloat *RSTART; 83 extern Awkfloat *RLENGTH; 104 Awkfloat fval; /* value as number */
|
H A 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 */ 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() [all …]
|
H A D | run.c | 78 extern Awkfloat srand_seed; 463 setfval(r, (Awkfloat) n); in awkgetline() 836 setfval(rstartloc, (Awkfloat) start); in matchop() 837 setfval(rlengthloc, (Awkfloat) patlen); in matchop() 887 Awkfloat j; in relop() 956 Awkfloat val; in indirect() 963 if ((Awkfloat)INT_MAX < val) in indirect() 1033 Awkfloat v = 0.0; in sindex() 1446 Awkfloat i, j = 0; in arith() 1517 Awkfloat xf; in incrdecr() [all …]
|
H A D | main.c | 43 Awkfloat srand_seed = 1;
|
H A D | lib.c | 59 extern Awkfloat *ARGC; 508 setfval(nfloc, (Awkfloat) lastfld); in fldbld() 538 setfval(nfloc, (Awkfloat) n); in newfld()
|
H A D | FIXES.1e | 476 an Awkfloat internally though converted to unsigned int to
|