Searched refs:current_str (Results 1 – 2 of 2) sorted by relevance
13 char *current_str; /* This is made up-to-date only when needed */ member38 n->current_str = n->component[0] = n->component[1] = n->component[2] = in context_new()106 conditional_free(&n->current_str); in context_free()126 conditional_free(&n->current_str); in hidden_def()132 n->current_str = malloc(total); in hidden_def()133 if (n->current_str != 0) { in hidden_def()134 char *cp = n->current_str; in hidden_def()144 return n->current_str; in hidden_def()
45 const char *current_str = ext_names[i]; in TEST() local49 ASSERT_LT(strcmp(current_str, next_str), 0); in TEST()