gschem

g_funcs.c File Reference

#include <config.h>
#include <missing.h>
#include <stdio.h>
#include <sys/stat.h>
#include <ctype.h>
#include "gschem.h"
Include dependency graph for g_funcs.c:

Go to the source code of this file.

Functions

SCM g_funcs_print (SCM scm_filename)
SCM g_funcs_postscript (SCM scm_filename)
SCM g_funcs_image (SCM scm_filename)
SCM g_funcs_exit (void)
SCM g_funcs_log (SCM scm_msg)
SCM g_funcs_msg (SCM scm_msg)
SCM g_funcs_confirm (SCM scm_msg)
SCM g_funcs_filesel (SCM scm_msg, SCM scm_templ, SCM scm_flags)
SCM g_funcs_use_rc_values (void)

Function Documentation

SCM g_funcs_print ( SCM  scm_filename)
Todo:
Finish function documentation!!!
Function Description

Definition at line 47 of file g_funcs.c.

SCM g_funcs_postscript ( SCM  scm_filename)
Todo:
Finish function documentation!!!
Function Description

Definition at line 76 of file g_funcs.c.

SCM g_funcs_image ( SCM  scm_filename)
Todo:
Finish function documentation!!!
Function Description

Definition at line 105 of file g_funcs.c.

Here is the call graph for this function:

SCM g_funcs_exit ( void  )
Todo:
Finish function documentation!!!
Function Description

Definition at line 136 of file g_funcs.c.

SCM g_funcs_log ( SCM  scm_msg)
Todo:
Finish function documentation!!!
Function Description

Definition at line 146 of file g_funcs.c.

SCM g_funcs_msg ( SCM  scm_msg)
Todo:
Finish function documentation!!!
Function Description

Definition at line 165 of file g_funcs.c.

Here is the call graph for this function:

SCM g_funcs_confirm ( SCM  scm_msg)
Todo:
Finish function documentation!!!
Function Description

Definition at line 184 of file g_funcs.c.

Here is the call graph for this function:

SCM g_funcs_filesel ( SCM  scm_msg,
SCM  scm_templ,
SCM  scm_flags 
)
Todo:
Finish function documentation!!!
Function Description

Bug:
FIXME -- figure out the magic SCM_ASSERT for the flags
Bug:
FIXME -- how to deal with conflicting flags? Should I throw a scheme error? Just deal in the c code?

Definition at line 207 of file g_funcs.c.

Here is the call graph for this function:

SCM g_funcs_use_rc_values ( void  )
Todo:
Finish function documentation!!!
Function Description

Definition at line 271 of file g_funcs.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines