Home
last modified time | relevance | path

Searched refs:opsym (Results 1 – 22 of 22) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Depd.h59 eopptrT EPDCreateEOP(charptrT opsym);
61 eopptrT EPDLocateEOP(epdptrT epdptr, charptrT opsym);
64 void EPDDropIfLocEOP(epdptrT epdptr, charptrT opsym);
120 siT EPDPurgeOpFile(charptrT opsym, charptrT fn0, charptrT fn1);
H A Depd.c826 nonstatic eopptrT EPDCreateEOP(charptrT opsym) { in EPDCreateEOP() argument
830 eopptr->eop_opsym = EPDStringGrab(opsym); in EPDCreateEOP()
843 nonstatic eopptrT EPDLocateEOP(epdptrT epdptr, charptrT opsym) { in EPDLocateEOP() argument
850 if (strcmp(opsym, eopptr->eop_opsym) == 0) in EPDLocateEOP()
1065 charptrT opsym; in EPDNormalize() local
1074 opsym = eopptr->eop_opsym; in EPDNormalize()
1075 if (!flag && (strcmp(opsym, epdsostrv[epdso_am]) == 0)) { in EPDNormalize()
1079 if (!flag && (strcmp(opsym, epdsostrv[epdso_bm]) == 0)) { in EPDNormalize()
3482 nonstatic siT EPDPurgeOpFile(charptrT opsym, charptrT fn0, charptrT fn1) { in EPDPurgeOpFile() argument
3515 eopptr = EPDLocateEOP(epdptr, opsym); in EPDPurgeOpFile()
/dports/games/KnightCap/Export/
H A Depd.h62 eopptrT EPDCreateEOP(charptrT opsym);
64 eopptrT EPDLocateEOP(epdptrT epdptr, charptrT opsym);
67 void EPDDropIfLocEOP(epdptrT epdptr, charptrT opsym);
122 siT EPDPurgeOpFile(charptrT opsym, charptrT fn0, charptrT fn1);
H A Depd.c1237 EPDCreateEOP(charptrT opsym) in EPDCreateEOP() argument
1242 eopptr->eop_opsym = EPDStringGrab(opsym); in EPDCreateEOP()
1262 EPDLocateEOP(epdptrT epdptr, charptrT opsym) in EPDLocateEOP() argument
1270 if (strcmp(opsym, eopptr->eop_opsym) == 0) in EPDLocateEOP()
1312 EPDDropIfLocEOP(epdptrT epdptr, charptrT opsym) in EPDDropIfLocEOP() argument
1316 eopptr = EPDLocateEOP(epdptr, opsym); in EPDDropIfLocEOP()
1617 charptrT opsym; in EPDNormalize() local
1630 opsym = eopptr->eop_opsym; in EPDNormalize()
1632 if (!flag && (strcmp(opsym, epdsostrv[epdso_am]) == 0)) in EPDNormalize()
1638 if (!flag && (strcmp(opsym, epdsostrv[epdso_bm]) == 0)) in EPDNormalize()
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/src/asm/
H A Dfrasmdat.h74 struct opsym struct
110 extern struct opsym optab[];
H A Das1600_real.y2757 struct opsym optab[] =
3221 #define NUMOPCODE (sizeof(optab)/sizeof(struct opsym))
H A Das1600.tab.c5201 struct opsym optab[] =
5665 #define NUMOPCODE (sizeof(optab)/sizeof(struct opsym))
/dports/lang/sdcc/sdcc-4.0.0/src/ds390/
H A Dralloc.c239 symbol * opsym; in isOperandInFarSpace2() local
247 opsym = OP_SYMBOL (op); in isOperandInFarSpace2()
1201 if (result->isspilt || opsym->isspilt) in positionRegs()
1227 opsym->regs[i] = opsym->regs[j]; in positionRegs()
1228 opsym->regs[j] = tmp; in positionRegs()
2540 symbol * opsym; in packRegsDPTRnuse() local
2546 opsym = OP_SYMBOL (op); in packRegsDPTRnuse()
2548 if (opsym->remat || opsym->ruonly || opsym->dptr) in packRegsDPTRnuse()
2553 if (opsym->clashes) in packRegsDPTRnuse()
2570 opsym->dptr = dptr; in packRegsDPTRnuse()
[all …]
/dports/math/R/R-4.1.2/src/unix/
H A Dsys-std.c1054 static SEXP opsym = NULL; in Rstd_ReadConsole() local
1055 if (! opsym) in Rstd_ReadConsole()
1056 opsym = install("setWidthOnResize"); in Rstd_ReadConsole()
1057 Rboolean setOK = asLogical(GetOption1(opsym)); in Rstd_ReadConsole()
/dports/math/libRmath/R-4.1.1/src/unix/
H A Dsys-std.c1055 static SEXP opsym = NULL; in Rstd_ReadConsole() local
1056 if (! opsym) in Rstd_ReadConsole()
1057 opsym = install("setWidthOnResize"); in Rstd_ReadConsole()
1058 Rboolean setOK = asLogical(GetOption1(opsym)); in Rstd_ReadConsole()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dexpr.c26 struct opsym { struct
36 struct opsym opsymTable[] = { argument
/dports/lang/sdcc/sdcc-4.0.0/src/mcs51/
H A Dralloc.c1151 positionRegs (symbol * result, symbol * opsym, int chOp) in positionRegs() argument
1153 int count = min (result->nRegs, opsym->nRegs); in positionRegs()
1158 if (opsym->isspilt) in positionRegs()
1167 if (result->regs[i] == opsym->regs[j] && i != j) in positionRegs()
1183 reg_info *tmp = opsym->regs[i]; in positionRegs()
1184 opsym->regs[i] = opsym->regs[j]; in positionRegs()
1185 opsym->regs[j] = tmp; in positionRegs()
/dports/math/R/R-4.1.2/src/main/
H A Deval.c4318 #define FastRelop2(op,opval,opsym) do { \ argument
4335 Relop2(opval, opsym); \
4339 #define FastLogic2(op, opval, opsym) do { \ argument
4340 Builtin2(do_logic, opsym, rho); \
4446 #define Arith1(opsym) do { \ argument
4455 #define Arith2(opval,opsym) NewBuiltin2(cmp_arith2,opval,opsym,rho) argument
4456 #define Relop2(opval,opsym) NewBuiltin2(cmp_relop,opval,opsym,rho) argument
4505 #define FastUnary(op, opsym) do { \ argument
4520 Arith1(opsym); \
4523 #define FastBinary(op,opval,opsym) do { \ argument
[all …]
/dports/math/libRmath/R-4.1.1/src/main/
H A Deval.c4318 #define FastRelop2(op,opval,opsym) do { \ argument
4335 Relop2(opval, opsym); \
4339 #define FastLogic2(op, opval, opsym) do { \ argument
4340 Builtin2(do_logic, opsym, rho); \
4446 #define Arith1(opsym) do { \ argument
4455 #define Arith2(opval,opsym) NewBuiltin2(cmp_arith2,opval,opsym,rho) argument
4456 #define Relop2(opval,opsym) NewBuiltin2(cmp_relop,opval,opsym,rho) argument
4505 #define FastUnary(op, opsym) do { \ argument
4520 Arith1(opsym); \
4523 #define FastBinary(op,opval,opsym) do { \ argument
[all …]
/dports/devel/p5-B-C/B-C-1.57/lib/B/
H A DCC.pm951 my $opsym = $op->save;
952 runtime("PL_curcop = (COP*)$opsym;");
1285 my $opsym = $op->save;
1287 runtime("PL_op = $opsym;") unless $know_op;
1288 return $opsym;
/dports/devel/efl/efl-1.25.1/src/bin/embryo/
H A Dembryo_cc_sc1.c2979 symbol *opsym; in destructsymbols() local
2984 if ((opsym = findglb(symbolname))) in destructsymbols()
3014 ffcall(opsym, 1); in destructsymbols()
3016 markusage(opsym, uREAD); /* do not mark as "used" when this in destructsymbols()
3018 if (opsym->x.lib) in destructsymbols()
3019 opsym->x.lib->value += 1; /* increment "usage count" in destructsymbols()
/dports/lang/sdcc/sdcc-4.0.0/src/avr/
H A Dralloc.c1261 positionRegs (symbol * result, symbol * opsym, int lineno) in positionRegs() argument
1263 int count = min (result->nRegs, opsym->nRegs); in positionRegs()
1267 if (opsym->isspilt) in positionRegs()
1274 if (result->regs[i] == opsym->regs[j] && i != j) { in positionRegs()
/dports/lang/sdcc/sdcc-4.0.0/src/z80/
H A Dralloc.c965 positionRegs (symbol * result, symbol * opsym) in positionRegs() argument
967 int count = min (result->nRegs, opsym->nRegs); in positionRegs()
971 D (D_ALLOC, ("positionRegs: on result %p opsym %p line %u\n", result, opsym, lineno)); in positionRegs()
974 if (opsym->isspilt) in positionRegs()
984 if (result->regs[i] == opsym->regs[j] && i != j) in positionRegs()
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dralloc.c1943 positionRegs (symbol * result, symbol * opsym, int lineno) in positionRegs() argument
1945 int count = min (result->nRegs, opsym->nRegs); in positionRegs()
1950 if (opsym->isspilt) in positionRegs()
1959 if (result->regs[i] == opsym->regs[j] && i != j) in positionRegs()
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dralloc.c2199 positionRegs (symbol * result, symbol * opsym, int lineno) in positionRegs() argument
2201 int count = min (result->nRegs, opsym->nRegs); in positionRegs()
2206 if (opsym->isspilt) in positionRegs()
2215 if (result->regs[i] == opsym->regs[j] && i != j) in positionRegs()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/textmodes/
H A Dartist.el1133 (opsym (artist-mt-get-symbol-from-keyword op))
1134 (entry (cons opsym (cons prev-op nil))))
/dports/editors/emacs/emacs-27.2/lisp/textmodes/
H A Dartist.el1162 (opsym (artist-mt-get-symbol-from-keyword op))
1163 (entry (cons opsym (cons prev-op nil))))