Home
last modified time | relevance | path

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

/dports/comms/lirc/lirc-0.9.0/tools/
H A Dlirc_client.c42 struct filestack_t { struct
46 struct filestack_t *parent; argument
79 static struct filestack_t *stack_push(struct filestack_t *parent);
80 static struct filestack_t *stack_pop(struct filestack_t *entry);
81 static void stack_free(struct filestack_t *entry);
622 static struct filestack_t *stack_push(struct filestack_t *parent) in stack_push()
624 struct filestack_t *entry; in stack_push()
625 entry = malloc(sizeof(struct filestack_t)); in stack_push()
637 static struct filestack_t *stack_pop(struct filestack_t *entry) in stack_pop()
639 struct filestack_t *parent = NULL; in stack_pop()
[all …]