File: term.h

package info (click to toggle)
es 0.90beta1-6
  • links: PTS
  • area: main
  • in suites: potato, slink
  • size: 728 kB
  • ctags: 981
  • sloc: ansic: 8,081; sh: 1,503; makefile: 142; yacc: 109
file content (6 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
/* term.h -- definition of term structure ($Revision: 1.1.1.1 $) */

struct Term {
	char *str;
	Closure *closure;
};