~ubuntu-branches/ubuntu/warty/texinfo/warty

« back to all changes in this revision

Viewing changes to info/infodoc.c

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2002-03-28 13:53:23 UTC
  • Revision ID: james.westby@ubuntu.com-20020328135323-mz83237lgoaixq3y
Tags: 4.1-2
* Removed broken /usr/share/texmf/pdftex/plain/misc/epsf.tex,
  closes: #133601.
* Added Conflicts: ja-trans (<= 0.7-3.1), closes: #138233.
* Included a po/ru.po recoded from windows-1251 to koi8-r, kindly
  provided by Nikita V. Youshchenko <yoush@cs.msu.su>, closes: #132943.
* Reverted to "parsable" which is in fact correct, closes: #124757.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
 
185
185
#endif /* !INFOKEY */
186
186
 
 
187
static char *where_is_rep = (char *)NULL;
 
188
static int where_is_rep_index = 0;
 
189
static int where_is_rep_size = 0;
 
190
 
187
191
static char *where_is_internal ();
188
192
 
189
193
void
328
332
        {
329
333
          InfoCommand *cmd = DocInfoCmd(&function_doc_array[i]);
330
334
 
 
335
          where_is_rep_index = 0;
 
336
 
331
337
          if (InfoFunction(cmd) != info_do_lowercase_version
332
338
              && !where_is_internal (info_keymap, cmd)
333
339
              && !where_is_internal (echo_area_keymap, cmd))
1052
1058
 
1053
1059
/* Return a string of characters which could be typed from the keymap
1054
1060
   MAP to invoke FUNCTION. */
1055
 
static char *where_is_rep = (char *)NULL;
1056
 
static int where_is_rep_index = 0;
1057
 
static int where_is_rep_size = 0;
1058
 
 
1059
1061
char *
1060
1062
where_is (map, cmd)
1061
1063
     Keymap map;