Macros | Functions | Variables
doc/help.eus/helpsub.c File Reference
#include "eus.h"
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for doc/help.eus/helpsub.c:

Go to the source code of this file.

Macros

#define CHAR_SIZE   2048
 

Functions

static int COMPARE_STRING (char *str)
 
 helpsub (context *ctx, int n, argv)
 
static char READ_CHAR (int fd)
 
static pointer READ_TEX (context *ctx, int n, argv)
 

Variables

static int bp =0
 
static char buf [CHAR_SIZE]
 
static char md [4] ={0x1b, 0x5b, 0x31, 0x6d}
 
static char me [3] ={0x1b, 0x5b, 0x6d}
 
static char se [3] ={0x1b, 0x5b, 0x6d}
 
static char so [4] ={0x1b, 0x5b, 0x37, 0x6d}
 
static char ue [3] ={0x1b, 0x5b, 0x6d}
 
static char us [4] ={0x1b, 0x5b, 0x34, 0x6d}
 

Macro Definition Documentation

#define CHAR_SIZE   2048

Definition at line 11 of file doc/help.eus/helpsub.c.

Function Documentation

static int COMPARE_STRING ( char *  str)
static

Definition at line 40 of file doc/help.eus/helpsub.c.

helpsub ( context ctx,
int  n,
argv   
)

Definition at line 146 of file doc/help.eus/helpsub.c.

static char READ_CHAR ( int  fd)
static

Definition at line 26 of file doc/help.eus/helpsub.c.

static pointer READ_TEX ( context ctx,
int  n,
argv   
)
static

Definition at line 57 of file doc/help.eus/helpsub.c.

Variable Documentation

int bp =0
static

Definition at line 13 of file doc/help.eus/helpsub.c.

char buf[CHAR_SIZE]
static

Definition at line 14 of file doc/help.eus/helpsub.c.

char md[4] ={0x1b, 0x5b, 0x31, 0x6d}
static

Definition at line 19 of file doc/help.eus/helpsub.c.

char me[3] ={0x1b, 0x5b, 0x6d}
static

Definition at line 20 of file doc/help.eus/helpsub.c.

char se[3] ={0x1b, 0x5b, 0x6d}
static

Definition at line 18 of file doc/help.eus/helpsub.c.

char so[4] ={0x1b, 0x5b, 0x37, 0x6d}
static

Definition at line 17 of file doc/help.eus/helpsub.c.

char ue[3] ={0x1b, 0x5b, 0x6d}
static

Definition at line 16 of file doc/help.eus/helpsub.c.

char us[4] ={0x1b, 0x5b, 0x34, 0x6d}
static

Definition at line 15 of file doc/help.eus/helpsub.c.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Jun 6 2019 20:00:44