Searched refs:_index (Results 26 - 36 of 36) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyRowRef.cpp52 return PyInt_FromLong((&(*o))._index);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dremap.cpp160 if (h.Compare(cursor_._index, buffer) != 0)
175 cursor_._seq->Get(cursor_._index, h.PropId(), buffer);
830 int f = h.Compare(cursor_._index, buffer);
966 int f = h.Compare(cursor_._index, buffer);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp665 (fileName_), _items(items_), _index(index_) {
675 if (_index >= _items.GetSize())
676 _items.SetSize(_index + 1);
678 _items.SetAt(_index, this);
692 if (_index > 0)
700 if (_index < _items.GetSize()) {
701 d4_assert(_items.GetAt(_index) == this || _items.GetAt(_index) == 0);
702 _items.SetAt(_index, 0);
H A Dmk4tcl.h130 int _index; // position in the _items array member in struct:MkWorkspace::Item
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dddspell.c106 #define DDBE_SPELL_INDEX(_fid, _index) \
107 fprintf(_fid, "/* %s */ ", DDBE_spell_long(_index))
109 #define DDBE_SPELL_INDEX(_fid, _index)
/macosx-10.10/swig-12/Source/DOH/
H A Ddoh.h162 int _index; /* Internal use */ member in struct:__anon12657
H A Dbase.c276 iter._index = 0;
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4.h364 int _index; member in class:c4_Cursor
/macosx-10.10/vim-55/runtime/syntax/
H A Dmupad.vim72 syn keyword mupadFunction array _index
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dtabset.itk131 private method _index {pathList index select}
614 return [_index $_tabs $index $_currTab]
970 # PRIVATE METHOD: _index
976 # _index takes takes the value $index converts it to
981 itcl::body iwidgets::Tabset::_index {pathList index select} {
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.sh4450 eval x='$'${host}_index
4451 eval ${host}_index=1

Completed in 234 milliseconds

12