Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/os2/
Dpopen.c41 static struct pid_list *pid_ll = (struct pid_list *) NULL; variable
53 new->next = pid_ll; in ll_insert()
55 pid_ll = new; in ll_insert()
64 this = pid_ll; in ll_delete()
75 pid_ll = this->next; in ll_delete()
89 struct pid_list *this = pid_ll; in ll_lookup()
108 struct pid_list *this = pid_ll; in ll_length()
120 struct pid_list *this = pid_ll; in ll_print()