Searched refs:incr (Results 101 - 125 of 218) sorted by relevance

123456789

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvsort81 incr skip -1
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dxkibitz96 incr maxtag
148 incr maxtag -1
H A Dgethostbyaddr270 for {set i [expr $d-1]} {$i>0} {incr i -1} {
295 for {set i [expr $d+1]} {$i<255} {incr i} {
/macosx-10.10.1/text_cmds-88/nl/
H A Dnl.c123 static int incr = 1; variable
198 "invalid incr argument -- %s", optarg);
199 incr = (int)val;
367 line += incr;
436 "usage: nl [-p] [-b type] [-d delim] [-f type] [-h type] [-i incr] [-l num]\n"
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXgeneral.c372 long idx, first, limit, incr = 1;
378 "var first limit ?incr? command");
390 if (Tcl_ExprLongObj (interp, objv [4], &incr) != TCL_OK)
397 (((idx < limit) && (incr >= 0)) || ((idx > limit) && (incr < 0)));
398 idx += incr) {
367 long idx, first, limit, incr = 1; local
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dexpand257 incr level
350 incr level -1
556 {incr currentPass} {
803 incr errorCount
827 incr errorCount
832 incr errorCount
840 incr errorCount
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Dexpand257 incr level
350 incr level -1
556 {incr currentPass} {
803 incr errorCount
827 incr errorCount
832 incr errorCount
840 incr errorCount
/macosx-10.10.1/vim-55/src/
H A Dcharset.c1265 int incr; local
1300 incr = 1; /* NUL at end of line only takes one column */
1305 incr = ts - (vcol % ts);
1314 incr = utf_ptr2cells(ptr);
1316 incr = CHARSIZE(c);
1321 if (incr == 2 && wp->w_p_wrap && MB_BYTE2LEN(*ptr) > 1
1324 ++incr;
1330 incr = CHARSIZE(c);
1336 vcol += incr;
1346 incr
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dbasic.test33 incr num
37 incr num -1
41 return [incr val $by]
226 [incr Tcl] no longer supports this syntax.
243 return [incr val $by]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dget-regression-nb.xotcl127 incr ::running -1
150 for {set s 0} {$s < $clients} {incr s} {
251 incr ::total [psink set totalbytes]
256 incr ::total [psink set totalbytes]
281 for {set i 1} {$i<10} {incr i} {
H A Dget-regression.xotcl84 incr i
87 foreach url $urls { sink$i reportTimes;incr i}
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tests/
H A Dfixed.test20 for {set i 0} {$i < 1000} {incr i} {
37 for {set i 0} {$i < 10} {incr i} {
135 for {set i 0} {$i < 10} {incr i} {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_call_arg_valid.test34 for {set NbrVariationLists 0} {1} {incr NbrVariationLists} {
40 for {set TestNbr 0} {$TestNbr<[llength $VariationList(0)]} {incr TestNbr} {
44 for {set vl 0} {$vl<$NbrVariationLists} {incr vl} {
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/lib/
H A Dhtmllib.xotcl179 for {set n 0} {$n < $indentLevel} {incr n} {
194 incr indentLevel
203 incr indentLevel -1
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dvstring.c285 static void vstring_extend(VBUF *bp, ssize_t incr) argument
302 new_len = bp->len + (bp->len > incr ? bp->len : incr);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dmods.c412 long incr; local
414 if ( lutil_atol( &incr, mod->sm_values[0].bv_val ) != 0 ) {
420 if( incr == 0 ) {
432 strln = snprintf( str, sizeof(str), "%ld", value+incr );
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dm4-mode.el167 ;;; "ifdef" "ifelse" "include" "incr" "index" "indir" "len" "line"
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dvi.c1600 register int incr = -1; local
1657 incr = 1;
1682 incr = 1;
1685 if( incr*tcur_virt < motion)
1687 tcur_virt += vp->repeat*incr;
1688 if( incr*tcur_virt > motion)
1721 incr = 1;
1730 incr = 1;
1742 incr = 1;
1754 while( incr*(tcur_vir
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dtclmanpages58 {incr.n tcl/math/incr}
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Drmt152 incr executing 1
172 incr executing -1
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Drmt147 incr executing 1
169 incr executing -1
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog3 # PROGRAM: demo program for [incr Widgets]
251 incr offset 4
285 wm title . {[incr Widgets] Demo}
353 iwidgets::dialog .about -title {About: [incr Widgets] Demo} -modality none
361 label $win.title -text {[incr Widgets]}
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dremap.cpp235 /* We must come up with (i, incr) such that 0 <= i < _size
236 and 0 < incr < _size and both are a function of hash */
246 /* Derive incr from hash_, just to make it more arbitrary. Note that
247 incr must not be 0, or we will get into an infinite loop.*/
248 unsigned incr = (hash_ ^ ((unsigned long)hash_ >> 3)) &mask; local
249 if (!incr)
250 incr = mask;
254 i = (i + incr) &mask;
262 incr = incr <<
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dmkg3states.c327 int incr = 1 << width; local
329 for (code = P->code; code < limit; code += incr) {
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A Dvisual_bb.test29 incr testNum

Completed in 393 milliseconds

123456789