Home
last modified time | relevance | path

Searched defs:lmatches (Results 1 – 9 of 9) sorted by relevance

/dports/audio/festival/speech_tools/siod/
H A Dsiod.cc441 LISP l,lmatches; in siod_variable_generator() local
481 LISP l,lmatches; in siod_command_generator() local
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/parser/
H A Dtext.c1189 unsigned int lwpos, lppos, lmatches; in _findSegment() local
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/parser/
H A Dtext.c1189 unsigned int lwpos, lppos, lmatches; in _findSegment() local
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/parser/
H A Dtext.c1189 unsigned int lwpos, lppos, lmatches; in _findSegment() local
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/parser/
H A Dtext.c1189 unsigned int lwpos, lppos, lmatches; in _findSegment() local
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/parser/
H A Dtext.c1189 unsigned int lwpos, lppos, lmatches; in _findSegment() local
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcomp.h63 LinkList lmatches; /* list of matches */ member
H A Dcompcore.c135 mod_export Cmgroup lastmatches, pmatches, amatches, lmatches, lastlmatches; variable
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DCoverage.hs1296 matchesOneOfMany lmatches = sum (map matchCount lmatches) > 1 function