cdesktopenv/src/cmd
Martijn Dekker cae9af5eec tweak: make better use of funptr() macro and sh.bltinfun pointer
src/cmd/ksh93/include/name.h:
- Include the ususally-wanted (Shbltin_f) typecast in funptr().

Various files:
- Change several direct foo->nvalue.bfp usages to funptr(np).
- Reduce explicit typecasts after the name.h change.
- To determine if we are (or just were) running a certain built-in
  command, instead of comparing sh.bltindata.bnode with a builtin
  table node, use sh.bltinfun to directly compare the builtin's
  function; this is more readable and efficient.
2022-06-20 22:25:41 +01:00
..
INIT Yet more accumulated tweaks and cleanups 2022-06-18 23:29:49 +01:00
builtin Yet more accumulated tweaks and cleanups 2022-06-18 23:29:49 +01:00
ksh93 tweak: make better use of funptr() macro and sh.bltinfun pointer 2022-06-20 22:25:41 +01:00
Mamfile Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00