Home
last modified time | relevance | path

Searched refs:stflag (Results 1 – 18 of 18) sorted by relevance

/dports/databases/db18/db-18.1.40/test/tcl/
H A Dtest147.tcl125 foreach stflag $flaglist {
127 $stflag == "L A" && ![is_logenv $env] } {
149 -$stflag $combinearg $std_redirect"
153 foreach stflag $flaglist_env {
179 -$stflag $combinearg $std_redirect"
188 foreach stflag $flaglist2 {
202 foreach stflag $flaglist2_env {
206 if { $stflag == "r" && ![is_repenv $env] } {
214 if { $stflag == "c" && ![is_lockenv $env] } {
222 if { $stflag == "t" && ![is_txnenv $env] } {
[all …]
/dports/japanese/plain2/plain2-2.54p1.orig/debian/patch/
H A Dpatch-67 +int stflag = 1;
16 + if (stflag) {
37 + stflag = 0;
45 + stflag = 0;
/dports/editors/emacs-devel/emacs-4d1968b/lisp/cedet/
H A Dcedet-idutils.el68 (stflag (cond ((or (eq texttype 'tagname)
80 (cedet-idutils-lid-call (append resultflg nil stflag ;; scopeflgs
H A Dcedet-global.el60 (stflag (cond ((or (eq texttype 'tagname)
68 (cedet-gnu-global-call (list (concat flgs scopeflgs stflag)
/dports/editors/emacs/emacs-27.2/lisp/cedet/
H A Dcedet-global.el62 (stflag (cond ((or (eq texttype 'tagname)
70 (cedet-gnu-global-call (list (concat flgs scopeflgs stflag)
H A Dcedet-idutils.el70 (stflag (cond ((or (eq texttype 'tagname)
82 (cedet-idutils-lid-call (append resultflg scopeflgs stflag
/dports/japanese/plain2/plain2-2.54p1.orig/src/
H A Dplain2.c131 int stflag = 1; variable
276 if (stflag) { in doPlain2()
413 stflag = 0;
421 stflag = 0;
/dports/databases/db18/db-18.1.40/lang/tcl/
H A Dtcl_compat.c315 static const char *stflag[] = { local
319 enum stflag { enum
447 if (Tcl_GetIndexFromObj(interp, objv[4], stflag,
450 switch ((enum stflag)stindex) {
/dports/databases/db5/db-5.3.28/lang/tcl/
H A Dtcl_compat.c315 static const char *stflag[] = { local
319 enum stflag { enum
447 if (Tcl_GetIndexFromObj(interp, objv[4], stflag,
450 switch ((enum stflag)stindex) {
/dports/graphics/cimg/CImg-v.2.9.7/examples/
H A Dpde_TschumperleDeriche2d.cpp85 const bool stflag = cimg_option("-stats",false,"Display image statistics at each iteration"); in main() local
131 if (stflag) img.print(); in main()
/dports/graphics/gmic-qt/CImg-v.2.9.8/examples/
H A Dpde_TschumperleDeriche2d.cpp85 const bool stflag = cimg_option("-stats",false,"Display image statistics at each iteration"); in main() local
131 if (stflag) img.print(); in main()
/dports/math/sc/sc-7.16/
H A Dscreen.c176 if (fr != lastfr && !gs.stflag && lastfr) { in update()
226 else if (stcol >= fr->or_left->col && !gs.stflag) { in update()
369 else if (strow >= fr->or_left->row && !gs.stflag) { in update()
492 gs.stflag = 0; in update()
H A Dsc.h209 int stflag; member
H A Dinterp.c1875 gs.stflag = 1; in moveto()
1877 gs.stflag = 0; in moveto()
H A Dcmds.c3304 gs.stflag = 1;
3306 gs.stflag = 0;
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dsc.h202 int stflag; member
H A Dinterp.c2160 gs.stflag = 1; in moveto()
2162 gs.stflag = 0; in moveto()
/dports/lang/gscheme/GScheme/php/
H A Dscheme.php2400 $stflag = $stacktrace; $stacktrace = 0; variable
2451 $stacktrace = $stflag;