代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/187464/5220758
h local.h
/* local.h */
#include
extern FILE *scrfp;
extern char scrname[];
extern struct termios oldtty;
extern char t_flushc, t_intrc, t_quitc, sg_erase, sg_kill;
extern int errno;
int errexi
www.eeworm.com/read/167185/5462740
sh nvurecord.sh
#!/bin/sh
# $1 = kill signal
# $2 = window title
# $3 = program name
# $4 = extra args (e.g., channel)
#set -x
menu_file=.wvtmp$$.WM
comm_file=.wvtmp$$.WC
speech_file=sp\$\$.sd
signal=$1
shift
title
www.eeworm.com/read/167185/5465493
dosound
#! /bin/sh
# display new sound waveform and spectrogram
# @(#)dosound 1.7 1/18/93 ERL
demo_temp=`cat $HOME/.demo_temp`
sdfile=files/audio/$1.sd
specfile=$demo_temp/$1.fspec
send_xwaves kill
slee
www.eeworm.com/read/316872/3603240
h midi_synth.h
int midi_synth_ioctl (int dev,
unsigned int cmd, void __user * arg);
int midi_synth_kill_note (int dev, int channel, int note, int velocity);
int midi_synth_set_instr (int dev, int channel, int i
www.eeworm.com/read/306178/3745281
c shi.c
//dadi.c 任务使
// [lsg 1999/11/24]
inherit NPC;
#define QUEST_KILL __DIR__"quest"
#include ;
int time_period(int timep,object me);
void create()
{
set_name("长老", ({ "zhang lao", "zhan
www.eeworm.com/read/306178/3751321
c liling2.c
inherit NPC;
#include
int waiting(object me);
int checking(object me);
int do_chase(object me);
int do_kill(object me, object dest);
string ask_bf();
varargs void drool(string msg, string wh
www.eeworm.com/read/306178/3761919
c kangxi.c
#include
inherit NPC;
int ask_fail();
void create()
{
set_name(HIY"康熙皇帝"NOR,({"kang xi"}));
set("gender","男性");
set_temp("no_kill",1);
set("qi",1000000);
set("eff_qi",1000
www.eeworm.com/read/420998/2057584
hello
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Naming Service
echo "Starting Naming Service ..."
rm -f nsd.ior
nsd --ior nsd.ior &
nsd_pid=$!
trap "kill $nsd_pid > /dev/null 2> /dev/null" 0
# wa
www.eeworm.com/read/420998/2057608
events
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Naming Service
echo "Starting Naming Service ..."
rm -f nsd.ior
nsd --ior nsd.ior &
nsd_pid=$!
trap "kill $nsd_pid > /dev/null 2> /dev/null" 0
# wa
www.eeworm.com/read/420998/2057613
hello
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Naming Service
echo "Starting Naming Service ..."
rm -f nsd.ior
nsd --ior nsd.ior &
nsd_pid=$!
trap "kill $nsd_pid > /dev/null 2> /dev/null" 0
# wa