Home
last modified time | relevance | path

Searched refs:numtypes (Results 1 – 25 of 137) sorted by relevance

123456

/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxpriv.cpp160 numtypes=0; in selectionGetTypes()
163 numtypes=xselNumTypes; in selectionGetTypes()
210 numtypes=0; in clipboardGetTypes()
261 numtypes=ddeNumTypes; in dragdropGetTypes()
315 if(types && numtypes){
352 numtypes=0;
496 numtypes=0;
499 numtypes=xselNumTypes;
546 numtypes=0;
549 numtypes=xcbNumTypes;
[all …]
H A Dfxpriv.h91 extern Atom fxsendtypes(Display *display,Window window,Atom prop,FXDragType* types,FXuint numtypes);
92 …recvtypes(Display *display,Window window,Atom prop,FXDragType*& types,FXuint& numtypes,FXbool del);
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A Dfxpriv.cpp103 if(types && numtypes){ in fxsendtypes()
140 numtypes=0; in fxrecvtypes()
285 numtypes=0; in selectionGetTypes()
288 numtypes=xselNumTypes; in selectionGetTypes()
336 numtypes=0; in clipboardGetTypes()
339 numtypes=xcbNumTypes; in clipboardGetTypes()
385 numtypes=ddeNumTypes; in dragdropGetTypes()
490 numtypes=0; in selectionGetTypes()
493 numtypes=xselNumTypes; in selectionGetTypes()
543 numtypes=0; in clipboardGetTypes()
[all …]
H A Dfxpriv.h88 …FXAPI Atom fxsendtypes(Display *display,Window window,Atom prop,FXDragType* types,FXuint numtypes);
89 …API Atom fxrecvtypes(Display *display,Window window,Atom prop,FXDragType*& types,FXuint& numtypes);
H A DFXWindow.cpp1774 FXRESIZE(&getApp()->xselTypeList,FXDragType,numtypes); in acquireSelection()
1776 getApp()->xselNumTypes=numtypes; in acquireSelection()
1860 FXRESIZE(&getApp()->xcbTypeList,FXDragType,numtypes); in acquireClipboard()
1862 getApp()->xcbNumTypes=numtypes; in acquireClipboard()
2677 getApp()->dragdropGetTypes(this,types,numtypes); in inquireDNDTypes()
2680 getApp()->clipboardGetTypes(this,types,numtypes); in inquireDNDTypes()
2683 getApp()->selectionGetTypes(this,types,numtypes); in inquireDNDTypes()
2751 FXRESIZE(&getApp()->xdndTypeList,FXDragType,numtypes); in beginDrag()
2753 getApp()->xdndNumTypes=numtypes; in beginDrag()
2770 dragtypes[0]=numtypes; in beginDrag()
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dfxpriv.cpp106 if(types && numtypes){ in fxsendtypes()
143 numtypes=0; in fxrecvtypes()
288 numtypes=0; in selectionGetTypes()
291 numtypes=xselNumTypes; in selectionGetTypes()
339 numtypes=0; in clipboardGetTypes()
342 numtypes=xcbNumTypes; in clipboardGetTypes()
388 numtypes=ddeNumTypes; in dragdropGetTypes()
493 numtypes=0;
496 numtypes=xselNumTypes;
546 numtypes=0;
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxpriv.cpp160 numtypes=0; in selectionGetTypes()
163 numtypes=xselNumTypes; in selectionGetTypes()
210 numtypes=0; in clipboardGetTypes()
261 numtypes=ddeNumTypes; in dragdropGetTypes()
315 if(types && numtypes){
352 numtypes=0;
496 numtypes=0;
499 numtypes=xselNumTypes;
546 numtypes=0;
549 numtypes=xcbNumTypes;
[all …]
H A Dfxpriv.h91 extern Atom fxsendtypes(Display *display,Window window,Atom prop,FXDragType* types,FXuint numtypes);
92 …recvtypes(Display *display,Window window,Atom prop,FXDragType*& types,FXuint& numtypes,FXbool del);
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxpriv.cpp106 if(types && numtypes){ in fxsendtypes()
143 numtypes=0; in fxrecvtypes()
288 numtypes=0; in selectionGetTypes()
291 numtypes=xselNumTypes; in selectionGetTypes()
339 numtypes=0; in clipboardGetTypes()
342 numtypes=xcbNumTypes; in clipboardGetTypes()
388 numtypes=ddeNumTypes; in dragdropGetTypes()
493 numtypes=0;
496 numtypes=xselNumTypes;
546 numtypes=0;
[all …]
/dports/converters/mpack/mpack-1.6/
H A Dmacnfile.c89 void NAgetFile(FileFilterProcPtr filter, short numtypes, in NAgetFile() argument
96 StandardGetFile(filter, numtypes, types, reply); in NAgetFile()
99 SFGetFile(p, NULL, (ProcPtr) filter, numtypes, types, 0, &rep); in NAgetFile()
/dports/math/vtk9/VTK-9.1.0/IO/Xdmf3/
H A DvtkXdmf3Reader.cxx155 int numtypes = 0; in GetVTKType() local
156 numtypes = numtypes + (nUnstructuredGrids > 0 ? 1 : 0); in GetVTKType()
157 numtypes = numtypes + (nRectilinearGrids > 0 ? 1 : 0); in GetVTKType()
158 numtypes = numtypes + (nCurvilinearGrids > 0 ? 1 : 0); in GetVTKType()
159 numtypes = numtypes + (nRegularGrids > 0 ? 1 : 0); in GetVTKType()
160 numtypes = numtypes + (nGraphs > 0 ? 1 : 0); in GetVTKType()
162 (numtypes == 1 && in GetVTKType()
/dports/math/vtk8/VTK-8.2.0/IO/Xdmf3/
H A DvtkXdmf3Reader.cxx157 int numtypes = 0; in GetVTKType() local
158 numtypes = numtypes + (nUnstructuredGrids>0?1:0); in GetVTKType()
159 numtypes = numtypes + (nRectilinearGrids>0?1:0); in GetVTKType()
160 numtypes = numtypes + (nCurvilinearGrids>0?1:0); in GetVTKType()
161 numtypes = numtypes + (nRegularGrids>0?1:0); in GetVTKType()
162 numtypes = numtypes + (nGraphs>0?1:0); in GetVTKType()
165 (numtypes==1 && in GetVTKType()
/dports/math/vtk6/VTK-6.2.0/IO/Xdmf3/
H A DvtkXdmf3Reader.cxx158 int numtypes = 0; in GetVTKType() local
159 numtypes = numtypes + (nUnstructuredGrids>0?1:0); in GetVTKType()
160 numtypes = numtypes + (nRectilinearGrids>0?1:0); in GetVTKType()
161 numtypes = numtypes + (nCurvilinearGrids>0?1:0); in GetVTKType()
162 numtypes = numtypes + (nRegularGrids>0?1:0); in GetVTKType()
163 numtypes = numtypes + (nGraphs>0?1:0); in GetVTKType()
166 (numtypes==1 && in GetVTKType()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/curses/
H A Dcconq.c750 int numtypes = 0, u; in ask_unit_type() local
756 uvec[numtypes] = u; in ask_unit_type()
758 numtypes++; in ask_unit_type()
761 if (numtypes == 0) { in ask_unit_type()
766 ustr[numtypes] = '\0'; in ask_unit_type()
796 int numtypes = 0, t, type; in ask_terrain_type() local
802 uvec[numtypes] = t; in ask_terrain_type()
804 numtypes++; in ask_terrain_type()
807 if (numtypes == 0) { in ask_terrain_type()
809 } else if (numtypes == 1) { in ask_terrain_type()
[all …]
H A Dccmd.c116 int u, u2, numtypes, ufirst; in do_build() local
124 numtypes = 0; in do_build()
128 ++numtypes; in do_build()
142 switch (numtypes) { in do_build()
175 int u = NONUTYPE, u2 = NONUTYPE, numtypes = 0, ufirst = NONUTYPE; in do_change_type() local
186 ++numtypes; in do_change_type()
193 switch (numtypes) { in do_change_type()
/dports/biology/ncbi-toolkit/ncbi/asnlib/
H A Dasngen.c333 if (aeop->numtypes == 1) /* checking one type */ in AsnCheckExpOpt()
341 else if (aeop->numtypes == 0) /* checking all types */ in AsnCheckExpOpt()
345 if (aeop->types[aeop->numtypes - 1] == atp) in AsnCheckExpOpt()
357 if ((Int2)aip->type_indent >= (aeop->numtypes - 1 - isa_end_struct)) in AsnCheckExpOpt()
363 j = aeop->numtypes - 2; in AsnCheckExpOpt()
418 curr->numtypes = typecount; in AsnExpOptNew()
/dports/science/lammps/lammps-stable_29Sep2021/tools/eff/
H A Dlmp2xyz.py36 numtypes=int(line.split()[0])
37 mass=zeros(numtypes,dtype=float)
42 for i in range(numtypes):
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlcmd.cc143 numtypes = 0; in do_add_terrain()
147 ++numtypes; in do_add_terrain()
153 if (numtypes == 0) { in do_add_terrain()
297 numtypes = 0; in do_build()
301 ++numtypes; in do_build()
309 && !(numtypes == 1 in do_build()
316 switch (numtypes) { in do_build()
481 ++numtypes; in do_change_type()
488 switch (numtypes) { in do_change_type()
1357 numtypes = 0; in do_remove_terrain()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxcmd.c75 numtypes = 0; in do_add_terrain()
79 ++numtypes; in do_add_terrain()
85 if (numtypes == 0) { in do_add_terrain()
223 numtypes = 0; in do_build()
227 ++numtypes; in do_build()
241 switch (numtypes) { in do_build()
308 ++numtypes; in do_change_type()
315 switch (numtypes) { in do_change_type()
1162 numtypes = 0; in do_remove_terrain()
1166 ++numtypes; in do_remove_terrain()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkcmd.c144 numtypes = 0; in do_add_terrain()
148 ++numtypes; in do_add_terrain()
154 if (numtypes == 0) { in do_add_terrain()
299 numtypes = 0; in do_build()
303 ++numtypes; in do_build()
319 switch (numtypes) { in do_build()
483 ++numtypes; in do_change_type()
490 switch (numtypes) { in do_change_type()
1404 numtypes = 0; in do_remove_terrain()
1408 ++numtypes; in do_remove_terrain()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_utf8.c43 int numtypes, enum_typeid, comp_typeid; in check_nc4_file() local
92 if (nc_inq_typeids(grpid2, &numtypes, &enum_typeid)) ERR; in check_nc4_file()
93 if (numtypes != 1) ERR; in check_nc4_file()
108 if (nc_inq_typeids(grpid3, &numtypes, &comp_typeid)) ERR; in check_nc4_file()
109 if (numtypes != 1) ERR; in check_nc4_file()
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_utf8.c43 int numtypes, enum_typeid, comp_typeid; in check_nc4_file() local
92 if (nc_inq_typeids(grpid2, &numtypes, &enum_typeid)) ERR; in check_nc4_file()
93 if (numtypes != 1) ERR; in check_nc4_file()
108 if (nc_inq_typeids(grpid3, &numtypes, &comp_typeid)) ERR; in check_nc4_file()
109 if (numtypes != 1) ERR; in check_nc4_file()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomrs.c1617 boundspecial, shortcols, numtypes, num_found; in us_show() local
2807 numtypes = 0; in us_show()
2824 porttype[numtypes++] = INPORT; /* input */ in us_show()
2830 porttype[numtypes++] = PWRPORT; /* power */ in us_show()
2839 porttype[numtypes++] = 0; in us_show()
2842 porttype[numtypes++] = 0; /* generic */ in us_show()
2850 porttype[numtypes++] = INPORT; /* input */ in us_show()
2853 porttype[numtypes++] = PWRPORT; /* power */ in us_show()
2876 if (i >= numtypes) continue; in us_show()
2897 if (i >= numtypes) continue; in us_show()
[all …]
/dports/devel/wininfo/wininfo-0.7/src/
H A Dxresview.c290 int numtypes; in xresview_load() local
297 XResQueryClientResources( dpy, win, &numtypes, &types ); in xresview_load()
298 for( j = 0; j < numtypes; j++ ) { in xresview_load()
328 if( numtypes ) { in xresview_load()
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/fortran/
H A Dnf_lib.c256 nc_inq_numtypes(int ncid, int *numtypes) in nc_inq_numtypes() argument
258 return nc_inq_typeids(ncid, numtypes, NULL); in nc_inq_numtypes()

123456