代码搜索:Move
找到约 10,000 项符合「Move」的源代码
代码结果 10,000
www.eeworm.com/read/115273/6117564
c move.c
/* $Id: move.c,v 1.1 2004/08/28 19:25:46 dannybackx Exp $ */
/****************************************************************************
* This module is all original code
* by Rob Nation
* Cop
www.eeworm.com/read/115272/6118886
c move.c
/* $Id: move.c,v 1.1 2004/08/28 19:25:46 dannybackx Exp $ */
/****************************************************************************
* This module is all original code
* by Rob Nation
* Cop
www.eeworm.com/read/113536/6128077
txt move.txt
SUMMARY memory routines
#include
cProc Move,,
parmD src
parmD dst
parmW count
cProc Fill,,
parmD dst
parmB value
parmW count
DESCRIPTION
www.eeworm.com/read/113536/6128149
asm move.asm
;
; memory routines
;
; Modifications:
;
; 01-Dec-1986 mz Optimize odd move using rcl hack
;
.xlist
include ..\h\cmacros.inc
.list
sBegin code
assumes cs,code
cProc Move,,
www.eeworm.com/read/113399/6131605
c move.c
#include
#include "curspriv.h"
/****************************************************************/
/* Wmove() moves the cursor in window 'win' to position (x,y). */
/******************
www.eeworm.com/read/109236/6175782
c move.c
#include
#include
#define MWINCLUDECOLORS
#include "nano-X.h"
/*
* Demo to test child window movement and redrawing
*/
int
main(int ac,char **av)
{
GR_COORD offset_x = 0
www.eeworm.com/read/103192/6220815
txt move.txt
SUMMARY memory routines
#include
cProc Move,,
parmD src
parmD dst
parmW count
cProc Fill,,
parmD dst
parmB value
parmW count
DESCRIPTION
www.eeworm.com/read/103192/6220887
asm move.asm
;
; memory routines
;
; Modifications:
;
; 01-Dec-1986 mz Optimize odd move using rcl hack
;
.xlist
include ..\h\cmacros.inc
.list
sBegin code
assumes cs,code
cProc Move,,
www.eeworm.com/read/101082/6242477
c move.c
#ifdef lint
static char *sccsid = "@(#)move.c 4.1 (ULTRIX) 7/2/90";
#endif lint
# include "curses.ext"
/*
* This routine moves the cursor to the given point
*
* 1/26/81 (Berkeley) @(#)move.c 1.1
www.eeworm.com/read/101082/6242535
c move.c
/* move.c 4.1 83/03/09 */
/*
* move to (x, y). Both the _pen and cursor are supposed to be moved.
* We really just remember it for later, in case we move again.
*/
#include "2648.h"
move(x, y)
{