The following functions are not yet documented:
??
int SLprep_open_prep (SLPreprocess_Type *);
??
??
??
void SLprep_close_prep (SLPreprocess_Type *);
??
??
??
int SLprep_line_ok (char *, SLPreprocess_Type *);
??
??
??
int SLdefine_for_ifdef (char *);
??
??
??
SLang_Read_Line_Type * SLang_rline_save_line (SLang_RLine_Info_Type *);
??
??
??
int SLang_init_readline (SLang_RLine_Info_Type *);
??
??
??
int SLang_read_line (SLang_RLine_Info_Type *);
??
??
??
int SLang_rline_insert (char *);
??
??
??
void SLrline_redraw (SLang_RLine_Info_Type *);
??
??
??
int SLtt_flush_output (void);
??
??
??
void SLtt_set_scroll_region(int, int);
??
??
??
void SLtt_reset_scroll_region(void);
??
??
??
void SLtt_reverse_video (int);
??
??
??
void SLtt_bold_video (void);
??
??
??
void SLtt_begin_insert(void);
??
??
??
void SLtt_end_insert(void);
??
??
??
void SLtt_del_eol(void);
??
??
??
void SLtt_goto_rc (int, int);
??
??
??
void SLtt_delete_nlines(int);
??
??
??
void SLtt_delete_char(void);
??
??
??
void SLtt_erase_line(void);
??
??
??
void SLtt_normal_video(void);
??
??
??
void SLtt_cls(void);
??
??
??
void SLtt_beep(void);
??
??
??
void SLtt_reverse_index(int);
??
??
??
void SLtt_smart_puts(unsigned short *, unsigned short *, int, int);
??
??
??
void SLtt_write_string (char *);
??
??
??
void SLtt_putchar(char);
??
??
??
int SLtt_init_video (void);
??
??
??
int SLtt_reset_video (void);
??
??
??
void SLtt_get_terminfo(void);
??
??
??
void SLtt_get_screen_size (void);
??
??
??
int SLtt_set_cursor_visibility (int);
??
??
??
int SLtt_initialize (char *);
??
??
??
void SLtt_enable_cursor_keys(void);
??
??
??
void SLtt_set_term_vtxxx(int *);
??
??
??
void SLtt_set_color_esc (int, char *);
??
??
??
void SLtt_wide_width(void);
??
??
??
void SLtt_narrow_width(void);
??
??
??
int SLtt_set_mouse_mode (int, int);
??
??
??
void SLtt_set_alt_char_set (int);
??
??
??
int SLtt_write_to_status_line (char *, int);
??
??
??
void SLtt_disable_status_line (void);
??
??
??
char *SLtt_tgetstr (char *);
??
??
??
int SLtt_tgetnum (char *);
??
??
??
int SLtt_tgetflag (char *);
??
??
??
char *SLtt_tigetent (char *);
??
??
??
char *SLtt_tigetstr (char *, char **);
??
??
??
int SLtt_tigetnum (char *, char **);
??
??
??
SLtt_Char_Type SLtt_get_color_object (int);
??
??
??
void SLtt_set_color_object (int, SLtt_Char_Type);
??
??
??
void SLtt_set_color (int, char *, char *, char *);
??
??
??
void SLtt_set_mono (int, char *, SLtt_Char_Type);
??
??
??
void SLtt_add_color_attribute (int, SLtt_Char_Type);
??
??
??
void SLtt_set_color_fgbg (int, SLtt_Char_Type, SLtt_Char_Type);
??
??
??
int SLkp_define_keysym (char *, unsigned int);
??
??
??
int SLkp_init (void);
??
??
??
int SLkp_getkey (void);
??
??
??
int SLscroll_find_top (SLscroll_Window_Type *);
??
??
??
int SLscroll_find_line_num (SLscroll_Window_Type *);
??
??
??
unsigned int SLscroll_next_n (SLscroll_Window_Type *, unsigned int);
??
??
??
unsigned int SLscroll_prev_n (SLscroll_Window_Type *, unsigned int);
??
??
??
int SLscroll_pageup (SLscroll_Window_Type *);
??
??
??
int SLscroll_pagedown (SLscroll_Window_Type *);
??
??
??
SLSig_Fun_Type *SLsignal (int, SLSig_Fun_Type *);
??
??
??
SLSig_Fun_Type *SLsignal_intr (int, SLSig_Fun_Type *);
??
??
??
int SLsig_block_signals (void);
??
??
??
int SLsig_unblock_signals (void);
??
??
??
int SLsystem (char *);
??
??
??
void SLadd_at_handler (long *, char *);
??
??
??
void SLang_define_case(int *, int *);
??
??
??
void SLang_init_case_tables (void);
??
??
??
unsigned char *SLang_regexp_match(unsigned char *, unsigned int, SLRegexp_Type *);
??
??
??
int SLang_regexp_compile (SLRegexp_Type *);
??
??
??
char *SLregexp_quote_string (char *, char *, unsigned int);
??
??
??
int SLcmd_execute_string (char *, SLcmd_Cmd_Table_Type *);
??
??
Returns the norm of a complex number
double SLcomplex_abs (double *z)
}
The SLcomplex_abs
function returns the absolute value or the
norm of the complex number given by z
.
SLcomplex_times
??
double *SLcomplex_times (double *, double *, double *);
??
??
??
double *SLcomplex_divide (double *, double *, double *);
??
??
??
double *SLcomplex_sin (double *, double *);
??
??
??
double *SLcomplex_cos (double *, double *);
??
??
??
double *SLcomplex_tan (double *, double *);
??
??
??
double *SLcomplex_asin (double *, double *);
??
??
??
double *SLcomplex_acos (double *, double *);
??
??
??
double *SLcomplex_atan (double *, double *);
??
??
??
double *SLcomplex_exp (double *, double *);
??
??
??
double *SLcomplex_log (double *, double *);
??
??
??
double *SLcomplex_log10 (double *, double *);
??
??
??
double *SLcomplex_sqrt (double *, double *);
??
??
??
double *SLcomplex_sinh (double *, double *);
??
??
??
double *SLcomplex_cosh (double *, double *);
??
??
??
double *SLcomplex_tanh (double *, double *);
??
??
??
double *SLcomplex_pow (double *, double *, double *);
??
??
??
double SLmath_hypot (double x, double y);
??
??
extern double *SLcomplex_asinh (double *, double *);
??
double *SLcomplex_acosh (double *, double *);
??
??
??
double *SLcomplex_atanh (double *, double *);
??
??
??
char *SLdebug_malloc (unsigned long);
??
??
??
char *SLdebug_calloc (unsigned long, unsigned long);
??
??
??
char *SLdebug_realloc (char *, unsigned long);
??
??
??
void SLdebug_free (char *);
??
??
??
void SLmalloc_dump_statistics (void);
??
??
??
char *SLstrcpy(register char *, register char *);
??
??
??
int SLstrcmp(register char *, register char *);
??
??
??
char *SLstrncpy(char *, register char *, register int);
??
??
??
void SLmemset (char *, char, int);
??
??
??
void SLexpand_escaped_string (register char *, register char *, register char *);
??
??
??
void SLmake_lut (unsigned char *, unsigned char *, unsigned char);
??
??
??
int SLang_guess_type (char *);
??
??