/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);
|
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/usr.bin/make/unit-tests/ |
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...] |
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...] |
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
|
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
|
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...] |
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...] |
varmod-assign.mk | 9 all: mod-assign-parse-{1,2,3} 99 mod-assign-parse-1: 105 mod-assign-parse-2: 110 mod-assign-parse-3:
|
varmod-assign.mk | 9 all: mod-assign-parse-{1,2,3} 99 mod-assign-parse-1: 105 mod-assign-parse-2: 110 mod-assign-parse-3:
|
/src/sys/arch/sgimips/stand/common/ |
iris_parse.c | 30 * Parse argv argument vector. 42 parse(char *argv[], char *kernelname) function in typeref:typename:void
|
iris_parse.c | 30 * Parse argv argument vector. 42 parse(char *argv[], char *kernelname) function in typeref:typename:void
|
/src/usr.bin/indent/ |
parse.c | 1 /* $NetBSD: parse.c,v 1.85 2025/01/07 03:55:00 rillig Exp $ */ 41 __RCSID("$NetBSD: parse.c,v 1.85 2025/01/07 03:55:00 rillig Exp $"); 82 * Repeatedly try to reduce the top two symbols on the parse stack to a single 130 parse(parser_symbol psym) function in typeref:typename:void 133 debug_println("parse: %s", psym_name[psym]);
|
parse.c | 1 /* $NetBSD: parse.c,v 1.85 2025/01/07 03:55:00 rillig Exp $ */ 41 __RCSID("$NetBSD: parse.c,v 1.85 2025/01/07 03:55:00 rillig Exp $"); 82 * Repeatedly try to reduce the top two symbols on the parse stack to a single 130 parse(parser_symbol psym) function in typeref:typename:void 133 debug_println("parse: %s", psym_name[psym]);
|
/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
|
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/games/battlestar/ |
parse.c | 1 /* $NetBSD: parse.c,v 1.18 2021/05/02 12:50:43 rillig Exp $ */ 35 static char sccsid[] = "@(#)parse.c 8.2 (Berkeley) 4/28/95"; 37 __RCSID("$NetBSD: parse.c,v 1.18 2021/05/02 12:50:43 rillig Exp $"); 100 parse(void) function in typeref:typename:void
|
parse.c | 1 /* $NetBSD: parse.c,v 1.18 2021/05/02 12:50:43 rillig Exp $ */ 35 static char sccsid[] = "@(#)parse.c 8.2 (Berkeley) 4/28/95"; 37 __RCSID("$NetBSD: parse.c,v 1.18 2021/05/02 12:50:43 rillig Exp $"); 100 parse(void) function in typeref:typename:void
|
/src/sys/arch/luna68k/stand/boot/ |
parse.c | 1 /* $NetBSD: parse.c,v 1.8 2016/11/25 17:37:04 tsutsui Exp $ */ 37 * @(#)parse.c 8.1 (Berkeley) 6/10/93 70 * @(#)parse.c 8.1 (Berkeley) 6/10/93 74 * parse.c -- command parser 157 parse(int argc, char *argv[]) function in typeref:typename:int
|
parse.c | 1 /* $NetBSD: parse.c,v 1.8 2016/11/25 17:37:04 tsutsui Exp $ */ 37 * @(#)parse.c 8.1 (Berkeley) 6/10/93 70 * @(#)parse.c 8.1 (Berkeley) 6/10/93 74 * parse.c -- command parser 157 parse(int argc, char *argv[]) function in typeref:typename:int
|
/src/usr.bin/mail/ |
head.c | 234 parse(const char line[], struct headline *hl, char pbuf[]) function in typeref:typename:PUBLIC void 276 parse(linebuf, &hl, parbuf);
|
head.c | 234 parse(const char line[], struct headline *hl, char pbuf[]) function in typeref:typename:PUBLIC void 276 parse(linebuf, &hl, parbuf);
|
/src/tests/usr.bin/indent/ |
t_misc.sh | 55 # On normal parse errors, indent continues until the end of the file. 265 /* $ See parse.c, function parse, 'case switch_expr'. */ 268 /* $ See parse.c, function parse, 'case switch_expr'. */
|
t_misc.sh | 55 # On normal parse errors, indent continues until the end of the file. 265 /* $ See parse.c, function parse, 'case switch_expr'. */ 268 /* $ See parse.c, function parse, 'case switch_expr'. */
|
/src/games/hack/ |
hack.tty.c | 314 parse(void) function in typeref:typename:char *
|