Home
last modified time | relevance | path

Searched refs:cuttype (Results 1 – 15 of 15) sorted by relevance

/dports/devel/dev86/dev86-0.16.20/
H A Difdef.c28 int cuttype = 0; /* 0 = use blank lines */ variable
83 cuttype = 2;
88 case 'b': cuttype = 0; break;
89 case 'l': cuttype = 1; break;
91 case 'c': cuttype = 2; break;
92 case 'r': cuttype = 3; break;
164 if( cuttype == 1 )
180 if( cuttype == 1 ) set_line(lineno);
185 if( cuttype == 0 ) printf("\n");
250 if( cuttype == 0 ) printf("\n"); in do_hashcom()
[all …]
/dports/audio/cpige/cpige-1.5/
H A Dcpige.conf.example81 cuttype = "m"
84 // (depends of cuttype)
/dports/graphics/quat/quat-1.20/kernel/
H A Dfiles.c652 int i, j, cutpos, cuttype; in ReadParameters() local
762 if (ReadNextInt(&d, &cuttype, Error)) return(-6); in ReadParameters()
763 *(char *)&cutbuf[cutpos++] = (char)cuttype; in ReadParameters()
764 switch (cuttype) in ReadParameters()
771 } while (cuttype != CUT_TERMINATOR); in ReadParameters()
/dports/graphics/quat-gui/quat-1.20/kernel/
H A Dfiles.c652 int i, j, cutpos, cuttype; in ReadParameters() local
762 if (ReadNextInt(&d, &cuttype, Error)) return(-6); in ReadParameters()
763 *(char *)&cutbuf[cutpos++] = (char)cuttype; in ReadParameters()
764 switch (cuttype) in ReadParameters()
771 } while (cuttype != CUT_TERMINATOR); in ReadParameters()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcomm.cpp480 double *cuttype = neighbor->cuttype; in setup() local
483 cuttype[i]; in setup()
500 double *cuttype = neighbor->cuttype; in setup() local
502 cutghostmulti[i][0] = cuttype[i] * length0; in setup()
503 cutghostmulti[i][1] = cuttype[i] * length1; in setup()
504 cutghostmulti[i][2] = cuttype[i] * length2; in setup()
H A Dneighbor.h86 double *cuttype; // for each type, max neigh cut w/ others variable
H A Dneighbor.cpp133 cuttype = NULL; in Neighbor()
210 delete [] cuttype; in ~Neighbor()
303 cuttype = new double[n+1]; in init()
312 cuttype[i] = cuttypesq[i] = 0.0; in init()
321 cuttype[i] = MAX(cuttype[i],cut); in init()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dneighbor.h40 double *cuttype; // for each type, max neigh cut w/ others variable
H A Dcomm_brick.cpp242 double *cuttype = neighbor->cuttype; in setup() local
246 cutghostmultiold[i][0] = MAX(tmp,cuttype[i]); in setup()
247 cutghostmultiold[i][1] = MAX(tmp,cuttype[i]); in setup()
248 cutghostmultiold[i][2] = MAX(tmp,cuttype[i]); in setup()
H A Dneighbor.cpp129 cuttype = nullptr; in Neighbor()
223 delete [] cuttype; in ~Neighbor()
332 cuttype = new double[n+1]; in init()
341 cuttype[i] = cuttypesq[i] = 0.0; in init()
350 cuttype[i] = MAX(cuttype[i],cut); in init()
H A Dcomm_tiled.cpp235 double *cuttype = neighbor->cuttype; in setup() local
239 cutghostmultiold[i][0] = MAX(tmp,cuttype[i]); in setup()
240 cutghostmultiold[i][1] = MAX(tmp,cuttype[i]); in setup()
241 cutghostmultiold[i][2] = MAX(tmp,cuttype[i]); in setup()
H A Dinfo.cpp391 for (int i=1; i <= atom->ntypes && neighbor->cuttype; ++i) { in command()
392 cut = neighbor->cuttype[i]; in command()
/dports/cad/qflow/qflow-1.4.98/src/
H A Dreadlef.c1188 int cuttype; local
1197 cuttype = LefGetMaxLayer();
1198 if (cuttype < MAX_TYPES) {
1199 lefl->type = cuttype;
1200 curlayer = cuttype;
/dports/cad/qrouter/qrouter-1.4.85/
H A Dlef.c1336 int cuttype; local
1345 cuttype = LefGetMaxLayer();
1346 if (cuttype < MAX_TYPES) {
1347 lefl->type = cuttype;
1348 curlayer = cuttype;
1349 strcpy(CIFLayer[cuttype], lefl->lefName);
/dports/editors/impress/impress-1.1b9/src/
H A Dimpress.tcl7245 proc pasteCutCopy { x y pastetype cuttype doselect} {
7253 set pastebuf $Global($cuttype)
7754 proc cutCopySelected { cuttype tagname dogroups killtemps} {
7757 set Global($cuttype) ""
7799 append Global($cuttype) "
7804 append Global($cuttype) "
7808 if {"$cuttype" == "CopyMock"} {
7809 append Global($cuttype) "
7811 } elseif {"$cuttype" == "Cut"} {
7819 if {"$cuttype" == "Cut"} {