OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sdone
(Results
1 - 2
of
2
) sorted by relevancy
/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;
/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) {
Completed in 14 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025