home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume19 / xfig / part01 / u_search.h < prev    next >
Encoding:
Text File  |  1993-05-27  |  943 b   |  28 lines

  1. /*
  2.  * FIG : Facility for Interactive Generation of figures
  3.  * Copyright (c) 1985 by Supoj Sutanthavibul
  4.  *
  5.  * "Permission to use, copy, modify, distribute, and sell this software and its
  6.  * documentation for any purpose is hereby granted without fee, provided that
  7.  * the above copyright notice appear in all copies and that both the copyright
  8.  * notice and this permission notice appear in supporting documentation. 
  9.  * No representations are made about the suitability of this software for 
  10.  * any purpose.  It is provided "as is" without express or implied warranty."
  11.  */
  12.  
  13. void        init_searchproc_left();
  14. void        init_searchproc_middle();
  15. void        init_searchproc_right();
  16.  
  17. int        point_search_left();
  18. int        point_search_middle();
  19. int        point_search_right();
  20.  
  21. int        object_search_left();
  22. int        object_search_middle();
  23. int        object_search_right();
  24.  
  25. F_text           *text_search();
  26. F_compound     *compound_search();
  27. F_compound     *compound_point_search();
  28.