Searched refs:newXSproto (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cygwin/ |
| 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/src/gnu/usr.bin/perl/os2/ |
| D | os2.c | 4525 newXSproto("OS2::DevCap", XS_OS2_DevCap, file, ";$$"); in Xs_OS2_init() 4526 newXSproto("OS2::SysInfoFor", XS_OS2_SysInfoFor, file, "$;$"); in Xs_OS2_init() 4543 newXSproto("OS2::_control87", XS_OS2__control87, file, "$$"); in Xs_OS2_init() 4544 newXSproto("OS2::get_control87", XS_OS2_get_control87, file, ""); in Xs_OS2_init() 4545 newXSproto("OS2::set_control87", XS_OS2_set_control87, 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() 4548 newXSproto("OS2::mytype_set", XS_OS2_mytype_set, file, "$"); in Xs_OS2_init() 4549 newXSproto("OS2::_headerInfo", XS_OS2__headerInfo, file, "$$;$$"); in Xs_OS2_init() 4550 newXSproto("OS2::libPath", XS_OS2_libPath, file, ""); in Xs_OS2_init() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5006000 | 77 newXSproto # E
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | XSUB.h | 342 #define newXSproto(a,b,c,d) newXS_flags(a,b,c,d,0) macro
|
| D | mro_core.c | 1434 newXSproto("mro::method_changed_in", XS_mro_method_changed_in, file, "$"); in Perl_boot_core_mro()
|
| /openbsd/src/gnu/usr.bin/perl/vms/ |
| 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/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5006000 | 329 newXSproto # E
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | apidoc.fnc | 448 AmUd||newXSproto|char* name|XSUBADDR_t f|char* filename|const char *proto
|
| /openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
| D | perlxs.pod | 1471 CV *mycv = newXSproto("Symbolic::remainder",
|