Searched refs:VC_METHSEP (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libvcodex/ |
H A D | vcalias.c | 205 if(!(args = vcsubstring(spec, VC_METHSEP, name, sizeof(name), 0)) || *args != 0 ) 226 if(!(rest = vcsubstring(alias->value, VC_METHSEP, meth, mtsz, 0)) ) 240 { meth[n+1+a] = VC_METHSEP;
|
H A D | vcopen.c | 111 if(!(spec = vcsubstring(spec, VC_METHSEP, meth, sizeof(meth), 0)) )
|
H A D | vcmethod.c | 421 asep = csep == VC_METHSEP ? '^' : 0;
|
H A D | vcodex.h | 227 #define VC_METHSEP ',' /* separator for methods */ macro
|
H A D | vcsfio.c | 387 *id++ = VC_METHSEP;
|
Completed in 18 milliseconds