Home
last modified time | relevance | path

Searched refs:Literal (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c85 Literal, Dot, Charclass, EOP, enumerator
538 case Literal: return ((BOOL)(a == e->lit)); in match()
588 case Literal: in first_lit()
768 case Literal: in epr()
964 case '^': case '$': toktype = Literal; toklit = NL; break; in lex()
965 default: toktype = Literal; toklit = r->cmap[toklit]; break; in lex()
1047 case Literal: in d3()
1048 e = newexpr(Literal, toklit, (Expr *)NULL, (Expr *)NULL); in d3()
1060 e = newexpr(Literal, toklit, (Expr *)NULL, in d3()
1172 case Literal: in traverse()
[all …]
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c112 #define Literal (RepLenCoder + kNumLenProbs) macro
119 #if Literal != LZMA_BASE_SIZE
182 prob = probs + Literal; in LzmaDec_DecodeReal()
528 prob = probs + Literal; in LzmaDec_TryDummy()
728 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddoc-guide.rst86 Literal blocks are introduced with ``::``, either at the end of the