Searched defs:DIRSEPS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Ddir.c45 #define DIRSEPS " ,:" /* directory list separators */ macro
82 dir = strtok(dirlist, DIRSEPS);
99 dir = strtok((char *)NULL, DIRSEPS);
115 dir = strtok(dirlist, DIRSEPS);
133 dir = strtok((char *)NULL, DIRSEPS);

Completed in 57 milliseconds