Searched refs:Awkfloat (Results 1 – 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/awk/ |
| H A D | awk.h | 65 typedef double Awkfloat; typedef 100 extern Awkfloat *NR; 101 extern Awkfloat *FNR; 102 extern Awkfloat *NF; 105 extern Awkfloat *RSTART; 106 extern Awkfloat *RLENGTH; 124 Awkfloat fval; /* value as number */ 140 extern Cell *setsymtab(const char *, const char *, Awkfloat, 171 extern Awkfloat setfval(Cell *, Awkfloat); 172 extern Awkfloat getfval(Cell *); [all …]
|
| H A D | tran.c | 74 Awkfloat *NF; /* number of fields in current record */ 75 Awkfloat *NR; /* number of current record */ 76 Awkfloat *FNR; /* number of current record in current file */ 78 Awkfloat *ARGC; /* number of arguments from command line */ 80 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */ 81 Awkfloat *RLENGTH; /* length of same */ 168 ARGC = &setsymtab("ARGC", "", (Awkfloat)ac, NUM, symtab)->fval; in arginit() 284 setsymtab(const char *n, const char *s, Awkfloat f, unsigned int t, Array *tp) in setsymtab() 361 Awkfloat 362 setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval() [all …]
|
| H A D | run.c | 66 extern Awkfloat srand_seed; 492 (void) setfval(r, (Awkfloat)n); in awkgetline() 692 (void) setfval(rstartloc, (Awkfloat)start); in matchop() 693 (void) setfval(rlengthloc, (Awkfloat)patlen); in matchop() 743 Awkfloat j; in relop() 808 Awkfloat val; in indirect() 817 if ((Awkfloat)INT_MAX < val) in indirect() 886 Awkfloat v = 0.0; in sindex() 898 v = (Awkfloat) (p1 - s1 + 1); /* origin 1 */ in sindex() 1155 Awkfloat i, j = 0; in arith() [all …]
|
| H A D | main.c | 69 Awkfloat srand_seed = 1;
|
| H A D | lib.c | 485 (void) setfval(nfloc, (Awkfloat)lastfld); in fldbld() 519 (void) setfval(nfloc, (Awkfloat)n); in newfld()
|