Home
last modified time | relevance | path

Searched refs:newblock (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/sbin/pfctl/
Dpfctl_optimize.c624 struct superblock *newblock; in reorder_rules() local
735 if ((newblock = calloc(1, sizeof(*newblock))) in reorder_rules()
740 TAILQ_INIT(&newblock->sb_rules); in reorder_rules()
742 TAILQ_INIT(&newblock->sb_skipsteps[i]); in reorder_rules()
743 TAILQ_INSERT_BEFORE(block, newblock, sb_entry); in reorder_rules()
749 newblock = block; in reorder_rules()
756 TAILQ_INSERT_TAIL(&newblock->sb_rules, por, in reorder_rules()
764 if (newblock != block) in reorder_rules()
765 if (reorder_rules(pf, newblock, depth + 1)) in reorder_rules()
/openbsd/src/bin/ksh/
Dsh.h583 void newblock(void);
Dmain.c178 newblock(); /* set up global l->vars and l->funs */ in main()
Dvar.c46 newblock(void) in newblock() function
Dexec.c502 newblock(); in comexec()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-tic54x.texi167 .newblock directive @pxref{TIC54X-Directives,,@code{.newblock}}
545 @cindex @code{newblock} directive, TIC54X
546 @item .newblock
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-tic54x.texi167 .newblock directive @pxref{TIC54X-Directives,,@code{.newblock}}
545 @cindex @code{newblock} directive, TIC54X
546 @item .newblock
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c3182 struct objfile *objfile, int newblock) in hpread_read_function_type() argument
3350 if (newblock) in hpread_read_function_type()
3365 struct objfile *objfile, int newblock) in hpread_read_doc_function_type() argument
3530 if (newblock) in hpread_read_doc_function_type()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic54x.c2082 char newblock[] = " .newblock\n"; local
2111 input = xmalloc (sizeof (newblock) + strlen (filename) + 4);
2112 sprintf (input, "\"%s\"\n%s", filename, newblock);
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-tic54x.c2077 char newblock[] = " .newblock\n"; local
2106 input = xmalloc (sizeof (newblock) + strlen (filename) + 4);
2107 sprintf (input, "\"%s\"\n%s", filename, newblock);