Searched refs:newblock (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/sbin/pfctl/ |
| D | pfctl_optimize.c | 624 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/ |
| D | sh.h | 583 void newblock(void);
|
| D | main.c | 178 newblock(); /* set up global l->vars and l->funs */ in main()
|
| D | var.c | 46 newblock(void) in newblock() function
|
| D | exec.c | 502 newblock(); in comexec()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-tic54x.texi | 167 .newblock directive @pxref{TIC54X-Directives,,@code{.newblock}} 545 @cindex @code{newblock} directive, TIC54X 546 @item .newblock
|
| /openbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-tic54x.texi | 167 .newblock directive @pxref{TIC54X-Directives,,@code{.newblock}} 545 @cindex @code{newblock} directive, TIC54X 546 @item .newblock
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | hpread.c | 3182 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/ |
| D | tc-tic54x.c | 2082 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/ |
| D | tc-tic54x.c | 2077 char newblock[] = " .newblock\n"; local 2106 input = xmalloc (sizeof (newblock) + strlen (filename) + 4); 2107 sprintf (input, "\"%s\"\n%s", filename, newblock);
|