/src/usr.bin/sed/ |
process.c | 92 static int sdone; /* If any substitutes since last line input. */ variable in typeref:typename:int 232 sdone |= substitute(cp); 235 if (sdone) { 236 sdone = 0; 550 * therefore it also resets the substitution done (sdone) flag. 584 sdone = 0;
|
process.c | 92 static int sdone; /* If any substitutes since last line input. */ variable in typeref:typename:int 232 sdone |= substitute(cp); 235 if (sdone) { 236 sdone = 0; 550 * therefore it also resets the substitution done (sdone) flag. 584 sdone = 0;
|
/src/sys/dev/usb/ |
ohci.c | 1447 ohci_soft_td_t *std, *sdone, *stdnext; local in function:ohci_softintr 1481 for (sdone = NULL, sidone = NULL; done != 0; ) { 1486 std->dnext = sdone; 1488 sdone = std; 1508 DPRINTFN(10, "sdone=%#jx sidone=%#jx", (uintptr_t)sdone, 1513 for (std = sdone; std; std = std->dnext) 1519 for (std = sdone; std; std = stdnext) {
|
ohci.c | 1447 ohci_soft_td_t *std, *sdone, *stdnext; local in function:ohci_softintr 1481 for (sdone = NULL, sidone = NULL; done != 0; ) { 1486 std->dnext = sdone; 1488 sdone = std; 1508 DPRINTFN(10, "sdone=%#jx sidone=%#jx", (uintptr_t)sdone, 1513 for (std = sdone; std; std = std->dnext) 1519 for (std = sdone; std; std = stdnext) {
|