api_idx.tcl
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 foreach __cmd {
00017 idx_initialize idx_shutdown idx_up = idx_numpasses
00018 idx_listvariables idx_var
00019 fmt = _index_begin fmt_index_end fmt_key fmt_manpage fmt_url
00020 fmt_comment fmt_plain_text
00021 } {
00022 ret $__cmd (type args) [list return "return -code error \"Unimplemented API command $__cmd\""]
00023 }
00024 unset __cmd
00025
00026 ################################################################
00027