Searched refs:MyList (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dtrace_buf.c40 #define MyList _nc_globals.tracebuf_ptr macro
51 if ((MyList = typeRealloc(TRACEBUF, need, MyList)) != 0) {
53 MyList[MySize++].text = 0;
57 if (MyList != 0) {
58 if (MyList[bufnum].text == 0
59 || want > MyList[bufnum].size) {
60 MyList[bufnum].text = typeRealloc(char, want, MyList[bufnum].text);
61 if (MyList[bufnu
[all...]
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dlist.rb25 class MyList class
47 str = "<MyList:\n";
69 $list1 = MyList.new
74 $list2 = MyList.new
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_archive_python.py26 MyList = test.pickletester.MyList variable
320 copy_reg.add_extension(__name__, "MyList", extcode)
321 x = MyList([1, 2, 3])
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_archive_python.py25 MyList = test.pickletester.MyList variable
380 copy_reg.add_extension(__name__, "MyList", extcode)
381 x = MyList([1, 2, 3])
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_archive_python.py37 MyList = test.pickletester.MyList variable
725 copyreg.add_extension(__name__, "MyList", extcode)
726 x = MyList([1, 2, 3])

Completed in 69 milliseconds