run                52 modules/flt.h      int     (*run)();           // run module (for simple modules like games). Optional
run               730 modules/module_load.c         if ((*h_run[n].lib)->run)
run               732 modules/module_load.c             return (*h_run[n].lib)->run();
run               766 modules/module_load.c                 return (*h_run[i].lib)->run();
run               777 modules/module_load.c             return (*h_run[i].lib)->run();
run               679 modules/user_menu_edit.c                 if (mod->_module_info->lib->run != 0)   // Simple Module?
run              1688 tools/packfi2/deflate.c     uInt run;           /* length of run */
run              1707 tools/packfi2/deflate.c         run = 0;
run              1715 tools/packfi2/deflate.c             } while (++run < max);
run              1719 tools/packfi2/deflate.c         if (run >= MIN_MATCH) {
run              1720 tools/packfi2/deflate.c             check_match(s, s->strstart, s->strstart - 1, run);
run              1721 tools/packfi2/deflate.c             _tr_tally_dist(s, 1, run - MIN_MATCH, bflush);
run              1722 tools/packfi2/deflate.c             s->lookahead -= run;
run              1723 tools/packfi2/deflate.c             s->strstart += run;