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