vipw moved to usr.sbin
[unix-history] / usr / src / usr.bin / make / nonints.h
CommitLineData
fa942a09
KB
1char **brk_string(), *emalloc(), *str_concat();
2
ab950546
KB
3ReturnStatus Arch_ParseArchive ();
4void Arch_Touch ();
5void Arch_TouchLib ();
6int Arch_MTime ();
7int Arch_MemMTime ();
8void Arch_FindLib ();
9Boolean Arch_LibOODate ();
10void Arch_Init ();
11void Compat_Run();
12void Dir_Init ();
13Boolean Dir_HasWildcards ();
14void Dir_Expand ();
15char * Dir_FindFile ();
16int Dir_MTime ();
17void Dir_AddDir ();
18ClientData Dir_CopyDir ();
19char * Dir_MakeFlags ();
20void Dir_Destroy ();
21void Dir_ClearPath ();
22void Dir_Concat ();
23int Make_TimeStamp ();
24Boolean Make_OODate ();
25int Make_HandleUse ();
26void Make_Update ();
27void Make_DoAllVar ();
28Boolean Make_Run ();
ab950546
KB
29void Job_Touch ();
30Boolean Job_CheckCommands ();
31void Job_CatchChildren ();
32void Job_CatchOutput ();
33void Job_Make ();
34void Job_Init ();
35Boolean Job_Full ();
36Boolean Job_Empty ();
37ReturnStatus Job_ParseShell ();
38int Job_End ();
39void Job_Wait();
40void Job_AbortAll ();
41void Main_ParseArgLine ();
42void Error ();
43void Fatal ();
44void Punt ();
45void DieHorribly ();
46void Finish ();
47void Parse_Error ();
ab950546
KB
48Boolean Parse_IsVar ();
49void Parse_DoVar ();
50void Parse_AddIncludeDir ();
51void Parse_File();
52Lst Parse_MainName();
53void Suff_ClearSuffixes ();
54Boolean Suff_IsTransform ();
55GNode * Suff_AddTransform ();
56void Suff_AddSuffix ();
57int Suff_EndTransform ();
58Lst Suff_GetPath ();
59void Suff_DoPaths();
60void Suff_AddInclude ();
61void Suff_AddLib ();
62void Suff_FindDeps ();
63void Suff_SetNull();
64void Suff_Init ();
65void Targ_Init ();
66GNode * Targ_NewGN ();
67GNode * Targ_FindNode ();
68Lst Targ_FindList ();
69Boolean Targ_Ignore ();
70Boolean Targ_Silent ();
71Boolean Targ_Precious ();
72void Targ_SetMain ();
73int Targ_PrintCmd ();
74char * Targ_FmtTime ();
75void Targ_PrintType ();
ab950546 76char * Str_Concat ();
ab950546
KB
77int Str_Match();
78void Var_Delete();
79void Var_Set ();
80void Var_Append ();
81Boolean Var_Exists();
82char * Var_Value ();
83char * Var_Parse ();
84char * Var_Subst ();
85char * Var_GetTail();
86char * Var_GetHead();
87void Var_Init ();
fa942a09 88char * Str_FindSubstring();