NetBSD/usr.bin/menuc
dsl 2acc3971af Allow menu entry option names to be code fragments that (should) call
wprintw(menu->mw, ftm, args) to generate the menu label.
Allows static menu labels to contain the current value (like a lot of the
dynamic menus do).
Correct width calculations, and bound menu table lookup.
2006-02-20 21:06:40 +00:00
..
testm
Makefile
avl.c
defs.h
main.c
mdb.c Allow menu entry option names to be code fragments that (should) call 2006-02-20 21:06:40 +00:00
mdb.h Allow menu entry option names to be code fragments that (should) call 2006-02-20 21:06:40 +00:00
menu_sys.def Allow menu entry option names to be code fragments that (should) call 2006-02-20 21:06:40 +00:00
menuc.1
parse.y Allow menu entry option names to be code fragments that (should) call 2006-02-20 21:06:40 +00:00
pathnames.h
scan.l
util.c