freebsd-nq/usr.bin/make
Hartmut Brandt d057118357 Var_Parse: Separate different error states by introducing an else block
after a return. Move assignments to {freePtr, dynamic, start} closer to the
return statements to clarify which variables are actually used for
communication between the losely coupled blocks of the code. Clear up
an if-expression to make common structures of the conditions clearer.
Use strchr instead of switch statements to check for a character beeing
a member of a set.

Patches:	7-62.2, 7-62.3, 7-64, 7-65.1, 7-65.2
Submitted by:	Max Okumoto <okumoto@ucsd.edu>
2005-02-24 16:05:45 +00:00
..
PSD.doc
arch.c Fix the indendation of some multi-line comments. 2005-02-23 10:20:58 +00:00
arch.h
buf.c
buf.h
compat.c Replace the calls to Lst_ForEach with the new LST_FOREACH macro and 2005-02-24 10:23:31 +00:00
compat.h Replace the calls to Lst_ForEach with the new LST_FOREACH macro and 2005-02-24 10:23:31 +00:00
cond.c
cond.h
config.h
dir.c Use the new LST_FOREACH macro throughout the file and replace calls to 2005-02-22 08:00:06 +00:00
dir.h Fix the prototypes by addings some constness. This should have been 2005-02-22 08:17:05 +00:00
for.c Use the LST_FOREACH macro instead of the Lst_ForEach function 2005-02-23 14:03:18 +00:00
for.h
globals.h
GNode.h
hash.c
hash.h
job.c
job.h
lst.c
lst.h Invent the LST_FOREACH macro for looping through a list. In contrast 2005-02-22 07:58:53 +00:00
main.c Fix two typos in comments. 2005-02-17 09:09:34 +00:00
make.1
make.c
make.h
Makefile
Makefile.dist
nonints.h
parse.c
parse.h
pathnames.h
sprite.h
str.c
str.h
suff.c
suff.h
targ.c
targ.h
util.c
util.h
var_modify.c
var.c Var_Parse: Separate different error states by introducing an else block 2005-02-24 16:05:45 +00:00
var.h