1: /* $Header: Xtty.h,v 10.3 86/02/01 15:42:44 tony Rel $ */
   2: typedef struct _TTYWindow {
   3:     Window w;       /* The window id */
   4:     int pid;        /* The pid of the subprocess xterm */
   5:     short file;     /* The file id of the tty to read and write
   6: 	    	    	    	   characters to/from */
   7: } TTYWindow;
   8: 
   9: TTYWindow *CreateTTYWindow();

Defined struct's

_TTYWindow defined in line 2; never used

Defined typedef's

TTYWindow defined in line 7; used 13 times

Usage of this include

Last modified: 1986-02-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 628
Valid CSS Valid XHTML 1.0 Strict