Data Structures | Functions | Variables

windows.c File Reference

#include "hack.h"
Include dependency graph for windows.c:

Data Structures

struct  win_choices

Functions

STATIC_DCL void FDECL (def_raw_print,(const char *s))
STATIC_OVL void def_raw_print (char *s) const
void choose_windows (char *s) const
char genl_message_menu (char let, int how, const char *mesg)
void genl_preference_update (char *pref) const

Variables

NEARDATA struct window_procs windowprocs
static struct win_choices winchoices []

Function Documentation

void choose_windows ( char *  s ) const

References def_raw_print(), EXIT_SUCCESS, win_choices::procs, strcmpi, terminate(), wait_synch, winchoices, and windowprocs.

Referenced by parseoptions().

Here is the call graph for this function:

Here is the caller graph for this function:

STATIC_OVL void def_raw_print ( char *  s ) const

Referenced by choose_windows().

Here is the caller graph for this function:

STATIC_DCL void FDECL ( def_raw_print  ,
(const char *s)   
)
char genl_message_menu ( char  let,
int  how,
const char *  mesg 
)

References pline().

Here is the call graph for this function:

void genl_preference_update ( char *  pref ) const

Variable Documentation

struct win_choices winchoices[] [static]

Referenced by choose_windows().

NEARDATA struct window_procs windowprocs