Lines Matching refs:code

45 	o hash.c: merge duplicate code for finding an entry in a hash table
70 o parse.c: condense code in Parse_IsVar
91 o job.c: reduce code for initializing error handling in shell
96 o make_malloc.c: remove duplicate code from bmake_strdup
100 reduce confusing code in ParseForLoop
107 merge duplicate code for modifiers 'gmtime' and 'localtime'
122 replace table for function lookup in conditions with simple code
138 o var.c: condense code in ApplyModifier_Assign
153 o parse.c: condense repetetive code in ParseDirective
154 remove dead code for handling traditional include directives
156 remove unreachable code for parsing the dependency operator
163 merge duplicate code for memory handling in Var_Parse
194 extract common code into Expr_Words
195 extract common code into Expr_Str
218 o replace enums with bitfields, this simplifies a lot of code.
416 o var.c: uncompress code in ApplyModifier_Unique
480 o var.c: restructure code in ParseVarname to target human readers
486 explain non-obvious code around indirect variable modifiers
491 reorder code in ModifyWords
503 reduce redundant code around ModifyWords
509 condense the code for parsing :S and :C modifiers
624 clean up code in extracted ExportVar functions
625 remove dead code from ApplyModifiersIndirect
655 o add str_basename to reduce duplicate code
893 o parse.c: replace strstr in ParseMaybeSubMake with optimized code
991 clean up code layout
1000 o for.c: clean up code for handling .for loops
1016 remove code for circular lists from Lst_Next
1028 o var.c: reduce duplicate code in VarFind
1034 o more refactoring and simplification to reduce code size
1148 reduce code size in CondParser_Eval
1201 remove unreachable code from CompatRunCommand
1269 o make_malloc.c: remove unreachable code
1302 o var.c: reduce duplicate code for modifiers
1364 o unit-tests: more tests to improve code coverage
1376 o collapse lsd.lib into lst.c - reduce code size and allow inlining
1433 simplify code for :E and :R
1434 clean up code for :H and :T
2131 o meta.c: meta_oodate, do not hard code ignore of makeDependfile
2689 o simplify job printing code
3011 o fix for compat mode "Error code" going to debug_file.
3277 o extract variable modifier code out of Var_Parse()
3296 useful and this code was likely bit-rotting - dsl
3440 o use of getopt replaced with custom code, since the usage
3896 * Imported clean code base from NetBSD-1.0