代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/108242/6183572
c update.c
/* update - do sync periodically Author: Andy Tanenbaum */
#include
#include
#include
_PROTOTYPE(int main, (void));
int main()
{
/* Release all (?) open file
www.eeworm.com/read/103308/6219984
sh getworkingproject.sh
#!/bin/sh
if test -z "$4"
then
echo "Executing: p4 -c $1 -p $2 -u $3 sync -f"
p4 -c $1 -p $2 -u $3 sync -f
else
if test "$4" = "-v"
then
echo "Executing: p4 -c $1 -p $2 -u $3 sync -f $5"
p4 -c $1 -p
www.eeworm.com/read/101082/6242494
c zoomn.c
/* zoomn.c 4.1 83/03/09 */
#include "2648.h"
zoomn(size)
char size;
{
sync();
escseq(ESCD);
outchar(size+'0');
outchar('i');
}
www.eeworm.com/read/101082/6242513
c clearg.c
/* clearg.c 4.1 83/03/09 */
#include "2648.h"
clearg()
{
sync();
escseq(ESCD);
outchar((_video==INVERSE) ? 'b' : 'a');
}
www.eeworm.com/read/101082/6242532
c curon.c
/* curon.c 4.1 83/03/09 */
#include "2648.h"
curon()
{
if (_cursoron)
return;
sync();
escseq(ESCD);
outchar('k');
_cursoron = 1;
}
curoff()
{
if (!_cursoron)
return;
sync();
escseq(ESCD
www.eeworm.com/read/101082/6242766
c tell.c
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)TELL.c 1.3 6/17/81";
#include "h00vars.h"
/*
* Find current location
*/
struct seekptr
TELL(curfile)
www.eeworm.com/read/101082/6252659
miniprofile .miniprofile
#!/bin/sh
# .miniprofile: the installation only
# @(#).miniprofile 4.1 (ULTRIX) 7/2/90
stty dec new prterase
PATH=.:/bin
HOME=/
export PATH TERM HOME
[ -f /etc/eli ] &&
{
/etc/eli -f -q > /dev/null
www.eeworm.com/read/410115/11301750
asm bdm.asm
;----------------------------------------------------------------------------;
; BDM.MAS Comandos BDM 68HC9S08 ;
; =======