代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/229812/4740660
cmp err42.cmp
Error(E42): Last command making (dowah) returned a bad status
Error(E02): Make execution terminated
www.eeworm.com/read/216450/4893757
c wgetstr.c
#include
#include "curspriv.h"
/****************************************************************/
/* Wgetstr(win,str) reads in a string (terminated by \n or \r) */
/* To the buffer pointed
www.eeworm.com/read/304222/3802135
c wgetstr.c
#include
#include "curspriv.h"
/****************************************************************/
/* Wgetstr(win,str) reads in a string (terminated by \n or \r) */
/* To the buffer pointed
www.eeworm.com/read/389922/2531210
c wgetstr.c
#include
#include "curspriv.h"
/****************************************************************/
/* Wgetstr(win,str) reads in a string (terminated by \n or \r) */
/* To the buffer pointed
www.eeworm.com/read/252366/4408165
c wgetstr.c
#include
#include "curspriv.h"
/****************************************************************/
/* Wgetstr(win,str) reads in a string (terminated by \n or \r) */
/* To the buffer po
www.eeworm.com/read/229812/4740595
cmp err31a.cmp
ERR31A(5): Error(F31): define not allowed after !else
Error(E02): Make execution terminated
www.eeworm.com/read/229812/4740654
cmp err29b.cmp
ERR29B(5): Error(F29): !endif has no matching !if
Error(E02): Make execution terminated
www.eeworm.com/read/229812/4740669
cmp err28.cmp
ERR28(73): Error(F28): !If statements nested too deep
Error(E02): Make execution terminated
www.eeworm.com/read/229812/4740700
cmp inline06.cmp
inline06(10): Error(E62): Only NO(KEEP) allowed here
Error(E02): Make execution terminated
www.eeworm.com/read/414605/2143173
ppp-off
#!/bin/sh
######################################################################
#
# Determine the device to be terminated.
#
DEV=ppp0
if [ "$1" = "" ]; then
DEVICE=ttySA0
else
DEVICE=$1
fi
#######