Home
last modified time | relevance | path

Searched refs:loopexit (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c609 loopexit = 0; in execute()
701 loopexit = NEXT; in action()
780 if (loopexit != 0) { in action()
781 act = loopexit; in action()
843 if (loopexit) in exprreal()
844 return ((REAL)loopexit); in exprreal()
H A Dawk0.c176 ushort loopexit; /* Short circuit loop with keyword */ variable
H A Dawk.h401 extern ushort_t loopexit;