Searched refs:ParseReadLine (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddeptgt.exp3 ParseReadLine (34): '${:U}: empty-source'
5 ParseReadLine (35): ' : command for empty targets list'
6 ParseReadLine (36): ': empty-source'
8 ParseReadLine (37): ' : command for empty targets list'
9 ParseReadLine (38): '.MAKEFLAGS: -d0'
H A Dsuff-rebuild.exp0 ParseReadLine (10): '.SUFFIXES:'
4 ParseReadLine (12): '.SUFFIXES: .a .b .c'
9 ParseReadLine (14): 'suff-rebuild-example.a:'
12 ParseReadLine (15): ' : Making ${.TARGET} out of nothing.'
13 ParseReadLine (17): '.a.b:'
18 ParseReadLine (18): ' : Making ${.TARGET} from ${.IMPSRC}.'
19 ParseReadLine (19): '.b.c:'
25 ParseReadLine (20): ' : Making ${.TARGET} from ${.IMPSRC}.'
26 ParseReadLine (21): '.c:'
32 ParseReadLine (2
[all...]
H A Dsuff-incomplete.exp0 ParseReadLine (9): '.SUFFIXES:'
4 ParseReadLine (11): '.SUFFIXES: .a .b .c'
9 ParseReadLine (17): '.a.b:'
14 ParseReadLine (21): '.a.c: ${.PREFIX}.dependency'
23 ParseReadLine (23): '.DEFAULT:'
26 ParseReadLine (24): ' : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default.'
H A Dvarname-dot-shell.exp0 ParseReadLine (10): 'ORIG_SHELL:= ${.SHELL}'
7 ParseReadLine (12): '.SHELL= overwritten'
13 ParseReadLine (19): '.MAKEFLAGS: .SHELL+=appended'
20 ParseReadLine (27): '.undef .SHELL'
22 ParseReadLine (28): '.SHELL= newly overwritten'
28 ParseReadLine (33): '.MAKEFLAGS: -d0'
H A Dsuff-main-several.exp0 ParseReadLine (8): '.1.2 .1.3 .1.4:'
4 ParseReadLine (9): ' : Making ${.TARGET} from ${.IMPSRC}.'
5 ParseReadLine (14): 'next-main:'
7 ParseReadLine (15): ' : Making ${.TARGET}'
8 ParseReadLine (19): '.SUFFIXES: .1 .2 .3 .4'
29 ParseReadLine (24): '.SUFFIXES:'
32 ParseReadLine (32): '.SUFFIXES: .4 .3 .2 .1'
38 ParseReadLine (33): '.SUFFIXES:'
41 ParseReadLine (34): '.SUFFIXES: .1 .2 .3 .4'
47 ParseReadLine (3
[all...]
H A Ddirective-export-impl.exp0 ParseReadLine (21): 'UT_VAR= <${REF}>'
3 ParseReadLine (28): '.export UT_VAR'
5 ParseReadLine (32): ': ${UT_VAR:N*}'
26 ParseReadLine (49): ': ${UT_VAR:N*}'
34 ParseReadLine (53): 'REF= defined'
49 ParseReadLine (61): 'all:'
52 ParseReadLine (62): '.MAKEFLAGS: -d0'
H A Dvarmod-loop.exp0 ParseReadLine (117): 'USE_8_DOLLARS= ${:U1:@var@${8_DOLLARS}@} ${8_DOLLARS} $$$$$$$$'
4 ParseReadLine (122): 'SUBST_CONTAINING_LOOP:= ${USE_8_DOLLARS}'
7 ParseReadLine (147): '.MAKEFLAGS: -d0'
H A Dinclude-main.exp5 ParseReadLine (5): '. info subsub-ok'
11 ParseReadLine (6): '.MAKEFLAGS: -d0'
H A Dvarmod-indirect.exp11 ParseReadLine (134): '_:= before ${UNDEF} after'
15 ParseReadLine (137): '_:= before ${UNDEF:${:US,a,a,}} after'
30 ParseReadLine (147): '_:= before ${UNDEF:${:U}} after'
40 ParseReadLine (152): '_:= before ${UNDEF:${:UZ}} after'
53 ParseReadLine (154): '.MAKEFLAGS: -d0'
/freebsd-13-stable/contrib/bmake/
H A Dparse.c2909 ParseReadLine(void) function
3238 while ((line = ParseReadLine()) != NULL) {
3239 DEBUG2(PARSE, "ParseReadLine (%d): '%s'\n",

Completed in 121 milliseconds