Lines Matching refs:symver_state
56 static const char * symver_state; variable
244 const char * symver_state; member
274 saved->symver_state = symver_state; in app_push()
314 symver_state = saved->symver_state; in app_pop()
804 if (symver_state == NULL) in do_scrub_chars()
807 symver_state = symver_pseudo + 1; in do_scrub_chars()
813 if (ch != '\0' && (*symver_state == ch)) in do_scrub_chars()
814 ++symver_state; in do_scrub_chars()
815 else if (*symver_state != '\0') in do_scrub_chars()
819 symver_state = NULL; in do_scrub_chars()
825 symver_state = NULL; in do_scrub_chars()
1336 if ((symver_state != NULL) && (*symver_state == 0)) in do_scrub_chars()
1426 && symver_state == NULL in do_scrub_chars()