HomeSort by: relevance | last modified time | path
    Searched refs:sdone (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/sed/
process.c 93 static int sdone; /* If any substitutes since last line input. */ variable
233 sdone |= substitute(cp);
236 if (sdone) {
237 sdone = 0;
551 * therefore it also resets the substitution done (sdone) flag.
585 sdone = 0;
  /src/sys/dev/usb/
ohci.c 1447 ohci_soft_td_t *std, *sdone, *stdnext; local
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) {

Completed in 54 milliseconds