Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/ctf/cvt/
H A Dst_parse.c60 static jmp_buf resetbuf; variable
412 if (setjmp(resetbuf)) in parse_stab()
443 bzero(&resetbuf, sizeof (resetbuf)); in parse_stab()
448 bzero(&resetbuf, sizeof (resetbuf)); in parse_stab()
1128 longjmp(resetbuf, 1); in reset()
/titanic_50/usr/src/tools/stabs/
H A Dstabs.c39 static jmp_buf resetbuf; variable
174 if (setjmp(resetbuf)) in parseline()
780 longjmp(resetbuf, 1); in reset()
/titanic_50/usr/src/cmd/diff/
H A Ddiff.c164 static void resetbuf(int);
611 resetbuf(0); in check()
612 resetbuf(1); in check()
747 resetbuf(0); in output()
748 resetbuf(1); in output()
2087 resetbuf(int filen) in resetbuf() function