Jspice3
x11.c File Reference
#include "spice.h"
Include dependency graph for x11.c:

Go to the source code of this file.

Functions

void com_setrdb (wordlist *wl)
 
int PopUpErrMessage (File *fp)
 
void ScedESC ()
 

Function Documentation

void com_setrdb ( wordlist wl)

Definition at line 2206 of file x11.c.

2209 {
2210 /* be silent */
2211 }
int PopUpErrMessage ( File *  fp)

Definition at line 2214 of file x11.c.

2217 {
2218  return (0);
2219 }
void ScedESC ( )

Definition at line 2222 of file x11.c.

2223 {
2224  return;
2225 }