代码搜索:overwrite
找到约 926 项符合「overwrite」的源代码
代码结果 926
www.eeworm.com/read/101082/6242372
c overwrite.c
#ifdef lint
static char *sccsid = "@(#)overwrite.c 4.1 (ULTRIX) 7/2/90";
#endif lint
# include "curses.ext"
# define min(a,b) (a < b ? a : b)
/*
* This routine writes win1 on win2 destructively.
www.eeworm.com/read/101082/6242993
c overwrite.c
# include "curses.ext"
# define min(a,b) (a < b ? a : b)
/*
* This routine writes win1 on win2 destructively.
*
* 3/27/83 (Berkeley) @(#)overwrite.c 1.3
*/
overwrite(win1, win2)
reg WINDOW *win1
www.eeworm.com/read/151899/12162737
gif overwrite.gif
www.eeworm.com/read/151567/12200458
m overwrite.m
function b = overWrite(b, n)
% b = overWrite(b, n)
%
% Backup b characters (the number of characters in the
% string printed by the last call to {\tt overWrite})
% and print the new string, return
www.eeworm.com/read/130197/14203948
m overwrite.m
function b = overWrite(b, n)
% b = overWrite(b, n)
%
% Backup b characters (the number of characters in the
% string printed by the last call to {\tt overWrite})
% and print the new string, return
www.eeworm.com/read/305566/3772182
sh overwrite.sh
#! /bin/sh
# overwrite copy stdin to stdout after EOF
# Kernighan and Pike - page 154
opath=$PATH
PATH=/bin:/usr/bin
case $# in
0|1)
echo 'Usage: overwrite file cmd [args]' 1>&2
exit 2
esac
file=
www.eeworm.com/read/303435/3811771
sh overwrite.sh
#! /bin/sh
# /*********************** self documentation **********************/
# OVERWRITE - copy stdin to stdout after EOF
#
# This shell is called from the shell script: replace
#
# /**********
www.eeworm.com/read/193884/8203697