OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parse
(Results
1 - 25
of
156
) sorted by relevancy
1
2
3
4
5
6
7
/src/tools/lex/
Makefile
18
parse
.c: __BUILD
19
parse
.h: __BUILD
21
scan.c:
parse
.h
22
parse
.h: Makefile
24
CLEANFILES+=scan.c
parse
.c
parse
.h
/src/usr.bin/make/unit-tests/
opt-debug-parse.exp
1
Parsing opt-debug-
parse
.mk:16: .for var in value
2
Parse_PushInput: .for loop in opt-debug-
parse
.mk:16
3
SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-
parse
.mk'
4
Parsing opt-debug-
parse
.mk:21: .info trace with multi-line .for loop head
5
make: opt-debug-
parse
.mk:21: trace with multi-line .for loop head
6
in .for loop from opt-debug-
parse
.mk:16 with var = value
7
ParseEOF: returning to opt-debug-
parse
.mk:23
8
SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-
parse
.mk'
9
Parsing opt-debug-
parse
.mk:26: .include "/dev/null"
12
SetFilenameVars: ${.INCLUDEDFROMDIR} = <some-dir> ${.INCLUDEDFROMFILE} = `opt-debug-
parse
.mk
[
all
...]
parse.exp
1
make:
parse
.mk:7: Invalid line "<<<<<< old"
2
make:
parse
.mk:14: Invalid line ">>>>>> new"
3
make:
parse
.mk:25: Invalid line "one-target ${:U }", expanded to "one-target "
var-eval-short.exp
5
Var_Parse: ${0:?${FAIL}then:${FAIL}else} (
parse
)
7
Var_Parse: ${FAIL}then:${FAIL}else} (
parse
)
9
Var_Parse: ${FAIL}else} (
parse
)
11
Result of ${0:?${FAIL}then:${FAIL}else} is "" (
parse
, defined)
16
Var_Parse: ${DEFINED:L:?${FAIL}then:${FAIL}else} (
parse
)
18
Result of ${DEFINED:L} is "defined" (
parse
, regular)
20
Var_Parse: ${FAIL}then:${FAIL}else} (
parse
)
22
Var_Parse: ${FAIL}else} (
parse
)
24
Result of ${DEFINED:?${FAIL}then:${FAIL}else} is "defined" (
parse
, regular)
varmisc.exp
43
parse
-dynamic:
parse
-dynamic
parse
-dynamic before
44
parse
-dynamic:
parse
-dynamic
parse
-dynamic after
45
parse
-dynamic:
parse
-dynamic
parse
-dynamic after
cmd-errors-jobs.mk
17
${RUN}
parse
-error-direct
18
${RUN}
parse
-error-indirect
36
parse
-error-indirect:
parse
-error-direct
37
parse
-error-direct:
parse
-error-unclosed-expression
38
parse
-error-direct:
parse
-error-unclosed-modifier
39
parse
-error-direct:
parse
-error-unknown-modifie
[
all
...]
opt-debug-parse.mk
1
# $NetBSD: opt-debug-
parse
.mk,v 1.8 2023/06/01 20:56:35 rillig Exp $
10
# Before
parse
.c 1.639 from 2022-01-08, PrintStackTrace and other diagnostics
14
# Before
parse
.c 1.643 from 2022-01-08, PrintStackTrace tried to be too clever
24
# Before
parse
.c 1.641 from 2022-01-08, the debug log said it returned to
deptgt-begin.exp
3
:
parse
time
moderrs.mk
21
all: mod-ts-
parse
-{1,2,3,4,5}
22
all: mod-t-
parse
-{1,2,3,4}
23
all: mod-ifelse-
parse
-{1,2,3,4,5}
24
all: mod-remember-
parse
25
all: mod-sysv-
parse
-{1,2,3,4}
151
mod-ts-
parse
-1:
153
mod-ts-
parse
-2:
155
mod-ts-
parse
-3:
158
mod-ts-
parse
-4:
161
mod-ts-
parse
-5
[
all
...]
cond-late.mk
18
all:
parse
-time cond-literal
20
parse
-time: .PHONY
21
@${MAKE} -f ${MAKEFILE} do-
parse
-time || true
26
.if make(do-
parse
-time)
33
# If the order of evaluation were to change to first
parse
the condition
lint.mk
8
# then, make checked for
parse
errors only after parsing each top-level
10
# in shell commands, the
parse
errors were not checked again.
directive-for-lines.mk
5
# Since
parse
.c 1.127 from 2007-01-01 and before
parse
.c 1.494 from
/src/usr.bin/aiomixer/
Makefile
4
SRCS+= main.c draw.c
parse
.c
/src/usr.sbin/pf/pfs/
parser.h
34
int
parse
(FILE*, struct pfioc_states*);
Makefile
2
SRCS= pfs.c token.l
parse
.y
8
YHEADER=
parse
.h
/src/usr.bin/hexdump/
Makefile
5
SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c
parse
.c
18
COPTS.
parse
.c+= ${CC_WNO_STRINGOP_TRUNCATION}
/src/usr.bin/indent/
Makefile
5
SRCS= args.c debug.c indent.c io.c lexi.c
parse
.c pr_comment.c
/src/lib/libc/regex/
regcomp.c
102
*
parse
structure, passed up and down to avoid global variables and
105
struct
parse
{
struct
121
bool (*parse_expr)(struct
parse
*, struct branchc *);
122
void (*pre_parse)(struct
parse
*, struct branchc *);
123
void (*post_parse)(struct
parse
*, struct branchc *);
134
static bool p_ere_exp(struct
parse
*p, struct branchc *bc);
135
static void p_str(struct
parse
*p);
136
static int p_branch_eat_delim(struct
parse
*p, struct branchc *bc);
137
static void p_branch_ins_offset(struct
parse
*p, struct branchc *bc);
138
static void p_branch_fix_tail(struct
parse
*p, struct branchc *bc)
[
all
...]
/src/games/battlestar/
Makefile
7
init.c cypher.c getcom.c
parse
.c room.c save.c fly.c misc.c \
16
COPTS.
parse
.c+=-Wno-restrict
/src/sbin/setkey/
Makefile
8
SRCS= setkey.c
parse
.y token.l
11
YHEADER=
parse
.h
/src/share/misc/
nanpa.awk
4
#
parse
"https://nationalnanpa.com/nanp1/npa_report.csv"
47
function
parse
(file, ispipe, isplanning, i, planinit, t)
function
95
parse
("ftp -o - " \
98
parse
("ftp -o - " \
101
parse
("ftp -o - " \
104
parse
("na.phone.add", 0, 0);
/src/dist/pf/sbin/pfctl/
Makefile
4
SRCS= pfctl.c
parse
.y pfctl_parser.c pf_print_state.c pfctl_altq.c
/src/tests/kernel/
t_ps_strings.sh
39
# Function to
parse
and validate the output from ps
77
parse
=$(parse_ps $h_pid $(ps -wwo pid,args -p $h_pid) )
/src/usr.bin/menuc/
Makefile
8
SRCS= main.c
parse
.y scan.l avl.c mdb.c util.c
/src/usr.sbin/inetd/
Makefile
9
SRCS= inetd.c
parse
.c parse_v2.c ratelimit.c
Completed in 57 milliseconds
1
2
3
4
5
6
7
Indexes created Sat Sep 20 22:09:52 GMT 2025