callsave
struct callsave *current;
struct callsave *current;
struct callsave *current;
struct callsave *p, *oldp;
oldp = (struct callsave *) NULL;
if (oldp == (struct callsave *) NULL) {
if (pending->cl_head == (struct callsave *) NULL) {
pending->cl_tail = (struct callsave *) NULL;
struct callsave *tmp;
temp_pend->cl_head = (struct callsave *) NULL;
temp_pend->cl_tail = (struct callsave *) NULL;
if ((tmp = (struct callsave *) malloc(sizeof(struct callsave))) == NULL) {
struct callsave *tmp;
Free_call_p->cl_head = (struct callsave *) NULL;
Free_call_p->cl_tail = (struct callsave *) NULL;
struct callsave *cp;
if (head->cl_tail == (struct callsave *) NULL) {
cp->c_np = (struct callsave *) NULL;
struct callsave *cp;
if (head->cl_head == (struct callsave *) NULL) {
cp->c_np = (struct callsave *) NULL;
struct callsave *
struct callsave *ret;
if (head->cl_head == (struct callsave *) NULL) {
return((struct callsave *) NULL);
if (head->cl_head == (struct callsave *) NULL)
head->cl_tail = (struct callsave *) NULL;
#define EMPTYLIST(p) (p->cl_head == (struct callsave *)NULL)
struct callsave *c_np;
struct callsave *cl_head;
struct callsave *cl_tail;