Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dhashserv.c43 static int dotpath; variable
90 if (multrel == 0 && hashdata(h->data) > dotpath)
93 oldpath = dotpath;
134 if (count < dotpath)
223 dotpath = 10000; in set_dotpath()
232 if (dotpath == 10000) in set_dotpath()
233 dotpath = cnt; in set_dotpath()
411 count = dotpath; in findpath()
415 if (oldpath > dotpath) in findpath()
422 return(dotpath); in findpath()
[all …]