OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pprevious
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/csh/
proc.c
66
struct process *
pprevious
;
variable in typeref:struct:process *
168
pprevious
= pcurrent;
431
if (
pprevious
!= NULL) {
432
pcurrent =
pprevious
;
433
pprevious
= pgetcurr(pp);
437
pprevious
= pgetcurr(pp);
439
} else if (pp ==
pprevious
)
440
pprevious
= pgetcurr(pp);
509
else if (
pprevious
== NULL)
510
pprevious
= pp
[
all
...]
proc.c
66
struct process *
pprevious
;
variable in typeref:struct:process *
168
pprevious
= pcurrent;
431
if (
pprevious
!= NULL) {
432
pcurrent =
pprevious
;
433
pprevious
= pgetcurr(pp);
437
pprevious
= pgetcurr(pp);
439
} else if (pp ==
pprevious
)
440
pprevious
= pgetcurr(pp);
509
else if (
pprevious
== NULL)
510
pprevious
= pp
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Oct 11 13:09:53 GMT 2025