Deleted Added
full compact
nonints.h (282740) nonints.h (289842)
1/* $NetBSD: nonints.h,v 1.68 2015/05/05 21:51:09 sjg Exp $ */
1/* $NetBSD: nonints.h,v 1.69 2015/10/11 04:51:24 sjg Exp $ */
2
3/*-
4 * Copyright (c) 1988, 1989, 1990, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Adam de Boor.
9 *

--- 169 unchanged lines hidden (view full) ---

179void Targ_Propagate_Wait(void);
180
181/* var.c */
182void Var_Delete(const char *, GNode *);
183void Var_Set(const char *, const char *, GNode *, int);
184void Var_Append(const char *, const char *, GNode *);
185Boolean Var_Exists(const char *, GNode *);
186char *Var_Value(const char *, GNode *, char **);
2
3/*-
4 * Copyright (c) 1988, 1989, 1990, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Adam de Boor.
9 *

--- 169 unchanged lines hidden (view full) ---

179void Targ_Propagate_Wait(void);
180
181/* var.c */
182void Var_Delete(const char *, GNode *);
183void Var_Set(const char *, const char *, GNode *, int);
184void Var_Append(const char *, const char *, GNode *);
185Boolean Var_Exists(const char *, GNode *);
186char *Var_Value(const char *, GNode *, char **);
187char *Var_Parse(const char *, GNode *, Boolean, int *, void **);
188char *Var_Subst(const char *, const char *, GNode *, Boolean);
187char *Var_Parse(const char *, GNode *, Boolean, Boolean, int *, void **);
188char *Var_Subst(const char *, const char *, GNode *, Boolean, Boolean);
189char *Var_GetTail(const char *);
190char *Var_GetHead(const char *);
191void Var_Init(void);
192void Var_End(void);
193void Var_Dump(GNode *);
194void Var_ExportVars(void);
195void Var_Export(char *, int);
196void Var_UnExport(char *);
197
198/* util.c */
199void (*bmake_signal(int, void (*)(int)))(int);
189char *Var_GetTail(const char *);
190char *Var_GetHead(const char *);
191void Var_Init(void);
192void Var_End(void);
193void Var_Dump(GNode *);
194void Var_ExportVars(void);
195void Var_Export(char *, int);
196void Var_UnExport(char *);
197
198/* util.c */
199void (*bmake_signal(int, void (*)(int)))(int);