Lines Matching refs:parse
94 o parse.c: fix out-of-bounds read when parsing an invalid line
107 o parse.c: reorganize Parse_Error
146 o parse.c: try to include 'posix.mk' the first time
171 o parse.c: remove redundant conditions
190 o parse.c: do not step off end of input in Parse_IsVar
221 o parse.c: cleanup white-space
231 o parse.c: fix filename in warning about duplicate script
243 o parse.c: condense code in Parse_IsVar
270 o parse.c: add missing printflike annotations
284 * parse.c: loadfile restore extra byte in buffer.
300 o parse.c: sync API documentation
326 o parse.c: condense repetetive code in ParseDirective
355 o var.c: in parse errors, mark whitespace more clearly
365 o parse.c: inline common subexpression in ParseRawLine
377 o parse.c: do not try to expand fixed variable names
513 o parse.c: correct case for CVS/RCS
642 o var.c: avoid evaluating many modifiers in parse only mode
644 the first time just to report parse errors early, so we want to
706 o parse.c: replace parse error "Need an operator" with better message
738 o parse.c: in -dp mode, print stack trace with each diagnostic
793 parse.c: remove mmap for loading files, only allow files < 1 GiB
811 o parse.c: fix assertion failure for files without trailing newline
813 remove excess newline from parse errors
839 o parse.c: clean up memory handling in VarAssign_EvalShell, Parse_DoVar
849 error out on unknown variable modifiers at parse time
896 parse.c: error out on null bytes in makefiles
922 o parse.c: rename parse functions
964 o parse.c: reduce memory allocations for parsing dependencies and
1066 o parse.c: replace strstr in ParseMaybeSubMake with optimized code
1095 o parse.c: extract loadedfile_mmap from loadfile
1117 fix parse error in string literal in conditional
1120 o parse.c: clean up StrContainsWord
1145 o parse.c: merge curFile into includes
1196 o parse.c: convert error level for Parse_Error to an enum
1231 o parse.c: more refactoring
1248 o parse.c: enable format string truncation warnings
1271 o parse.c: add missing const for Parse_AddIncludeDir
1298 o parse.c: ensure parse errors result in 'stopped in' message.
1301 o parse.c: rename ParseFinishLine to FinishDependencyGroup
1488 o parse.c: remove VARE_WANTRES for LINT
1526 o parse.c: When parsing variable assignments other than :=
1801 o parse.c: don't pass NULL to realpath(3)
1808 o parse.c: ParseDoDependency: free paths rather than assert
1831 o parse.c: ParseVErrorInternal use .PARSEDIR
1839 o parse.c: ParseVErrorInternal use .CURDIR if .PARSEDIR
1871 o parse.c: be more cautious about detecting depenency line
1878 o parse.c: avoid calling sysconf for every call to loadfile
1890 o parse.c: do not treat .info as warning with -W
1981 * parse.c: not everyone has stdint.h
2053 o parse.c: ensure loadfile buffer is \n terminated in non-mmap case
2087 o parse.c: avoid coredump from (var)=val
2238 o parse.c: add .dinclude for handling included
2261 o parse.c: ParseTrackInput don't access beyond
2276 * parse.c: cope with _SC_PAGESIZE not being defined.
2413 o var.c detect some parse errors.
2560 o parse.c: fix ParseGmakeExport to be portable
2784 * parse.c: Since we moved include of sys/mman.h
2886 o ApplyModifiers: when we parse a variable which is not
2987 * parse.c: SunOS 5.8 at least does not have MAP_FILE
3534 o possible parse error causing us to wander off.
3782 * parse.c: pix up fix for suffix rules
3911 parse.c (ParseDoDependency): Spot that the syntax error is