Home
last modified time | relevance | path

Searched refs:contflag (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/amiga/stand/bootblock/boot/
H A Dmain.c124 int contflag, mapped1to1; in pain() local
277 contflag = mapped1to1 = 0; in pain()
284 from = CachePreDMA(vfrom, &size, contflag); in pain()
285 contflag = DMAF_Continue; in pain()
338 contflag = 0; in pain()
/netbsd-src/usr.bin/rpcgen/
H A Drpc_parse.h100 int contflag; member
H A Drpc_parse.c321 cases->contflag = 1; /* continued case in def_union()
333 cases->contflag = 0; /* no continued case statement */ in def_union()
H A Drpc_hout.c245 if (l->contflag == 0) in puniondef()
H A Drpc_cout.c349 if (cl->contflag == 1) /* a continued case statement */ in emit_union()