Home
last modified time | relevance | path

Searched defs:combineName (Results 1 – 2 of 2) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DCompileNamedPart.java241 public static String combineName(Expression part1, Expression part2) { in combineName() method in CompileNamedPart
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/dist/build/Language/C/Parser/
H A DParser.hs6895 combineName Nothing Nothing = Right Nothing function
6896 combineName Nothing oldname@(Just _) = Right oldname function
6897 combineName newname@(Just _) Nothing = Right newname function
6898 combineName (Just n1) (Just n2) = Left (n1,n2) function