Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/xgap/src.x11/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 14.8.2025 mit Größe 2 kB image not shown  

Quelle  pty.h   Sprache: C

 
/****************************************************************************
**
*W  pty.h                       XGAP source                      Frank Celler
**
**
*Y  Copyright 1995-1997,  Lehrstuhl D fuer Mathematik,  RWTH Aachen,  Germany
*Y  Copyright 1997,       Frank Celler,                 Huerth,       Germany
*/

#ifndef _pty_h
#define _pty_h


/****************************************************************************
**

*V  QuitGapCtrlD  . . . . . . . . . . . . . . . . . . . . . . . quit on CTR-D
*/

extern Boolean QuitGapCtrlD;


/****************************************************************************
**
*V  ScreenSizeBuffer  . . . . . . . . . . . . . .  screen size change command
*/

extern char ScreenSizeBuffer[];


/****************************************************************************
**
*V  ExecRunning . . . . . . . . . . . . . . . . . .  external program running
*/

extern Boolean ExecRunning;


/****************************************************************************
**

*P  Prototypes  . . . . . . . . . . . . . . . . . . . . . function prototypes
*/

extern Int  CheckCaretPos( IntInt );
extern int  StartGapProcess( String, String argv[] );
extern void GapOutput( XtPointer, Int*,  XtInputId );
extern void InterruptGap( void );
extern void KeyboardInput( String, Int );
extern void KillGap( void );
extern void StoreInput( String, Int );
extern void ProcessStoredInput( Int );
extern int  PlaybackFile ( String );
extern int  ResumePlayback( void );


/****************************************************************************
**

*D  ReadGap( <buf>, <len> ) . . . . . . . . . . . . . . . read bytes from gap
*D  WriteGap( <buf>, <len> )  . . . . . . . . . . . . . .  write bytes to gap
*/

#ifdef DEBUG_ON
    extern Int              READ_GAP ( String, Int, String, Int );
    extern void             WRITE_GAP( String, Int, String, Int );
#   define ReadGap(a,b)     READ_GAP ( __FILE__, __LINE__, a, b )
#   define WriteGap(a,b)    WRITE_GAP( __FILE__, __LINE__, a, b )
#else
    extern Int              ReadGap ( String, Int );
    extern void             WriteGap( String, Int );
#endif

#endif


/****************************************************************************
**

*E  pty.h . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
*/

91%


¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.