Searched refs:next (Results 1 – 5 of 5) sorted by relevance
387 const char *next; in __glob() local408 if (next == NULL) in __glob()419 rest = next; in __glob()464 if (*next == '}') in __glob()468 p = next + 1; in __glob()469 next = next_brace_sub (p, flags); in __glob()470 assert (next != NULL); in __glob()1284 init_names->next = NULL; in glob_in_dir()1390 newnames->next = names; in glob_in_dir()1439 names = names->next; in glob_in_dir()[all …]
981 bin_tree_storage_t *storage, *next; in free_workarea_compile() local984 next = storage->next; in free_workarea_compile()1409 node->left->next = node; in calc_next()1413 node->right->next = node->next; in calc_next()1417 node->left->next = node->next; in calc_next()1419 node->right->next = node->next; in calc_next()1450 left = node->next->node_idx; in link_nfa_nodes()1454 right = node->next->node_idx; in link_nfa_nodes()1999 re_token_t next; in peek_token() local2003 if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP) in peek_token()[all …]
474 struct bin_tree_t *next; member489 struct bin_tree_storage_t *next; member
1337 * manual/conf.texi (top @node): Remove next pointer.4987 one part of a test fails move on to the next test.5888 position of next output character correctly.7999 is considered next along with information about load paths.
159 # actually, this next one probably ought to fail, but the spec is unclear
Completed in 29 milliseconds