home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dmake40.zip / unix / xenix / public.h < prev    next >
C/C++ Source or Header  |  1994-10-23  |  6KB  |  166 lines

  1. /* RCS      -- $Header$
  2. -- WARNING  -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
  3. --
  4. -- SYNOPSIS -- Local functions exported to be visible by others.
  5. --
  6. -- DESCRIPTION
  7. --      This file is generated by 'genpub'.  Function declarations
  8. --      that appear in this file are extracted by 'genpub' from
  9. --      source files.  Any function in the source file whose definition
  10. --      appears like:
  11. --
  12. --          PUBLIC return_type
  13. --          function( arg_list );
  14. --          type_expr1 arg1;
  15. --          ...
  16. --
  17. --      has its definition extracted and a line of the form:
  18. --
  19. --          return_type function ANSI((type_expr1,type_expr2,...));
  20. --
  21. --      entered into the output file.
  22. --
  23. -- AUTHOR
  24. --      Dennis Vadura, dvadura@watdragon.uwaterloo.ca
  25. --      CS DEPT, University of Waterloo, Waterloo, Ont., Canada
  26. --
  27. -- COPYRIGHT
  28. --      Copyright (c) 1992,1994 by Dennis Vadura.  All rights reserved.
  29. -- 
  30. --      This program is free software; you can redistribute it and/or
  31. --      modify it under the terms of the GNU General Public License
  32. --      (version 1), as published by the Free Software Foundation, and
  33. --      found in the file 'LICENSE' included with this distribution.
  34. -- 
  35. --      This program is distributed in the hope that it will be useful,
  36. --      but WITHOUT ANY WARRANTY; without even the implied warrant of
  37. --      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  38. --      GNU General Public License for more details.
  39. -- 
  40. --      You should have received a copy of the GNU General Public License
  41. --      along with this program;  if not, write to the Free Software
  42. --      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  43. --
  44. -- LOG
  45. --     $Log$
  46. */
  47.  
  48. #ifndef _DMAKE_PUBLIC_h
  49. #define _DMAKE_PUBLIC_h
  50.  
  51. #ifdef EXTERN
  52. #undef EXTERN
  53. #endif
  54. #if defined(DEFINE_DMAKE_VARIABLES)
  55. #define EXTERN
  56. #else
  57. #define EXTERN extern
  58. #endif
  59.  
  60. /***** genpub: Begin list of generated function headers */
  61. void Infer_recipe ANSI((CELLPTR, CELLPTR));
  62. int Make_targets ANSI(());
  63. int Exec_commands ANSI((CELLPTR));
  64. void Print_cmnd ANSI((char *, int, int));
  65. void Pop_dir ANSI((int));
  66. void Append_line ANSI((char *, int, FILE *, char *, int, int));
  67. void Stat_target ANSI((CELLPTR, int, int));
  68. char *Expand ANSI((char *));
  69. char *Apply_edit ANSI((char *, char *, char *, int, int));
  70. void Map_esc ANSI((char *));
  71. char* Apply_modifiers ANSI((int, char *));
  72. char* Tokenize ANSI((char *, char *, char, int));
  73. char* ScanToken ANSI((char *, char **, int));
  74. char *DmStrJoin ANSI((char *, char *, int, int));
  75. char *DmStrAdd ANSI((char *, char *, int));
  76. char *DmStrApp ANSI((char *, char *));
  77. char *DmStrDup ANSI((char *));
  78. char *DmStrDup2 ANSI((char *));
  79. char *DmStrPbrk ANSI((char *, char *));
  80. char *DmStrSpn ANSI((char *, char *));
  81. char *DmStrStr ANSI((char *, char *));
  82. char *DmSubStr ANSI((char *, char *));
  83. uint16 Hash ANSI((char *, uint32 *));
  84. HASHPTR Get_name ANSI((char *, HASHPTR *, int));
  85. HASHPTR Search_table ANSI((HASHPTR *, char *, uint16 *, uint32 *));
  86. HASHPTR Push_macro ANSI((HASHPTR));
  87. HASHPTR Pop_macro ANSI((HASHPTR));
  88. HASHPTR Def_macro ANSI((char *, char *, int));
  89. CELLPTR Def_cell ANSI((char *));
  90. LINKPTR Add_prerequisite ANSI((CELLPTR, CELLPTR, int, int));
  91. void Clear_prerequisites ANSI((CELLPTR));
  92. int Test_circle ANSI((CELLPTR, int));
  93. STRINGPTR Def_recipe ANSI((char *, STRINGPTR, int, int));
  94. t_attr Rcp_attribute ANSI((char *));
  95. void main ANSI((int, char **));
  96. FILE *Openfile ANSI((char *, int, int));
  97. FILE *Closefile ANSI(());
  98. FILE *Search_file ANSI((char *, char **));
  99. char *Filename ANSI(());
  100. int Nestlevel ANSI(());
  101. FILE *TryFiles ANSI((LINKPTR));
  102. void No_ram ANSI(());
  103. void Usage ANSI((int));
  104. void Version ANSI(());
  105. char *Get_suffix ANSI((char *));
  106. char *Basename ANSI((char *));
  107. char *Filedir ANSI((char *));
  108. char *Build_path ANSI((char *, char *));
  109. void Make_rules ANSI(());
  110. void Create_macro_vars ANSI(());
  111. time_t Do_stat ANSI((char *, char *, char **, int));
  112. int Do_touch ANSI((char *, char *, char **));
  113. void Void_lib_cache ANSI((char *, char *));
  114. time_t Do_time ANSI(());
  115. int Do_cmnd ANSI((char *, int, int, CELLPTR, int, int, int));
  116. char ** Pack_argv ANSI((int, int, char *));
  117. char *Read_env_string ANSI((char *));
  118. int Write_env_string ANSI((char *, char *));
  119. void ReadEnvironment ANSI(());
  120. void Catch_signals ANSI((void (*)()));
  121. void Clear_signals ANSI(());
  122. void Prolog ANSI((int, char* []));
  123. void Epilog ANSI((int));
  124. char *Get_current_dir ANSI(());
  125. int Set_dir ANSI((char*));
  126. char Get_switch_char ANSI(());
  127. FILE* Get_temp ANSI((char **, char *, int));
  128. FILE *Start_temp ANSI((char *, CELLPTR, char **));
  129. void Open_temp_error ANSI((char *, char *));
  130. void Link_temp ANSI((CELLPTR, FILE *, char *));
  131. void Close_temp ANSI((CELLPTR, FILE *));
  132. void Unlink_temp_files ANSI((CELLPTR));
  133. void Handle_result ANSI((int, int, int, CELLPTR));
  134. void Update_time_stamp ANSI((CELLPTR));
  135. int Remove_file ANSI((char *));
  136. void Parse ANSI((FILE *));
  137. int Get_line ANSI((char *, FILE *));
  138. char *Do_comment ANSI((char *, char **, int));
  139. char *Get_token ANSI((TKSTRPTR, char *, int));
  140. void Quit ANSI(());
  141. void Read_state ANSI(());
  142. void Write_state ANSI(());
  143. int Check_state ANSI((CELLPTR, STRINGPTR *, int));
  144. void Dump ANSI(());
  145. void Dump_recipe ANSI((STRINGPTR));
  146. int Parse_macro ANSI((char *, int));
  147. int Macro_op ANSI((char *));
  148. int Parse_rule_def ANSI((int *));
  149. int Rule_op ANSI((char *));
  150. void Add_recipe_to_list ANSI((char *, int, int));
  151. void Bind_rules_to_targets ANSI((int));
  152. int Set_group_attributes ANSI((char *));
  153. DFALINKPTR Match_dfa ANSI((char *));
  154. void Check_circle_dfa ANSI(());
  155. void Add_nfa ANSI((char *));
  156. char *Exec_function ANSI((char *));
  157. time_t seek_arch ANSI((char *, char *));
  158. int If_root_path ANSI((char *));
  159. void Remove_prq ANSI((CELLPTR));
  160. int runargv ANSI((CELLPTR, int, int, int, int, char *));
  161. int Wait_for_child ANSI((int, int));
  162. void Clean_up_processes ANSI(());
  163. time_t CacheStat ANSI((char *, int));
  164.  
  165. #endif
  166.