OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Awkfloat
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
awk.h
27
typedef double
Awkfloat
;
56
extern
Awkfloat
*NR;
57
extern
Awkfloat
*FNR;
58
extern
Awkfloat
*NF;
61
extern
Awkfloat
*RSTART;
62
extern
Awkfloat
*RLENGTH;
83
Awkfloat
fval; /* value as number */
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 */
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 *
[
all
...]
run.c
439
setfval(r, (
Awkfloat
) n);
599
setfval(rstartloc, (
Awkfloat
) start);
600
setfval(rlengthloc, (
Awkfloat
) patlen);
648
Awkfloat
j;
711
Awkfloat
val;
718
if ((
Awkfloat
)INT_MAX < val)
783
Awkfloat
v = 0.0;
795
v = (
Awkfloat
) (p1 - s1 + 1); /* origin 1 */
998
Awkfloat
i, j = 0;
1065
Awkfloat
xf
[
all
...]
lib.c
53
extern
Awkfloat
*ARGC;
348
setfval(nfloc, (
Awkfloat
) lastfld);
377
setfval(nfloc, (
Awkfloat
) n);
Completed in 30 milliseconds