File: interp.h

package info (click to toggle)
slsc 0.2.3-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 468 kB
  • ctags: 707
  • sloc: ansic: 6,656; yacc: 394; makefile: 105; lisp: 71; sed: 4
file content (30 lines) | stat: -rw-r--r-- 861 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
extern void sc_clearent (struct ent *);
extern void sc_efree (register struct enode *);
extern void editv (int, int);
extern void editexp(int, int);
extern void edits (int, int);
extern void sc_eval_all (void);
extern char *sc_coltoa(int);
extern struct enode *sc_new_enode (int, struct enode *, struct enode *);
extern void sc_let (struct ent *, struct enode *);
extern void sc_slet (struct ent *, struct enode *, int);
extern void sc_hide_row (int);
extern void sc_hide_col (int);
extern void sc_copy (struct ent *, struct ent *, struct ent *, struct ent *);
extern void sc_eraser(struct ent *, struct ent *);
extern void sc_fill (struct ent *, struct ent *, double, double);
extern void sc_moveto(int, int);
extern void sc_num_search (double);
extern void sc_go_last (void);
extern void sc_set_iterations (int);
extern void sc_str_search (char *);