Searched defs:increment (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/ksh93/tests/ |
H A D | statics.sh | 138 function increment function 147 s.increment 164 function increment function 173 sn.increment 463 function increment function 474 s[5].increment 490 function increment function 500 sn.increment 523 function increment function 534 s[9][5].increment 550 function increment function 583 function increment function 610 function increment function [all...] |
H A D | types.sh | 417 function increment function 425 sn.increment
|
/ast/src/lib/libcmd/ |
H A D | date.c | 298 int increment = 0; /* incrementally adjust time */ local 333 increment = 1; 502 else if (settime(context, cmd, now, increment, network))
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclCmdIL.c | 189 " varName ?increment?\"", (char *) NULL); 199 "\n (reading value of variable to increment)"); 205 int increment; 207 if (Tcl_GetInt(interp, argv[2], &increment) != TCL_OK) { 209 "\n (reading increment)"); 212 value += increment; 203 int increment; local
|
/ast/src/lib/libast/misc/ |
H A D | stk.c | 111 # define increment(x) (_stkstats.x++) macro 114 # define increment(x) macro 157 increment(delete); 223 increment(create); 274 increment(install); 347 increment(set); 398 increment(alloc); 414 increment(seek); 473 increment(copy); 527 increment(gro [all...] |
/ast/src/cmd/paxlib/calib/ |
H A D | calib.c | 69 int increment; member in struct:Ar_s 406 sequence = ar->digits && ar->increment && (ar->position + ar->digits) <= ar->linesize ? ar->sequence : -1; 636 sequence += ar->increment; 808 ar->increment = casize2(&h[35]); 811 ar->sequence += ar->increment; 836 ar->increment = casize2(&h[35]); 839 ar->sequence += ar->increment;
|
/ast/src/lib/libtk/generic/ |
H A D | tkListbox.c | 1953 int i, firstRedisplay, increment, oldCount; 1966 increment = select ? 1 : -1; 1975 listPtr->numSelected += increment; 1937 int i, firstRedisplay, increment, oldCount; local
|
/ast/src/cmd/html/ |
H A D | troff2html.h | 93 int increment; /* auto increment amount */ member in struct:Num_s
|
/ast/src/cmd/ksh93/edit/ |
H A D | vi.c | 2059 /*{ REPLACE( char, increment ) 2064 * increment = 1, increment cur_virt after replacement. 2069 static void replace(register Vi_t *vp, register int c, register int increment) argument 2087 || (increment && (cur_window==w_size-1) 2094 if( increment && cur_virt<last_virt ) 2104 if(increment)
|
Completed in 44 milliseconds