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 Catch up with current menuc. 2004-09-17 18:16:44 +00:00
Makefile
avl.c White space nit- don't put a space before/after increment/decrement 2005-02-11 06:21:21 +00:00
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 Sort sections; avoid to mark up punctuation unnecessarily; use \*[Lt]\*[Gt] 2004-08-02 22:27:36 +00:00
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