/dports/cad/opencascade/opencascade-7.6.0/src/Bnd/ |
H A D | Bnd_BoundSortBox2d.cxx | 161 Standard_Integer labox, lacase, firstcase, lastcase; in SortBoxes() local 176 firstcase=(Standard_Integer ) Max(1.0, (xmin-Xmin)/deltaX); in SortBoxes() 178 for (lacase=firstcase; lacase<=lastcase; lacase++) { in SortBoxes() 184 firstcase=(Standard_Integer ) Max(1.0, (ymin-Ymin)/deltaY); in SortBoxes() 186 for (lacase=firstcase; lacase<=lastcase; lacase++) { in SortBoxes() 292 Standard_Integer lacase, firstcase, lastcase; in Compare() local 303 firstcase=(Standard_Integer ) Max(1.0, (ymin-Ymin)/deltaY); in Compare() 305 for (lacase=firstcase; lacase<=lastcase; lacase++) { in Compare() 322 firstcase=(Standard_Integer ) Max(1.0, (xmin-Xmin)/deltaX); in Compare() 324 for (lacase=firstcase; lacase<=lastcase; lacase++) { in Compare()
|
/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/windows/intel/printer834/ |
H A D | printer.tcl | 606 set firstcase $option(use_copybits) 608 set firstcase 0 611 if { $firstcase > 0 } { 659 set firstcase $option(use_copybits) 661 set firstcase 0 663 if { $firstcase > 0 } {
|
/dports/editors/texstudio/texstudio-4.1.2/completion/ |
H A D | formal-grammar.cwl | 17 \firstcase{letter}{definition%formula}{explanation%text}
|
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libexpr/ |
H A D | exlib.h | 129 Exnode_t* firstcase; /* first case block */ member
|
H A D | exparse.y | 308 …am, $1->index, 1, INTEGER, $3, exnewnode(expr.program, DEFAULT, 1, 0, sw->defcase, sw->firstcase)); 362 sw->firstcase = 0; 389 sw->firstcase = $$;
|
H A D | Oexparse.c | 1151 …x, 1, INTEGER, exvsp[-5].expr, exnewnode(expr.program, DEFAULT, 1, 0, sw->defcase, sw->firstcase)); in exparse() 1211 sw->firstcase = 0; in exparse() 1237 sw->firstcase = exval.expr; in exparse()
|
/dports/shells/ksh93/ast-93u/src/lib/libexpr/ |
H A D | exlib.h | 129 Exnode_t* firstcase; /* first case block */ member
|
H A D | exparse.y | 308 …am, $1->index, 1, INTEGER, $3, exnewnode(expr.program, DEFAULT, 1, 0, sw->defcase, sw->firstcase)); 362 sw->firstcase = 0; 389 sw->firstcase = $$;
|
H A D | Oexparse.c | 1151 …x, 1, INTEGER, exvsp[-5].expr, exnewnode(expr.program, DEFAULT, 1, 0, sw->defcase, sw->firstcase)); in exparse() 1211 sw->firstcase = 0; in exparse() 1237 sw->firstcase = exval.expr; in exparse()
|
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libexpr/ |
H A D | exlib.h | 129 Exnode_t* firstcase; /* first case block */ member
|
H A D | exparse.y | 308 …am, $1->index, 1, INTEGER, $3, exnewnode(expr.program, DEFAULT, 1, 0, sw->defcase, sw->firstcase)); 362 sw->firstcase = 0; 389 sw->firstcase = $$;
|
H A D | Oexparse.c | 2109 …EGER, (yyvsp[(3) - (8)].expr), exnewnode(expr.program, DEFAULT, 1, 0, sw->defcase, sw->firstcase)); 2181 sw->firstcase = 0; 2210 sw->firstcase = (yyval.expr);
|
/dports/graphics/graphviz/graphviz-2.44.1/lib/expr/ |
H A D | exlib.h | 145 Exnode_t* firstcase; /* first case block */ member
|
H A D | exparse.y | 366 …am, $1->index, 1, INTEGER, $3, exnewnode(expr.program, DEFAULT, 1, 0, sw->defcase, sw->firstcase)); 420 sw->firstcase = 0; 447 sw->firstcase = $$;
|
H A D | y.tab.c | 2043 … 1, INTEGER, (yyvsp[-5].expr), exnewnode(expr.program, DEFAULT, 1, 0, sw->defcase, sw->firstcase)); in yyparse() 2111 sw->firstcase = 0; in yyparse() 2139 sw->firstcase = (yyval.expr); in yyparse()
|
H A D | exparse.c | 2043 … 1, INTEGER, (exvsp[-5].expr), exnewnode(expr.program, DEFAULT, 1, 0, sw->defcase, sw->firstcase)); in exparse() 2111 sw->firstcase = 0; in exparse() 2139 sw->firstcase = (exval.expr); in exparse()
|
/dports/textproc/highlight/highlight-4.1/langDefs/ |
H A D | fame.lang | 39 "extract", "file", "filespec", "first", "firstcase", "firstdate", "firstvalue",
|
/dports/math/pspp/pspp-1.4.1/tests/language/data-io/ |
H A D | get-data-txt.at | 48 /firstcase=2 /variables=A f7.2 B f7.2 C f7.2 D f7.2. 86 /firstcase=3 /variables=A f7.2 B f7.2 C f7.2 D f7.2.
|
/dports/devel/splint/splint-3.1.2/test/ |
H A D | help.expect | 185 firstcase
|
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/ |
H A D | splint.vim | 104 syn keyword splintFlag contained filestaticprefixexclude firstcase fixedformalarray floatdouble for…
|
/dports/editors/vim/vim-8.2.3745/runtime/syntax/ |
H A D | splint.vim | 104 syn keyword splintFlag contained filestaticprefixexclude firstcase fixedformalarray floatdouble for…
|
/dports/devel/cppcheck-gui/cppcheck-2.6.3/gui/test/data/benchmark/ |
H A D | simple.cpp | 350 bool firstcase = true; in checkSwitchCaseFallThrough() local 404 if (!justbreak && !firstcase) { in checkSwitchCaseFallThrough() 409 firstcase = false; in checkSwitchCaseFallThrough()
|
/dports/devel/cppcheck/cppcheck-2.6.3/gui/test/data/benchmark/ |
H A D | simple.cpp | 350 bool firstcase = true; in checkSwitchCaseFallThrough() local 404 if (!justbreak && !firstcase) { in checkSwitchCaseFallThrough() 409 firstcase = false; in checkSwitchCaseFallThrough()
|
/dports/devel/splint/splint-3.1.2/src/ |
H A D | flags.def | 1669 "firstcase",
|
/dports/math/pspp/pspp-1.4.1/tests/ |
H A D | testsuite | 46154 /firstcase=2 /variables=A f7.2 B f7.2 C f7.2 D f7.2. 46227 /firstcase=3 /variables=A f7.2 B f7.2 C f7.2 D f7.2.
|