Home
last modified time | relevance | path

Searched refs:_TM (Results 1 – 25 of 53) sorted by relevance

123

/dports/chinese/gb2ps/GB2PS/
H A Dgbpage.c22 _TM=760; in init_page()
25 V=_TM; H=_LM; in init_page()
36 page[0]._TM=_TM; in init_page()
69 V=_TM+24; H=_LM; in begin_page()
74 V=_TM-line_h[linecounter]; charcount=0; in begin_page()
H A Dgbchar.c49 V =_TM-_CLP; in newline()
78 page[pagecounter+1]._TM=_TM; in newline()
299 _TM=page[page_begin_print]._TM; in AnalyseDoc()
386 if (tmp>0) _TM=832-tmp; in readchar()
H A Dgb2ps.h47 extern int _LM,_RM,_TM,_BM,_FI;
50 int _LM,_RM,_TM,_BM,_FI; member
H A Dgbmain.c55 int _LM,_RM,_TM,_BM,_FI; variable
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dgmtime3f.c26 } _TM; typedef
33 extern _TM *gmtime(void *);
35 void ENT3F(GMTIME, gmtime)(void *stime, _TM *tarray) in ENT3F()
37 _TM *p; in ENT3F()
H A Dltime3f.c26 } _TM; typedef
33 extern _TM *localtime(void *);
35 void ENT3F(LTIME, ltime)(void *stime, _TM *tarray) in ENT3F()
37 _TM *p; in ENT3F()
/dports/lang/tolua/tolua-5.2.4/src/bin/lua-5.1-0k/
H A Doperator.lua24 _TM = {['+'] = 'add',
70 t.name = t.name .. "_" .. _TM[t.kind]
103 if not _TM[f.kind] then
106 f.lname = ".".._TM[f.kind]
/dports/lang/tolua/tolua-5.2.4/src/bin/lua-5.0/
H A Doperator.lua24 _TM = {['+'] = 'add',
70 t.name = t.name .. "_" .. _TM[t.kind]
103 if not _TM[f.kind] then
106 f.lname = ".".._TM[f.kind]
/dports/lang/tolua/tolua-5.2.4/src/bin/lua/
H A Doperator.lua24 _TM = {['+'] = 'add',
70 t.name = t.name .. "_" .. _TM[t.kind]
103 if not _TM[f.kind] then
106 f.lname = ".".._TM[f.kind]
/dports/games/freeciv/freeciv-2.6.6/dependencies/tolua-5.2/src/bin/lua/
H A Doperator.lua24 _TM = {['+'] = 'add',
70 t.name = t.name .. "_" .. _TM[t.kind]
103 if not _TM[f.kind] then
106 f.lname = ".".._TM[f.kind]
/dports/games/freeciv-nox11/freeciv-2.6.6/dependencies/tolua-5.2/src/bin/lua/
H A Doperator.lua24 _TM = {['+'] = 'add',
70 t.name = t.name .. "_" .. _TM[t.kind]
103 if not _TM[f.kind] then
106 f.lname = ".".._TM[f.kind]
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/support/tolua++bin/lua/
H A Doperator.lua24 _TM = {['+'] = 'add',
60 if not _TM[self.kind] then
169 elseif not _TM[op_k] then
204 f.lname = "."..(_TM[f.kind] or f.kind)
205 if not _TM[f.kind] then
/dports/lang/tolua++/tolua++-1.0.93/src/bin/lua/
H A Doperator.lua24 _TM = {['+'] = 'add',
60 if not _TM[self.kind] then
175 elseif not _TM[op_k] then
210 f.lname = "."..(_TM[f.kind] or f.kind)
211 if not _TM[f.kind] then
/dports/sysutils/conky/conky-1.12.2/3rdparty/toluapp/src/bin/lua/
H A Doperator.lua24 _TM = {['+'] = 'add',
60 if not _TM[self.kind] then
175 elseif not _TM[op_k] then
210 f.lname = "."..(_TM[f.kind] or f.kind)
211 if not _TM[f.kind] then
/dports/sysutils/conky-awesome/conky-1.12.2/3rdparty/toluapp/src/bin/lua/
H A Doperator.lua24 _TM = {['+'] = 'add',
60 if not _TM[self.kind] then
175 elseif not _TM[op_k] then
210 f.lname = "."..(_TM[f.kind] or f.kind)
211 if not _TM[f.kind] then
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/toluapp/src/bin/lua/
H A Doperator.lua24 _TM = {['+'] = 'add',
60 if not _TM[self.kind] then
175 elseif not _TM[op_k] then
210 f.lname = "."..(_TM[f.kind] or f.kind)
211 if not _TM[f.kind] then
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/polib/
H A Dpolib.pyi7 _TM = TypeVar("_TM", bound="MOFile")
19 def mofile(mofile: Text, *, klass: Type[_TM], **kwargs: Any) -> _TM: ...
148 class _MOFileParser(Generic[_TM]):
150 instance: _TM
153 def parse(self) -> _TM: ...
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Doperator.lua24 _TM = {['+'] = 'operator_add',
101 f.lname = _TM[f.kind]
/dports/games/zangband/zangband/src/lua/
H A Doperator.lua24 _TM = {['+'] = 'operator_add',
101 f.lname = _TM[f.kind]
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8.h362 # define IS_DD(tag) ((_TM(tag) != 040U) && \
365 # define IS_CSS(tag) ((_TM(tag) == 040U) && \
370 # define IS_DCSS(tag) (((_TM(tag) != 040U) && (_TD(tag) == 007U)) || IS_CSS(tag))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/M68k/
H A DM68kSubtarget.h79 const M68kTargetMachine &_TM);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/M68k/
H A DM68kSubtarget.h79 const M68kTargetMachine &_TM);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h79 const M68kTargetMachine &_TM);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/M68k/
H A DM68kSubtarget.h79 const M68kTargetMachine &_TM);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/M68k/
H A DM68kSubtarget.h79 const M68kTargetMachine &_TM);

123