Mapper
Macros | Functions | Variables
display_review.c File Reference
#include "prototypes.h"
Include dependency graph for display_review.c:

Go to the source code of this file.

Macros

#define _POSIX_SOURCE
 

Functions

void query_callback ()
 
void print_callback ()
 
void quit_callback ()
 
void print_info ()
 
void quit_print ()
 
void check_token ()
 
 main (int argc, char *argv[])
 
void print_callback (Widget w, XtPointer data, XtPointer call_data)
 
void query_callback (Widget w, XtPointer data, XtPointer call_data)
 
void print_info (Widget w, XtPointer data, XtPointer call_data)
 

Variables

XtIntervalId timer
 
Widget text
 
Widget top_level
 
Widget print_dialog
 
Widget dialog
 
char bbuf [100000]
 
int query_flag =0
 
String fallbacks [] ={"*fontList: -adobe-courier-bold-r-*-180-*",NULL}
 
char * printer [] ={"HP LasterJet III",NULL}
 

Macro Definition Documentation

◆ _POSIX_SOURCE

#define _POSIX_SOURCE

Definition at line 1 of file display_review.c.

Function Documentation

◆ check_token()

void check_token ( )

Definition at line 302 of file display_review.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

main ( int  argc,
char *  argv[] 
)

Definition at line 17 of file display_review.c.

Here is the call graph for this function:

◆ print_callback() [1/2]

void print_callback ( )
Here is the caller graph for this function:

◆ print_callback() [2/2]

void print_callback ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 146 of file display_review.c.

Here is the call graph for this function:

◆ print_info() [1/2]

void print_info ( )
Here is the caller graph for this function:

◆ print_info() [2/2]

void print_info ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 230 of file display_review.c.

Here is the call graph for this function:

◆ query_callback() [1/2]

void query_callback ( )
Here is the caller graph for this function:

◆ query_callback() [2/2]

void query_callback ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 177 of file display_review.c.

Here is the call graph for this function:

◆ quit_callback()

void quit_callback ( )

Definition at line 137 of file display_review.c.

Here is the caller graph for this function:

◆ quit_print()

void quit_print ( )

Definition at line 294 of file display_review.c.

Here is the caller graph for this function:

Variable Documentation

◆ bbuf

char bbuf[100000]

Definition at line 6 of file display_review.c.

◆ dialog

Widget dialog

Definition at line 5 of file display_review.c.

◆ fallbacks

String fallbacks[] ={"*fontList: -adobe-courier-bold-r-*-180-*",NULL}

Definition at line 15 of file display_review.c.

◆ print_dialog

Widget print_dialog

Definition at line 5 of file display_review.c.

◆ printer

char* printer[] ={"HP LasterJet III",NULL}

Definition at line 228 of file display_review.c.

◆ query_flag

int query_flag =0

Definition at line 7 of file display_review.c.

◆ text

Widget text

Definition at line 5 of file display_review.c.

◆ timer

XtIntervalId timer

Definition at line 4 of file display_review.c.

◆ top_level

Widget top_level

Definition at line 5 of file display_review.c.