home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DMAKE38C.ZIP / MAC / PUBLIC.H < prev    next >
C/C++ Source or Header  |  1992-01-22  |  6KB  |  152 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) 1990 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. void Infer_recipe ANSI((CELLPTR, CELLPTR));
  52. int Make_targets ANSI(());
  53. int Exec_commands ANSI((CELLPTR));
  54. void Pop_dir ANSI((int));
  55. void Append_line ANSI((char *, int, FILE *, char *, int, int));
  56. void Stat_target ANSI((CELLPTR, int));
  57. char * Expand ANSI((char *));
  58. char * Apply_edit ANSI((char *, char *, char *, int, int));
  59. void Map_esc ANSI((char *));
  60. char* Apply_modifiers ANSI((int, char *));
  61. char* Tokenize ANSI((char *, char *));
  62. char * _strjoin ANSI((char *, char *, int, int));
  63. char * _stradd ANSI((char *, char *, int));
  64. char * _strapp ANSI((char *, char *));
  65. char * _strdup ANSI((char *));
  66. char * _strdup2 ANSI((char *));
  67. char * _strpbrk ANSI((char *, char *));
  68. char * _strspn ANSI((char *, char *));
  69. char * _strstr ANSI((char *, char *));
  70. char * _substr ANSI((char *, char *));
  71. uint16 Hash ANSI((char *, uint32 *));
  72. HASHPTR Get_name ANSI((char *, HASHPTR *, int));
  73. HASHPTR Search_table ANSI((HASHPTR *, char *, uint16 *, uint32 *));
  74. HASHPTR Def_macro ANSI((char *, char *, int));
  75. CELLPTR Def_cell ANSI((char *));
  76. LINKPTR Add_prerequisite ANSI((CELLPTR, CELLPTR, int, int));
  77. void Clear_prerequisites ANSI((CELLPTR));
  78. int Test_circle ANSI((CELLPTR, int));
  79. STRINGPTR Def_recipe ANSI((char *, STRINGPTR, int, int));
  80. t_attr Rcp_attribute ANSI((char *));
  81. FILE * Openfile ANSI((char *, int, int));
  82. FILE * Closefile ANSI(());
  83. FILE * Search_file ANSI((char *, char **));
  84. char * Filename ANSI(());
  85. void No_ram ANSI(());
  86. int Usage ANSI((int));
  87. int Version ANSI(());
  88. char * Get_suffix ANSI((char *));
  89. char * Build_path ANSI((char *, char *));
  90. void Make_rules ANSI(());
  91. void Create_macro_vars ANSI(());
  92. time_t Do_stat ANSI((char *, char *, char **));
  93. int Do_touch ANSI((char *, char *, char **));
  94. void Void_lib_cache ANSI((char *, char *));
  95. time_t Do_time ANSI(());
  96. int Do_cmnd ANSI((char *, int, int, CELLPTR, int, int, int));
  97. char ** Pack_argv ANSI((int, int, char *));
  98. char * Read_env_string ANSI((char *));
  99. int Write_env_string ANSI((char *, char *));
  100. void ReadEnvironment ANSI(());
  101. void Catch_signals ANSI((void (*)()));
  102. void Clear_signals ANSI(());
  103. void Prolog ANSI((int, char* []));
  104. void Epilog ANSI((int));
  105. char * Get_current_dir ANSI(());
  106. int Set_dir ANSI((char*));
  107. char Get_switch_char ANSI(());
  108. FILE* Get_temp ANSI((char **, char *, int));
  109. FILE * Start_temp ANSI((char *, CELLPTR, char **));
  110. void Open_temp_error ANSI((char *, char *));
  111. void Link_temp ANSI((CELLPTR, FILE *, char *));
  112. void Close_temp ANSI((CELLPTR, FILE *));
  113. void Unlink_temp_files ANSI((CELLPTR));
  114. void Handle_result ANSI((int, int, int, CELLPTR));
  115. void Update_time_stamp ANSI((CELLPTR));
  116. int Remove_file ANSI((char *));
  117. void Parse ANSI((FILE *));
  118. int Get_line ANSI((char *, FILE *));
  119. char * Do_comment ANSI((char *, char **, int));
  120. char * Get_token ANSI((TKSTRPTR, char *, int));
  121. void Quit ANSI(());
  122. void Read_state ANSI(());
  123. void Write_state ANSI(());
  124. int Check_state ANSI((CELLPTR, STRINGPTR *, int));
  125. char* basename ANSI((char *));
  126. void Dump ANSI(());
  127. void Dump_recipe ANSI((STRINGPTR));
  128. int Parse_macro ANSI((char *, int));
  129. int Macro_op ANSI((char *));
  130. int Parse_rule_def ANSI((int *));
  131. int Rule_op ANSI((char *));
  132. void Add_recipe_to_list ANSI((char *, int, int));
  133. void Bind_rules_to_targets ANSI((int));
  134. int Set_group_attributes ANSI((char *));
  135. DFALINKPTR Match_dfa ANSI((char *));
  136. void Check_circle_dfa ANSI(());
  137. void Add_nfa ANSI((char *));
  138. char * Exec_function ANSI((char *));
  139. time_t seek_arch ANSI(());
  140. void tzset ();
  141. int putenv ANSI((char * /* pEnvString */));
  142. int Wait_for_child ANSI((int /* abort_flg */, int /* pid */));
  143. int If_root_path ANSI((char *));
  144. int stat ANSI((char *, struct stat *));
  145. void make_env ();
  146. void free_env ();
  147. void Remove_prq ANSI((CELLPTR));
  148. char *tempnam ANSI((char * /* pDir */, char * pPrefix));
  149. char *Unix2MacFName ANSI((char *pUnixName));
  150.  
  151. #endif
  152.