Searched refs:newXSproto (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/perl/cygwin/ |
H A D | cygwin.c | 533 newXSproto("Cygwin::winpid_to_pid", XS_Cygwin_winpid_to_pid, file, "$"); in init_os_extras() 534 newXSproto("Cygwin::pid_to_winpid", XS_Cygwin_pid_to_winpid, file, "$"); in init_os_extras() 535 newXSproto("Cygwin::win_to_posix_path", XS_Cygwin_win_to_posix_path, file, "$;$"); in init_os_extras() 536 newXSproto("Cygwin::posix_to_win_path", XS_Cygwin_posix_to_win_path, file, "$;$"); in init_os_extras() 537 newXSproto("Cygwin::mount_table", XS_Cygwin_mount_table, file, ""); in init_os_extras() 538 newXSproto("Cygwin::mount_flags", XS_Cygwin_mount_flags, file, "$"); in init_os_extras() 539 newXSproto("Cygwin::is_binmount", XS_Cygwin_is_binmount, file, "$"); in init_os_extras()
|
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | os2.c | 4525 newXSproto("OS2::DevCap", XS_OS2_DevCap, file, ";$$"); in Xs_OS2_init() 4546 newXSproto("OS2::DLLname", XS_OS2_DLLname, file, ";$$"); in Xs_OS2_init() 4547 newXSproto("OS2::mytype", XS_OS2_mytype, file, ";$"); in Xs_OS2_init() 4550 newXSproto("OS2::libPath", XS_OS2_libPath, file, ""); in Xs_OS2_init() 4551 newXSproto("OS2::Timer", XS_OS2_Timer, file, ""); in Xs_OS2_init() 4552 newXSproto("OS2::msCounter", XS_OS2_msCounter, file, ""); in Xs_OS2_init() 4553 newXSproto("OS2::ms_sleep", XS_OS2_ms_sleep, file, "$;$"); in Xs_OS2_init() 4558 newXSproto("OS2::Beep", XS_OS2_Beep, file, ";$$"); in Xs_OS2_init() 4559 newXSproto("OS2::pipe", XS_OS2_pipe, file, "$$;$$$$$$"); in Xs_OS2_init() 4560 newXSproto("OS2::pipeCntl", XS_OS2_pipeCntl, file, "$$;$"); in Xs_OS2_init() [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5006000 | 77 newXSproto # E
|
/openbsd/gnu/usr.bin/perl/ |
H A D | XSUB.h | 342 #define newXSproto(a,b,c,d) newXS_flags(a,b,c,d,0) macro
|
H A D | mro_core.c | 1434 newXSproto("mro::method_changed_in", XS_mro_method_changed_in, file, "$"); in Perl_boot_core_mro()
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vms.c | 13389 newXSproto("VMS::Filespec::rmsexpand",rmsexpand_fromperl,file,"$;$"); 13390 newXSproto("VMS::Filespec::vmsify",vmsify_fromperl,file,"$"); 13391 newXSproto("VMS::Filespec::unixify",unixify_fromperl,file,"$"); 13392 newXSproto("VMS::Filespec::pathify",pathify_fromperl,file,"$"); 13393 newXSproto("VMS::Filespec::fileify",fileify_fromperl,file,"$"); 13394 newXSproto("VMS::Filespec::vmspath",vmspath_fromperl,file,"$"); 13395 newXSproto("VMS::Filespec::unixpath",unixpath_fromperl,file,"$"); 13396 newXSproto("VMS::Filespec::candelete",candelete_fromperl,file,"$"); 13397 newXSproto("DynaLoader::mod2fname", mod2fname, file, "$"); 13399 newXSproto("vmsish::hushed",hushexit_fromperl,file,";$"); [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5006000 | 329 newXSproto # E
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 448 AmUd||newXSproto|char* name|XSUBADDR_t f|char* filename|const char *proto
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
H A D | perlxs.pod | 1471 CV *mycv = newXSproto("Symbolic::remainder",
|