Home
last modified time | relevance | path

Searched defs:newt (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DGetche.cpp14 newt; in getche() local
/dports/emulators/mednafen/mednafen/src/
H A Ddebug.cpp70 AddressSpaceType newt; in ASpace_Add() local
85 int ASpace_Add(const AddressSpaceType &newt) in ASpace_Add()
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/ezyang/htmlpurifier/maintenance/
H A Dgenerate-ph5p-patch.php12 $newt = dirname(__FILE__) . '/PH5P.new.php'; // temporary file variable
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/ezyang/htmlpurifier/maintenance/
H A Dgenerate-ph5p-patch.php12 $newt = dirname(__FILE__) . '/PH5P.new.php'; // temporary file variable
/dports/www/thirtybees/thirtybees-1.1.0/vendor/ezyang/htmlpurifier/maintenance/
H A Dgenerate-ph5p-patch.php12 $newt = dirname(__FILE__) . '/PH5P.new.php'; // temporary file variable
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/
H A Dtc2969.vhd35 type newt is (one,two,three,four); type
H A Dtc2972.vhd35 type newt is (one,two,three,four); type
H A Dtc2973.vhd35 type newt is (one,two,three,four); type
H A Dtc2978.vhd35 type newt is (one,two,three,four); type
H A Dtc2974.vhd35 type newt is (one,two,three,four); type
H A Dtc2975.vhd35 type newt is (one,two,three,four); type
H A Dtc2979.vhd35 type newt is (one,two,three,four); type
H A Dtc2968.vhd35 type newt is (one,two,three,four); type
/dports/lang/gcc48/gcc-4.8.5/libjava/java/io/
H A DnatVMConsole.cc32 struct termios oldt, newt; in readPassword() local
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/io/
H A DnatVMConsole.cc32 struct termios oldt, newt; in readPassword() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/io/
H A DnatVMConsole.cc32 struct termios oldt, newt; in readPassword() local
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/io/
H A DnatVMConsole.cc32 struct termios oldt, newt; in readPassword() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/io/
H A DnatVMConsole.cc32 struct termios oldt, newt; in readPassword() local
/dports/www/flickcurl/flickcurl-1.26/utils/
H A Draptor_fake.c102 raptor_term* newt; in raptor_new_term_from_blank() local
123 raptor_term* newt; in raptor_new_term_from_uri_string() local
146 raptor_term* newt; in raptor_new_term_from_literal() local
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/aircrack-util/
H A Dconsole.c87 struct termios oldt, newt; in reset_term() local
175 struct termios oldt, newt; in mygetch() local
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rrel/
H A Drrel_misc.cxx57 int newt ; in rrel_misc_gaussian_cdf_inv() local
/dports/math/cudd/cudd-3.0.0/st/
H A Dst.c210 #define ADD_DIRECT(table, key, value, hash_val, newt)\ argument
324 st_table *newt; in st_init_table_with_params() local
531 st_table_entry *newt; in st_insert() local
582 st_table_entry *newt; in st_add_direct() local
639 st_table_entry *newt, *ptr, **last; in st_find_or_add() local
718 st_table_entry *ptr, *newptr, *next, *newt; in st_copy() local
/dports/devel/raylib/raylib-3.7.0/examples/others/
H A Draudio_standalone.c125 struct termios oldt, newt; in kbhit() local
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/functions/_tzcode/
H A D_PDCLIB_localsub.c40 time_t newt = t; in _PDCLIB_localsub() local
/dports/devel/upp/upp/bazaar/Tree/
H A DTree.h36 …T& Add(T *newt) { ASSERT(newt->parent == NULL); T& t = B::Add(newt); LinkChild… in Add()
72 …T& Set(int i, T *newt) { ASSERT(newt->parent == NULL); T& t = B::Set(i, newt); LinkCh… in Set()
73 …T& Insert(int i, T *newt) { ASSERT(newt->parent == NULL); T& t = B::Insert(i, newt); Lin… in Insert()
80 …T* Swap(int i, T *newt) { T* t = B::Swap(i, newt); Unlink(*t); newt->Relink(); return … in Swap()
227 …T& Add(const K& k, T *newt) { ASSERT(newt->parent == NULL); T& t = B::Add(k, ne… in Add()
232 …T& Add(K&& k, T *newt) { ASSERT(newt->parent == NULL); T& t = B::Add(pick(… in Add()
234 …T& Insert(int i, const K& k, T *newt) { T& t = B::Insert(i, k, newt); LinkChild(t); t.Rel… in Insert()
235 …T& Insert(int i, K&& k, T *newt) { T& t = B::Insert(i, pick(k), newt); LinkChild(t);… in Insert()
240 …T* Swap(int i, T *newt) { T* t = B::Swap(i, newt); Unlink(*t); newt->Relink… in Swap()

12345678910>>...17