Getline.h File Reference

#include "DllImport.h"

Go to the source code of this file.

Enumerations

enum  EGetLineMode

Functions

char * Getline (const char *prompt)
char * Getlinem (EGetLineMode mode, const char *prompt)
void Gl_config (const char *which, int value)
void Gl_setwidth (int width)
void Gl_windowchanged ()
void Gl_histsize (int size, int save)
void Gl_histinit (char *file)
void Gl_histadd (char *buf)
int Gl_eof ()

Variables

R__EXTERN int(*) Gl_in_hook (char *buf)
R__EXTERN int(*) Gl_out_hook (char *buf)
R__EXTERN int(*) Gl_tab_hook (char *buf, int prompt_width, int *cursor_loc)
R__EXTERN int(*) Gl_beep_hook ()
R__EXTERN int(*) Gl_in_key (int key)


Enumeration Type Documentation

enum EGetLineMode

Definition at line 25 of file Getline.h.


Function Documentation

char* Getline ( const char *  prompt  ) 

char* Getlinem ( EGetLineMode  mode,
const char *  prompt 
)

void Gl_config ( const char *  which,
int  value 
)

int Gl_eof (  ) 

Definition at line 1013 of file Getline.c.

void Gl_histadd ( char *  buf  ) 

void Gl_histinit ( char *  file  ) 

void Gl_histsize ( int  size,
int  save 
)

Definition at line 1372 of file Getline.c.

void Gl_setwidth ( int  width  ) 

void Gl_windowchanged (  ) 


Variable Documentation

R__EXTERN int(*) Gl_beep_hook()

Definition at line 40 of file Getline.h.

R__EXTERN int(*) Gl_in_hook(char *buf)

Definition at line 37 of file Getline.h.

R__EXTERN int(*) Gl_in_key(int key)

Definition at line 41 of file Getline.h.

R__EXTERN int(*) Gl_out_hook(char *buf)

Definition at line 38 of file Getline.h.

R__EXTERN int(*) Gl_tab_hook(char *buf, int prompt_width, int *cursor_loc)

Definition at line 39 of file Getline.h.


Generated on Tue Jul 5 15:57:18 2011 for ROOT_528-00b_version by  doxygen 1.5.1