代码搜索:whenever

找到约 2,638 项符合「whenever」的源代码

代码结果 2,638
www.eeworm.com/read/376006/2717776

pgc whenever.pgc

#include exec sql include ../regression; exec sql whenever sqlerror sqlprint; static void print(char *msg) { fprintf(stderr, "Error in statement '%s':\n", msg); sqlprint(
www.eeworm.com/read/376006/2717836

c preproc-whenever.c

/* Processed by ecpg (regression mode) */ /* These include files are added by the preprocessor */ #include #include #include #include /* End of automat
www.eeworm.com/read/376006/2717843

stderr preproc-whenever.stderr

[NO_PID]: ECPGdebug: set to 1 [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ECPGconnect: opening database regress1 on port [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg
www.eeworm.com/read/335880/12491750

pl test.pl

# Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl' ######################### We start with some black magic
www.eeworm.com/read/131315/5933925

4 pty.4

.\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, a
www.eeworm.com/read/101082/6246104

4 pty.4

.\" SCCSID: @(#)pty.4 3.1 11/24/87 .TH pty 4 .SH Name pty \- pseudoterminal driver .SH Syntax \fBpseudo-device pty[\|\fIn\fB\|]\fR .SH Description .NXR "pty interface" .NXR "pseudoterminal interface"
www.eeworm.com/read/101082/6247959

4 pty.4

.\" SCCSID: @(#)pty.4 3.1 11/24/87 .TH pty 4 .SH Name pty \- pseudoterminal driver .SH Syntax \fBpseudo-device pty[\|\fIn\fB\|]\fR .SH Description .NXR "pty interface" .NXR "pseudoterminal interface"
www.eeworm.com/read/327092/6345871

html 0184-0185.html

Linux Complete Command Reference:User Commands:EarthWeb Inc.-
www.eeworm.com/read/127767/14336857

txt e551. the quintessential applet.txt

Every applet must subclass Applet. import java.applet.*; import java.awt.*; public class BasicApplet extends Applet { // This method is called once by the browser when i