Home
last modified time | relevance | path

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

/dports/news/atp/atp-1.50/editline/
H A Deditline.h66 #define SEPCH '\\' macro
81 #define SEPCH '\\' macro
101 #define SEPCH '/' macro
H A Dcomplete.c193 if ((tpart = strrchr(path, SEPCH )) == NULL) {
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmultivector.c58 #define SEPCH " \t\n" macro
98 ptr = strtok( buf , SEPCH ) ; in multivector_read()
103 ptr = strtok( NULL , SEPCH ) ; in multivector_read()
122 ptr = strtok( NULL , SEPCH ) ; in multivector_read()
162 ptr = strtok( NULL , SEPCH ) ; in multivector_read()
206 pp[0] = strtok(buf,SEPCH) ; if( pp[0] == NULL ) continue ; in multivector_read()
209 pp[ll] = strtok(NULL,SEPCH) ; if( pp[ll] == NULL ) break ; in multivector_read()