From 584577374dc9d8ab026e92334011758ed1e25387 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 18 Oct 1999 23:30:25 +0000 Subject: zsh-workers/8323 --- Src/Zle/comp1.export | 3 +++ Src/Zle/compctl.export | 11 +++++++++++ Src/Zle/zle.export | 5 +++++ 3 files changed, 19 insertions(+) create mode 100644 Src/Zle/compctl.export (limited to 'Src/Zle') diff --git a/Src/Zle/comp1.export b/Src/Zle/comp1.export index ba2f433b9..da310c354 100644 --- a/Src/Zle/comp1.export +++ b/Src/Zle/comp1.export @@ -27,6 +27,7 @@ compmatcherstr compmatchertot compnmatches compnnmatches +comp_listptr compoldlist compoldins compparameter @@ -53,9 +54,11 @@ freecompctl getcpatptr incompctlfunc incompfunc +list_linesptr makecomplistcallptr makecomplistctlptr makecompparamsptr +num_matchesptr patcomps rembslash set_comp_sepptr diff --git a/Src/Zle/compctl.export b/Src/Zle/compctl.export new file mode 100644 index 000000000..8f33f2303 --- /dev/null +++ b/Src/Zle/compctl.export @@ -0,0 +1,11 @@ +#! +incompfunc +compwords +compcurrent +.ignore_suffix +compprefix +compsuffix +.restrict_range +.ignore_prefix +.set_list_array +.get_user_var diff --git a/Src/Zle/zle.export b/Src/Zle/zle.export index bd7833a57..f8d8c715c 100644 --- a/Src/Zle/zle.export +++ b/Src/Zle/zle.export @@ -23,9 +23,12 @@ freematches getkey getkeycmd getzlequery +hasoldlist hasperm invalidatelist lastambig +lastmatches +lastlmatches lbindk linkkeymap listdat @@ -37,6 +40,8 @@ menucomplete minfo newkeymap nlnct +nmatches +onlyexpl pmatches printfmt printlist -- cgit 1.4.1