freebsd-dev/lib/libforms
Paul Richards 62773adf71 Use a hash table to hold all the bindings info rather than a linked list.
Forms now have their own local bindings table so that anything
declared within a form is local to that form. This means you can
have fields of the same name in different forms.

Added inlined attribute setting for strings e.g. "This is \bold bold"

Added entry and exit functions for fields.
1995-03-26 07:44:33 +00:00
..
examples Use a hash table to hold all the bindings info rather than a linked list. 1995-03-26 07:44:33 +00:00
fields.c Use a hash table to hold all the bindings info rather than a linked list. 1995-03-26 07:44:33 +00:00
forms.c Use a hash table to hold all the bindings info rather than a linked list. 1995-03-26 07:44:33 +00:00
forms.c.orig Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
forms.h Use a hash table to hold all the bindings info rather than a linked list. 1995-03-26 07:44:33 +00:00
forms.h.orig Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
internal.h Use a hash table to hold all the bindings info rather than a linked list. 1995-03-26 07:44:33 +00:00
internal.h.orig Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
lex.c Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
lex.l Pull old lex.l out of attic and update to new one. 1995-03-01 08:25:40 +00:00
Makefile Use a hash table to hold all the bindings info rather than a linked list. 1995-03-26 07:44:33 +00:00
Makefile.orig Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
menu.c Use a hash table to hold all the bindings info rather than a linked list. 1995-03-26 07:44:33 +00:00
parser.c Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
parser.y Use a hash table to hold all the bindings info rather than a linked list. 1995-03-26 07:44:33 +00:00
y.tab.h Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
yacc.y The start of a forms editor library. Currently implements text and 1994-11-13 06:45:44 +00:00