Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Ddir.c43 #define DIRSEPS " ,:" /* directory list separators */ macro
80 dir = strtok(dirlist, DIRSEPS); in sourcedir()
97 dir = strtok((char *)NULL, DIRSEPS); in sourcedir()
113 dir = strtok(dirlist, DIRSEPS); in includedir()
131 dir = strtok((char *)NULL, DIRSEPS); in includedir()