Searched refs:newblock (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sbin/pfctl/
H A Dpfctl_optimize.c624 struct superblock *newblock; local
735 if ((newblock = calloc(1, sizeof(*newblock)))
740 TAILQ_INIT(&newblock->sb_rules);
742 TAILQ_INIT(&newblock->sb_skipsteps[i]);
743 TAILQ_INSERT_BEFORE(block, newblock, sb_entry);
749 newblock = block;
756 TAILQ_INSERT_TAIL(&newblock->sb_rules, por,
764 if (newblock != block)
765 if (reorder_rules(pf, newblock, dept
[all...]
/openbsd-current/bin/ksh/
H A Dsh.h583 void newblock(void);
H A Dmain.c178 newblock(); /* set up global l->vars and l->funs */
H A Dexec.c502 newblock();
H A Dvar.c46 newblock(void) function
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dhpread.c3197 struct objfile *objfile, int newblock)
3365 if (newblock)
3380 struct objfile *objfile, int newblock)
3545 if (newblock)
3181 hpread_read_function_type(dnttpointer hp_type, union dnttentry *dn_bufp, struct objfile *objfile, int newblock) argument
3364 hpread_read_doc_function_type(dnttpointer hp_type, union dnttentry *dn_bufp, struct objfile *objfile, int newblock) argument
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic54x.c2082 char newblock[] = " .newblock\n"; local
2108 and a .newblock.
2109 The included file will be inserted before the newblock, so that the
2110 newblock is executed after the included file is processed. */
2111 input = xmalloc (sizeof (newblock) + strlen (filename) + 4);
2112 sprintf (input, "\"%s\"\n%s", filename, newblock);
2628 { "newblock" , tic54x_clear_local_labels, 0 },
2723 Some docs imply that macros have to use .newblock in order to be able
2724 to re-use a local label. We effectively do an automatic .newblock b
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic54x.c2077 char newblock[] = " .newblock\n"; local
2103 and a .newblock.
2104 The included file will be inserted before the newblock, so that the
2105 newblock is executed after the included file is processed. */
2106 input = xmalloc (sizeof (newblock) + strlen (filename) + 4);
2107 sprintf (input, "\"%s\"\n%s", filename, newblock);
2616 { "newblock" , tic54x_clear_local_labels, 0 },
2690 Some docs imply that macros have to use .newblock in order to be able
2691 to re-use a local label. We effectively do an automatic .newblock b
[all...]

Completed in 246 milliseconds