Problem: Command line completion shows dict functions.
Solution: Skip dict functions for completion. (Yasuhiro Matsumoto)
#ifdef EBCDIC
/*
- * Sort the function table, to enable binary sort.
+ * Sort the function table, to enable binary search.
*/
sortFunctions();
#endif
++hi;
fp = HI2UF(hi);
+ if (fp->uf_flags & FC_DICT)
+ return NULL; /* don't show dict functions */
+
if (STRLEN(fp->uf_name) + 4 >= IOSIZE)
return fp->uf_name; /* prevents overflow */
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 359,
/**/
358,
/**/