home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / DMAKE37S.ZIP / DMAKE / TOS / PUBLIC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-06  |  5.4 KB  |  150 lines

  1. /* RCS      -- $Header: /u2/dvadura/src/generic/dmake/src/tos/RCS/public.h,v 1.1 91/05/06 15:32:18 dvadura Exp Locker: dvadura $
  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:    public.h,v $
  46.  * Revision 1.1  91/05/06  15:32:18  dvadura
  47.  * dmake Release Version 3.7
  48.  * 
  49. */
  50.  
  51. #ifndef _DMAKE_PUBLIC_h
  52. #define _DMAKE_PUBLIC_h
  53.  
  54. void Infer_recipe ANSI((CELLPTR, CELLPTR));
  55. int Make_targets ANSI(());
  56. int Exec_commands ANSI((CELLPTR));
  57. void Pop_dir ANSI((int));
  58. void Append_line ANSI((char *, int, FILE *, char *, int, int));
  59. void Stat_target ANSI((CELLPTR, int));
  60. char * Expand ANSI((char *));
  61. char * Apply_edit ANSI((char *, char *, char *, int, int));
  62. void Map_esc ANSI((char *));
  63. char* Apply_modifiers ANSI((int, char *));
  64. char* Tokenize ANSI((char *, char *));
  65. char * _strjoin ANSI((char *, char *, int, int));
  66. char * _stradd ANSI((char *, char *, int));
  67. char * _strapp ANSI((char *, char *));
  68. char * _strdup ANSI((char *));
  69. char * _strpbrk ANSI((char *, char *));
  70. char * _strspn ANSI((char *, char *));
  71. char * _strstr ANSI((char *, char *));
  72. char * _substr ANSI((char *, char *));
  73. uint16 Hash ANSI((char *, uint32 *));
  74. HASHPTR Get_name ANSI((char *, HASHPTR *, int));
  75. HASHPTR Search_table ANSI((HASHPTR *, char *, uint16 *, uint32 *));
  76. HASHPTR Def_macro ANSI((char *, char *, int));
  77. CELLPTR Def_cell ANSI((char *));
  78. LINKPTR Add_prerequisite ANSI((CELLPTR, CELLPTR, int, int));
  79. void Clear_prerequisites ANSI((CELLPTR));
  80. int Test_circle ANSI((CELLPTR, int));
  81. STRINGPTR Def_recipe ANSI((char *, STRINGPTR, int, int));
  82. t_attr Rcp_attribute ANSI((char *));
  83. int main ANSI((int, char **));
  84. FILE * Openfile ANSI((char *, int, int));
  85. FILE * Closefile ANSI(());
  86. FILE * Search_file ANSI((char *, char **));
  87. char * Filename 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. void Parse ANSI((FILE *));
  120. int Get_line ANSI((char *, FILE *));
  121. char * Do_comment ANSI((char *, char **, int));
  122. char * Get_token ANSI((TKSTRPTR, char *, int));
  123. void Quit ANSI(());
  124. void Read_state ANSI(());
  125. void Write_state ANSI(());
  126. int Check_state ANSI((CELLPTR, STRINGPTR *, int));
  127. char* basename ANSI((char *));
  128. void Dump ANSI(());
  129. void Dump_recipe ANSI((STRINGPTR));
  130. int Parse_macro ANSI((char *, int));
  131. int Macro_op ANSI((char *));
  132. int Parse_rule_def ANSI((int *));
  133. int Rule_op ANSI((char *));
  134. void Add_recipe_to_list ANSI((char *, int, int));
  135. void Bind_rules_to_targets ANSI((int));
  136. int Set_group_attributes ANSI((char *));
  137. DFALINKPTR Match_dfa ANSI((char *));
  138. void Check_circle_dfa ANSI(());
  139. void Add_nfa ANSI((char *));
  140. char * Exec_function ANSI((char *));
  141. time_t seek_arch ANSI((char *, char *));
  142. int touch_arch ANSI((char *, char *));
  143. int runargv ANSI((CELLPTR, int, int, int, int, char *));
  144. void Clean_up_processes ANSI(());
  145. int Wait_for_child ANSI((int, int));
  146. void Remove_prq ANSI((CELLPTR));
  147. int If_root_path ANSI((char *));
  148.  
  149. #endif
  150.