Home
last modified time | relevance | path

Searched refs:throw_e (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A Dexception.c7 static void throws_exception(int throw_e) in throws_exception() argument
9 if (throw_e) in throws_exception()
17 int apitest_exception(int throw_e) in apitest_exception() argument
24 throws_exception(throw_e); in apitest_exception()
H A DAPItest.xs3088 apitest_exception(throw_e)
3089 int throw_e
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A Dmodule3.c25 static void throws_exception(int throw_e) in throws_exception() argument
27 if (throw_e) in throws_exception()
31 int exception(int throw_e) in exception() argument
38 throws_exception(throw_e); in exception()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dexception41 int exception(int throw_e);
46 exception(throw_e)
47 int throw_e