Home
last modified time | relevance | path

Searched refs:nSpecs (Results 1 – 25 of 28) sorted by relevance

12

/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltUtil.c928 int nSpecs;
937 high = nSpecs - 1;
987 int nSpecs;
1056 for (n = 0; n < nSpecs; n++) {
1068 for (n = 0; n < nSpecs; n++) {
1070 if (n==(nSpecs-1)) {
1099 for (n = 0; n < nSpecs; n++) {
1171 for (n = 0; n < nSpecs; n++) {
1184 for (n = 0; n < nSpecs; n++) {
1203 while (++i<nSpecs) {
[all …]
H A DbltInt.h256 extern Blt_Op Blt_GetOp _ANSI_ARGS_((Tcl_Interp *interp, int nSpecs,
261 int nSpecs, Blt_OpSpec *specArr, int operPos, int objc,
H A DbltContainer.c1688 static int nSpecs = sizeof(opSpecs) / sizeof(Blt_OpSpec); variable
1701 proc = Blt_GetOp(interp, nSpecs, opSpecs, BLT_OP_ARG1, argc, argv, 0);
H A DbltTed.c1787 static int nSpecs = sizeof(opSpecs) / sizeof(Blt_OpSpec); variable
1816 proc = Blt_GetOp(interp, nSpecs, opSpecs, BLT_OP_ARG1, argc, argv, 0);
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkState.c203 int nSpecs; in Ttk_StateMapLookup() local
206 status = Tcl_ListObjGetElements(interp, map, &nSpecs, &specs); in Ttk_StateMapLookup()
210 for (j = 0; j < nSpecs; j += 2) { in Ttk_StateMapLookup()
235 int nSpecs; in Ttk_GetStateMapFromObj() local
238 status = Tcl_ListObjGetElements(interp, mapObj, &nSpecs, &specs); in Ttk_GetStateMapFromObj()
242 if (nSpecs % 2 != 0) { in Ttk_GetStateMapFromObj()
251 for (j = 0; j < nSpecs; j += 2) { in Ttk_GetStateMapFromObj()
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkState.c203 int nSpecs; in Ttk_StateMapLookup() local
206 status = Tcl_ListObjGetElements(interp, map, &nSpecs, &specs); in Ttk_StateMapLookup()
210 for (j = 0; j < nSpecs; j += 2) { in Ttk_StateMapLookup()
235 int nSpecs; in Ttk_GetStateMapFromObj() local
238 status = Tcl_ListObjGetElements(interp, mapObj, &nSpecs, &specs); in Ttk_GetStateMapFromObj()
242 if (nSpecs % 2 != 0) { in Ttk_GetStateMapFromObj()
251 for (j = 0; j < nSpecs; j += 2) { in Ttk_GetStateMapFromObj()
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkState.c203 int nSpecs; in Ttk_StateMapLookup() local
206 status = Tcl_ListObjGetElements(interp, map, &nSpecs, &specs); in Ttk_StateMapLookup()
210 for (j = 0; j < nSpecs; j += 2) { in Ttk_StateMapLookup()
235 int nSpecs; in Ttk_GetStateMapFromObj() local
238 status = Tcl_ListObjGetElements(interp, mapObj, &nSpecs, &specs); in Ttk_GetStateMapFromObj()
242 if (nSpecs % 2 != 0) { in Ttk_GetStateMapFromObj()
250 for (j = 0; j < nSpecs; j += 2) { in Ttk_GetStateMapFromObj()
/dports/x11-toolkits/tix/Tix8.4.3/generic/
H A DtixClass.c181 cPtr->nSpecs = 0;
511 for (i=0; i<cPtr->nSpecs; i++) {
1165 int nSpecs; local
1179 nSpecs = listArgc;
1182 nAlloc = nSpecs+scPtr->nSpecs;
1184 nAlloc = nSpecs;
1187 cPtr->nSpecs = nSpecs;
1203 for (i=0; i<scPtr->nSpecs; i++) {
1232 cPtr->nSpecs ++;
1237 if (cPtr->nSpecs != nAlloc) {
[all …]
H A DtixWidget.c143 for (i=0; i<cPtr->nSpecs; i++) { in TIX_DEFINE_CMD()
248 for (i=0; i<cPtr->nSpecs; i++) {
H A DtixOption.c105 for (i=0; i<cPtr->nSpecs; i++) {
152 for (configSpec=NULL,nMatch=0,i=0; i<cPtr->nSpecs; i++) {
H A DtixInt.h604 int nSpecs; member
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tixGeneric/
H A DtixClass.c180 cPtr->nSpecs = 0;
529 for (i=0; i<cPtr->nSpecs; i++) {
1129 int nSpecs; local
1143 nSpecs = listArgc;
1146 nAlloc = nSpecs+scPtr->nSpecs;
1148 nAlloc = nSpecs;
1151 cPtr->nSpecs = nSpecs;
1167 for (i=0; i<scPtr->nSpecs; i++) {
1196 cPtr->nSpecs ++;
1201 if (cPtr->nSpecs != nAlloc) {
[all …]
H A DtixWidget.c147 for (i=0; i<cPtr->nSpecs; i++) { in TIX_DEFINE_CMD()
271 for (i=0; i<cPtr->nSpecs; i++) {
H A DtixOption.c106 for (i=0; i<cPtr->nSpecs; i++) {
153 for (configSpec=NULL,nMatch=0,i=0; i<cPtr->nSpecs; i++) {
H A DtixInt.h618 int nSpecs; member
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/lsp/source/
H A Dfolding_range.go145 nSpecs := len(n.Specs)
146 if nSpecs == 0 {
154 if fset.Position(n.Rparen).Line == fset.Position(n.Specs[nSpecs-1].End()).Line {
157 start, end = n.Lparen+1, n.Specs[nSpecs-1].End()
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/internal/lsp/source/
H A Dfolding_range.go149 nSpecs := len(n.Specs)
150 if nSpecs == 0 {
158 if fset.Position(n.Rparen).Line == fset.Position(n.Specs[nSpecs-1].End()).Line {
161 start, end = n.Lparen+1, n.Specs[nSpecs-1].End()
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/internal/lsp/source/
H A Dfolding_range.go145 nSpecs := len(n.Specs)
146 if nSpecs == 0 {
154 if fset.Position(n.Rparen).Line == fset.Position(n.Specs[nSpecs-1].End()).Line {
157 start, end = n.Lparen+1, n.Specs[nSpecs-1].End()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/internal/lsp/source/
H A Dfolding_range.go151 nSpecs := len(n.Specs)
152 if nSpecs == 0 {
160 if fset.Position(n.Rparen).Line == fset.Position(n.Specs[nSpecs-1].End()).Line {
163 start, end = n.Lparen+1, n.Specs[nSpecs-1].End()
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/internal/lsp/source/
H A Dfolding_range.go150 nSpecs := len(n.Specs)
151 if nSpecs == 0 {
159 if fset.Position(n.Rparen).Line == fset.Position(n.Specs[nSpecs-1].End()).Line {
162 start, end = n.Lparen+1, n.Specs[nSpecs-1].End()
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/internal/lsp/source/
H A Dfolding_range.go145 nSpecs := len(n.Specs)
146 if nSpecs == 0 {
154 if fset.Position(n.Rparen).Line == fset.Position(n.Specs[nSpecs-1].End()).Line {
157 start, end = n.Lparen+1, n.Specs[nSpecs-1].End()
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/internal/lsp/source/
H A Dfolding_range.go145 nSpecs := len(n.Specs)
146 if nSpecs == 0 {
154 if fset.Position(n.Rparen).Line == fset.Position(n.Specs[nSpecs-1].End()).Line {
157 start, end = n.Lparen+1, n.Specs[nSpecs-1].End()
/dports/sysutils/istio/istio-1.6.7/vendor/golang.org/x/tools/internal/lsp/source/
H A Dfolding_range.go146 nSpecs := len(n.Specs)
147 if nSpecs == 0 {
155 if fset.Position(n.Rparen).Line == fset.Position(n.Specs[nSpecs-1].End()).Line {
158 start, end = n.Lparen+1, n.Specs[nSpecs-1].End()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_GraphDef.cpp252 uint32 nSpecs = graphDef->mNumParamSpecs; in calcParamSpecs() local
254 IndexMap* tempMaps = (IndexMap*)malloc(nSpecs * sizeof(IndexMap)); in calcParamSpecs()
256 for (uint32 i = 0; i < nSpecs; ++i) { in calcParamSpecs()
266 std::sort(tempMaps, tempMaps + nSpecs, sortIndexMaps); in calcParamSpecs()
267 for (uint32 i = 0; i < (nSpecs - 1); ++i) { in calcParamSpecs()
275 IndexMap* tempMap = tempMaps + nSpecs - 1; in calcParamSpecs()
295 uint32 nSpecs = graphDef->mNumParamSpecs; in calcParamSpecs1() local
299 for (uint32 i = 0; i < nSpecs; ++i) { in calcParamSpecs1()
309 std::sort(tempMaps, tempMaps + nSpecs, sortIndexMaps); in calcParamSpecs1()
310 for (uint32 i = 0; i < (nSpecs - 1); ++i) { in calcParamSpecs1()
[all …]
/dports/textproc/jade/jade-1.2.1/lib/
H A DExtendEntityManager.cxx125 size_t nSpecs() const;
1219 size_t ExternalInfoImpl::nSpecs() const in nSpecs() function in SP_NAMESPACE::ExternalInfoImpl

12