Home
last modified time | relevance | path

Searched refs:RT_DIRSIZE (Results 1 – 1 of 1) sorted by relevance

/original-bsd/old/arff/
H A Darff.c55 #define RT_DIRSIZE 31 /* max # of directory segments */ macro
95 struct rt_dir rt_dir[RT_DIRSIZE] = {
111 struct rt_ent *rt_curend[RT_DIRSIZE];
407 if (dirnum > RT_DIRSIZE) { in rt_init()