Searched refs:sib (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/path/
H A Dpathaccess.c52 int sib = a && a[0] == '.' && a[1] == '.' && a[2] == 0; local
60 if ((!sib || *path == '/') && pathexists(path, mode))
/ast/src/lib/libast/regex/
H A Dregdecomp.c52 for (y = x->sib; y; y = y->sib)
H A Dreglib.h468 * prefix ending in character c. sib links alternate
480 struct Trie_node_s* sib; member in struct:Trie_node_s
H A Dregcomp.c181 triedrop(disc, e->sib);
1957 if (!t->sib && !(t->sib = trienode(env, *s)))
1959 t = t->sib;
2998 } while (x = x->sib);
H A Dregnexec.c511 if (!(x = x->sib))
526 if (!(x = x->sib))
/ast/src/lib/libdll/
H A Ddllscan.c27 char* sib[3]; \
102 info.sibling = info.sib;

Completed in 35 milliseconds