Searched refs:acceptbogus (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sbin/unwind/
H A Dprintconf.c77 if (e->type != j || e->acceptbogus)
86 if (e->type != j || e->acceptbogus)
95 if (e->type != j || !e->acceptbogus)
105 if (e->type != j || !e->acceptbogus)
H A Dunwind.h141 int acceptbogus; member in struct:force_tree_entry
H A Dparse.y109 %type <v.number> port dot prefopt log acceptbogus
327 force : FORCE acceptbogus prefopt '{' force_list optnl '}' {
332 n->acceptbogus = $2;
347 acceptbogus: ACCEPT BOGUS { $$ = 1; } label
H A Dresolver.c2135 return n->acceptbogus;

Completed in 128 milliseconds