new "@k" parameter transformation; minor completion fix for uncommon case

This commit is contained in:
Chet Ramey
2021-08-23 15:54:49 -04:00
parent 2adf06d9f8
commit ea32b611f7
19 changed files with 221 additions and 9 deletions
+1
View File
@@ -80,6 +80,7 @@ extern char *array_reference PARAMS((ARRAY *, arrayind_t));
extern WORD_LIST *array_to_word_list PARAMS((ARRAY *));
extern ARRAY *array_from_word_list PARAMS((WORD_LIST *));
extern WORD_LIST *array_keys_to_word_list PARAMS((ARRAY *));
extern WORD_LIST *array_to_kvpair_list PARAMS((ARRAY *));
extern ARRAY *array_assign_list PARAMS((ARRAY *, WORD_LIST *));