Searched refs:g_ls (Results 1 – 1 of 1) sorted by relevance
76 static struct level_stack *g_ls; variable89 new_ls->next = g_ls; in push_ls()90 g_ls = new_ls; in push_ls()101 if (g_ls) { in pop_ls_st()104 sl = g_ls->sl; in pop_ls_st()105 saved_ls = g_ls; in pop_ls_st()106 g_ls = g_ls->next; in pop_ls_st()