Searched refs:const0 (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c696 : const0;
1086 np = vlookup(cp, 1) == NNULL ? const0 : const1;
1102 exprtest(np->n_right) != 0) ? const1 : const0);
1106 exprtest(np->n_right) != 0) ? const1 : const0);
1207 return (const0);
1213 return (const0);
1219 return (const0);
1430 return (cmp == 0 ? const1 : const0);
1433 return (cmp != 0 ? const1 : const0);
1436 return (cmp >= 0 ? const1 : const0);
[all...]
H A Dawk0.c202 NODE *const0; /* Constant INT 0 node */ variable
H A Dawk1.c265 const0 = intnode((INT)0);
274 field0 = node(FIELD, const0, NNULL);
327 clrFNR = node(ASG, varFNR, const0);
H A Dawk.h421 extern NODE *const0;
H A Dawk.y376 $$ = node(SUB, const0, $2);
H A Dawk4.c532 return (const0);

Completed in 48 milliseconds