Searched refs:ssig (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypemap.c413 String *ssig, *dsig; local
424 ssig = NewStringEmpty();
434 Printf(ssig, "-%s+%s:", Getattr(p, "type"), Getattr(p, "name"));
493 if ((count_args(ki.key) == narg) && (Strstr(ki.key, ssig))) {
497 Replace(nkey, ssig, dsig, DOH_REPLACE_ANY);
523 Delete(ssig);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsml.vim99 syn region smlMPRestr1 matchgroup=smlModule start="\ssig\s\=" matchgroup=smlModule end="\<end\>" contained contains=ALLBUT,@smlContained,smlEndErr,smlModule
H A Docaml.vim134 syn region ocamlMPRestr1 matchgroup=ocamlModule start="\ssig\s\=" matchgroup=ocamlModule end="\<end\>" contained contains=ALLBUT,@ocamlContained,ocamlEndErr,ocamlModule

Completed in 82 milliseconds