Home
last modified time | relevance | path

Searched refs:isreal (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk3.c1252 if (isreal(left->n_flags) || in arithmetic()
1260 if (isreal(right->n_flags) || in arithmetic()
1376 } else if (isreal(tl) || isreal(tr)) { in comparison()
1407 if (isreal(tl) || isreal(tr)) { in comparison()
2087 if (isreal(t)) { in exprtest()
H A Dawk.h196 #define isreal(f) ((f)&(FREAL|FVREAL)) macro