Searched refs:VC_METHSEP (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvcalias.c205 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 Dvcopen.c111 if(!(spec = vcsubstring(spec, VC_METHSEP, meth, sizeof(meth), 0)) )
H A Dvcmethod.c421 asep = csep == VC_METHSEP ? '^' : 0;
H A Dvcodex.h227 #define VC_METHSEP ',' /* separator for methods */ macro
H A Dvcsfio.c387 *id++ = VC_METHSEP;

Completed in 18 milliseconds