Home
last modified time | relevance | path

Searched defs:catcode (Results 1 – 13 of 13) sorted by relevance

/dports/math/py-plastex/plasTeX-2.1/plasTeX/
H A DTokenizer.py104 catcode = Token.CC_ESCAPE variable in EscapeSequence
120 catcode = Token.CC_BGROUP variable in BeginGroup
126 catcode = Token.CC_EGROUP variable in EndGroup
141 catcode = Token.CC_EOL variable in EndOfLine
150 catcode = Token.CC_SUPER variable in Superscript
155 catcode = Token.CC_SUB variable in Subscript
160 catcode = Token.CC_SPACE variable in Space
165 catcode = Token.CC_LETTER variable in Letter
169 catcode = Token.CC_OTHER variable in Other
173 catcode = Token.CC_ACTIVE variable in Active
[all …]
H A DContext.py757 def catcode(self, char, code): member in Context
/dports/emulators/mess/mame-mame0226/3rdparty/utf8proc/data/
H A Dcharwidths.jl26 catcode(c) = ccall((:utf8proc_category,"../libutf8proc"), Cint, (Int32,), c) function
/dports/emulators/mame/mame-mame0226/3rdparty/utf8proc/data/
H A Dcharwidths.jl26 catcode(c) = ccall((:utf8proc_category,"../libutf8proc"), Cint, (Int32,), c) function
/dports/x11-fm/worker/worker-4.10.0/src/
H A Downop.h31 int catcode; member
/dports/textproc/utf8proc/utf8proc-2.6.1/data/
H A Dcharwidths.jl18 catcode(c) = ccall((:utf8proc_category,"../libutf8proc"), Cint, (Int32,), c) function
/dports/games/warzone2100/warzone2100/3rdparty/utf8proc/data/
H A Dcharwidths.jl18 catcode(c) = ccall((:utf8proc_category,"../libutf8proc"), Cint, (Int32,), c) function
/dports/sysutils/fusefs-hfsfuse/hfsfuse-0.132/lib/utf8proc/data/
H A Dcharwidths.jl18 catcode(c) = ccall((:utf8proc_category,"../libutf8proc"), Cint, (Int32,), c) function
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/utf8proc/data/
H A Dcharwidths.jl15 catcode(c) = ccall((:utf8proc_category,"../libutf8proc"), Cint, (Int32,), c) function
/dports/print/lyx/lyx-2.3.4.2/src/tex2lyx/
H A DParser.cpp245 CatCode Parser::catcode(char_type c) const in catcode() function in lyx::Parser
/dports/textproc/bibtool/BibTool/
H A Dtex_read.c164 static short int catcode[256]; variable
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DMathParser.cpp291 inline CatCode catcode(char_type c) in catcode() function
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Ddraw.c258 int catcode; in run_flt() local