Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dmisc.c56 struct sko_state { struct
59 static struct sko_state *sko_stack = 0; argument
66 sko_stack = malloc(sizeof(struct sko_state) * sko_sz); in sko_push()
73 sko_stack = realloc(sko_stack, sizeof(struct sko_state) * sko_sz); in sko_push()