Searched refs:g_ls (Results 1 – 1 of 1) sorted by relevance
82 static struct level_stack *g_ls; variable134 ls->next = g_ls; in _push_ls()135 g_ls = ls; in _push_ls()168 if (g_ls) { in pop_ls_st()171 sl = g_ls->sl; in pop_ls_st()172 saved_ls = g_ls; in pop_ls_st()173 g_ls = g_ls->next; in pop_ls_st()195 if (g_ls) { in pop_ls_mt()196 sl = g_ls->sl; in pop_ls_mt()197 saved_ls = g_ls; in pop_ls_mt()[all …]