step               78 lib/lua/lstring.c   size_t step = (l>>5)+1;  /* if string is too long, don't hash all its chars */
step               80 lib/lua/lstring.c   for (l1=l; l1>=step; l1-=step)  /* compute hash */
step              671 lib/lua/lvm.c          lua_Number step = nvalue(ra+2);
step              672 lib/lua/lvm.c          lua_Number idx = luai_numadd(nvalue(ra), step); /* increment index */
step              674 lib/lua/lvm.c          if (luai_numlt(0, step) ? luai_numle(idx, limit)
step              114 lib/ubasic/ubasic.c   int step;
step             1466 lib/ubasic/ubasic.c     value = ubasic_get_variable(var) + for_stack[for_stack_ptr - 1].step;
step             1469 lib/ubasic/ubasic.c     if(((for_stack[for_stack_ptr - 1].step > 0) && (value <= for_stack[for_stack_ptr - 1].to)) ||
step             1470 lib/ubasic/ubasic.c        ((for_stack[for_stack_ptr - 1].step < 0) && (value >= for_stack[for_stack_ptr - 1].to)))
step             1487 lib/ubasic/ubasic.c   int for_variable, to, step;
step             1496 lib/ubasic/ubasic.c   step = 1;
step             1499 lib/ubasic/ubasic.c 	  step = expr();         
step             1507 lib/ubasic/ubasic.c     for_stack[for_stack_ptr].step = step;
step               29 modules/gui_debug.c static unsigned int step;
step               38 modules/gui_debug.c     step = 4;
step              100 modules/gui_debug.c             sprintf(buf, "0x%08X", step);
step              129 modules/gui_debug.c         addr-=step;
step              133 modules/gui_debug.c         addr+=step;
step              138 modules/gui_debug.c         switch (step) {
step              139 modules/gui_debug.c             case 0x00000004: step = 0x00000010; break;
step              140 modules/gui_debug.c             case 0x10000000: step = 0x00000004; break;
step              141 modules/gui_debug.c             default: step<<=4; break;
step              146 modules/gui_debug.c         switch (step) {
step              147 modules/gui_debug.c             case 0x00000010: step = 0x0000004; break;
step              149 modules/gui_debug.c             default: step>>=4; break;
step              154 modules/gui_debug.c         switch (step) {
step              155 modules/gui_debug.c             case 0x00000004: step = 0x00000010; break;
step              157 modules/gui_debug.c             default: step<<=4; break;
step              570 modules/gui_fselect.c static void fselect_goto_prev(int step)
step              574 modules/gui_fselect.c     for (j=0; j<step; ++j)
step              582 modules/gui_fselect.c         else if (step == 1)
step              593 modules/gui_fselect.c static void fselect_goto_next(int step)
step              596 modules/gui_fselect.c     for (j=0; j<step; ++j)
step              604 modules/gui_fselect.c         else if (step == 1)
step               56 modules/gui_osd_edit.c static int step;
step               82 modules/gui_osd_edit.c         sprintf(osd_buf, " %s:  x:%d y:%d s:%d f:%d:%d ", lang_str(osd[curr_item].title), osd[curr_item].pos->x, osd[curr_item].pos->y, step, xscale, yscale);
step              150 modules/gui_osd_edit.c             osd[curr_item].pos->x-=(osd[curr_item].pos->x>=step)?step:osd[curr_item].pos->x;
step              157 modules/gui_osd_edit.c             osd[curr_item].pos->x+=(camera_screen.width-SCL(osd[curr_item].size.x,0)-osd[curr_item].pos->x>step)?step:camera_screen.width-SCL(osd[curr_item].size.x,0)-osd[curr_item].pos->x;
step              165 modules/gui_osd_edit.c             osd[curr_item].pos->y-=(osd[curr_item].pos->y>=step)?step:osd[curr_item].pos->y;
step              172 modules/gui_osd_edit.c             osd[curr_item].pos->y+=(camera_screen.height-osd[curr_item].size.y-osd[curr_item].pos->y>step)?step:camera_screen.height-osd[curr_item].size.y-osd[curr_item].pos->y;
step              188 modules/gui_osd_edit.c         step=(step==1)?10:1;
step              234 modules/gui_osd_edit.c     step = 10;