Home
last modified time | relevance | path

Searched refs:DSHARP (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/cpp/
H A Dmacro.c301 if (lp->type==DSHARP) in gatherargs()
341 if ((rtr->tp+1)->type==DSHARP in substargs()
342 || (rtr->tp!=rtr->bp && (rtr->tp-1)->type==DSHARP)) in substargs()
368 trp->tp->type = DSHARP; in doconcat()
369 else if (trp->tp->type==DSHARP) { in doconcat()
H A Dcpp.h17 enum toktype { END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/cpp/
H A Dmacro.c300 if (lp->type==DSHARP) in gatherargs()
340 if ((rtr->tp+1)->type==DSHARP in substargs()
341 || (rtr->tp!=rtr->bp && (rtr->tp-1)->type==DSHARP)) in substargs()
367 trp->tp->type = DSHARP; in doconcat()
368 else if (trp->tp->type==DSHARP) { in doconcat()
H A Dcpp.h17 enum toktype { END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/cpp/
H A Dmacro.c301 if (lp->type==DSHARP) in gatherargs()
341 if ((rtr->tp+1)->type==DSHARP in substargs()
342 || (rtr->tp!=rtr->bp && (rtr->tp-1)->type==DSHARP)) in substargs()
368 trp->tp->type = DSHARP; in doconcat()
369 else if (trp->tp->type==DSHARP) { in doconcat()
H A Dcpp.h17 enum toktype { END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/cpp/
H A Dmacro.c300 if (lp->type==DSHARP) in gatherargs()
340 if ((rtr->tp+1)->type==DSHARP in substargs()
341 || (rtr->tp!=rtr->bp && (rtr->tp-1)->type==DSHARP)) in substargs()
367 trp->tp->type = DSHARP; in doconcat()
368 else if (trp->tp->type==DSHARP) { in doconcat()
H A Dcpp.h17 enum toktype { END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/lcc/cpp/
H A Dmacro.c301 if (lp->type==DSHARP) in gatherargs()
341 if ((rtr->tp+1)->type==DSHARP in substargs()
342 || (rtr->tp!=rtr->bp && (rtr->tp-1)->type==DSHARP)) in substargs()
368 trp->tp->type = DSHARP; in doconcat()
369 else if (trp->tp->type==DSHARP) { in doconcat()
H A Dcpp.h17 enum toktype { END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/lcc/cpp/
H A Dmacro.c301 if (lp->type==DSHARP) in gatherargs()
341 if ((rtr->tp+1)->type==DSHARP in substargs()
342 || (rtr->tp!=rtr->bp && (rtr->tp-1)->type==DSHARP)) in substargs()
368 trp->tp->type = DSHARP; in doconcat()
369 else if (trp->tp->type==DSHARP) { in doconcat()
H A Dcpp.h17 enum toktype { END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/lcc/cpp/
H A Dmacro.c301 if (lp->type==DSHARP) in gatherargs()
341 if ((rtr->tp+1)->type==DSHARP in substargs()
342 || (rtr->tp!=rtr->bp && (rtr->tp-1)->type==DSHARP)) in substargs()
368 trp->tp->type = DSHARP; in doconcat()
369 else if (trp->tp->type==DSHARP) { in doconcat()
H A Dcpp.h17 enum toktype { END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/lcc/cpp/
H A Dmacro.c301 if (lp->type==DSHARP) in gatherargs()
341 if ((rtr->tp+1)->type==DSHARP in substargs()
342 || (rtr->tp!=rtr->bp && (rtr->tp-1)->type==DSHARP)) in substargs()
368 trp->tp->type = DSHARP; in doconcat()
369 else if (trp->tp->type==DSHARP) { in doconcat()
H A Dcpp.h17 enum toktype { END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
/dports/games/evq3/evq3/code/tools/lcc/cpp/
H A Dmacro.c301 if (lp->type==DSHARP) in gatherargs()
341 if ((rtr->tp+1)->type==DSHARP in substargs()
342 || (rtr->tp!=rtr->bp && (rtr->tp-1)->type==DSHARP)) in substargs()
368 trp->tp->type = DSHARP; in doconcat()
369 else if (trp->tp->type==DSHARP) { in doconcat()
H A Dcpp.h17 enum toktype { END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/soltools/cpp/
H A D_macro.c482 if (lp->type == DSHARP) in gatherargs()
528 if (((rtr->tp + 1) < rtr->lp && (rtr->tp + 1)->type == DSHARP) in substargs()
529 || (rtr->tp != rtr->bp && (rtr->tp - 1)->type == DSHARP)) in substargs()
563 trp->tp->type = DSHARP; in doconcat()
565 if (trp->tp->type == DSHARP) in doconcat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/soltools/cpp/
H A D_macro.c481 if (lp->type == DSHARP) in gatherargs()
527 if (((rtr->tp + 1) < rtr->lp && (rtr->tp + 1)->type == DSHARP) in substargs()
528 || (rtr->tp != rtr->bp && (rtr->tp - 1)->type == DSHARP)) in substargs()
562 trp->tp->type = DSHARP; in doconcat()
564 if (trp->tp->type == DSHARP) in doconcat()
/dports/devel/ucpp/ucpp-31b719e/
H A Dcpp.h107 DSHARP, /* ## */ enumerator
H A Dmacro.c612 if (mval.t[0].type == DSHARP
614 || mval.t[mval.nt - 1].type == DSHARP
1333 if ((next < m->cval.length && (m->cval.t[z = next] == DSHARP
1337 && (m->cval.t[z = next + 1] == DSHARP
1354 if ((next < m->val.nt && (m->val.t[z = next].type == DSHARP
1358 && (m->val.t[z = next + 1].type == DSHARP
1491 if (ct->type == DSHARP || ct->type == DIG_DSHARP) {
/dports/devel/z88dk/z88dk/src/ucpp/
H A Dcpp.h107 DSHARP, /* ## */ enumerator
H A Dmacro.c614 if (mval.t[0].type == DSHARP
616 || mval.t[mval.nt - 1].type == DSHARP
1338 if ((next < m->cval.length && (m->cval.t[z = next] == DSHARP
1342 && (m->cval.t[z = next + 1] == DSHARP
1359 if ((next < m->val.nt && (m->val.t[z = next].type == DSHARP
1363 && (m->val.t[z = next + 1].type == DSHARP
1496 if (ct->type == DSHARP || ct->type == DIG_DSHARP) {
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/ucpp/
H A Dmacro.c741 if (mval.t[0].type == DSHARP
743 || mval.t[mval.nt - 1].type == DSHARP
1467 if ((next < m->cval.length && (m->cval.t[z = next] == DSHARP
1471 && (m->cval.t[z = next + 1] == DSHARP
1488 if ((next < m->val.nt && (m->val.t[z = next].type == DSHARP
1492 && (m->val.t[z = next + 1].type == DSHARP
1625 if (ct->type == DSHARP || ct->type == DIG_DSHARP) {

12