Home
last modified time | relevance | path

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

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