Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dmisc.c59 static struct sko_state *sko_stack = 0; variable
64 if (!sko_stack) { in sko_push()
66 sko_stack = malloc(sizeof(struct sko_state) * sko_sz); in sko_push()
67 if (!sko_stack) in sko_push()
73 sko_stack = realloc(sko_stack, sizeof(struct sko_state) * sko_sz); in sko_push()
76 sko_stack[sko_len].dc = dc; in sko_push()
85 *dc = sko_stack[sko_len - 1].dc; in sko_peek()