Searched refs:dovalue (Results 1 – 11 of 11) sorted by relevance
/dports/lang/gforth/gforth-0.7.3/kernel/ |
H A D | getdoers.fs | 26 doer? :dovalue [IF] 27 : dovalue: ( -- addr ) \ gforth
|
H A D | aliases0.fs | 26 -8 Doer: :dovalue
|
H A D | aliases.fs | 26 -8 Doer: :dovalue 38 Primitive (dovalue)
|
H A D | comp.fs | 268 dovalue: OF >body ['] lit@ peephole-compile, , EXIT ENDOF 508 doer? :dovalue [IF] 509 : (Value) Header reveal dovalue: cfa, ;
|
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/ |
H A D | kateview_test.cpp | 624 const int dovalue = doc.buffer().plainLine(0)->foldings()[0].foldingValue; in testFindMatchingFoldingMarker() local 632 …QCOMPARE(viewInternal->findMatchingFoldingMarker(firstDo.start(), dovalue, 2000), firstDoMatching); in testFindMatchingFoldingMarker() 634 … QCOMPARE(viewInternal->findMatchingFoldingMarker(firstDo.end(), dovalue, 2000), firstDoMatching); in testFindMatchingFoldingMarker() 636 …QCOMPARE(viewInternal->findMatchingFoldingMarker(firstDo.start(), dovalue, 2), KTextEditor::Range:… in testFindMatchingFoldingMarker() 639 …QCOMPARE(viewInternal->findMatchingFoldingMarker(firstDoMatching.start(), -dovalue, 2000), firstDo… in testFindMatchingFoldingMarker() 640 …QCOMPARE(viewInternal->findMatchingFoldingMarker(firstDoMatching.start(), -dovalue, 2), KTextEdito… in testFindMatchingFoldingMarker()
|
/dports/textproc/texi2mdoc/texi2mdoc-0.1.2/ |
H A D | main.c | 75 static void dovalue(struct texi *, enum texicmd, size_t *); 109 { dovalue, "clear", 5 }, /* TEXICMD_CLEAR */ 197 { dovalue, "ifclear", 7 }, /* TEXICMD_IFCLEAR */ 209 { dovalue, "ifset", 5 }, /* TEXICMD_IFSET */ 274 { dovalue, "set", 3 }, /* TEXICMD_SET */ 330 { dovalue, "value", 5 }, /* TEXICMD_VALUE */ 1363 dovalue(struct texi *p, enum texicmd cmd, size_t *pos) in dovalue() function
|
/dports/lang/gforth/gforth-0.7.3/ |
H A D | see.fs | 760 [IFDEF] dovalue: 761 dovalue: of seevalue endof
|
H A D | cross.fs | 2891 by: :dovalue ( target-body-addr -- n ) T @ @ H ;DO 2903 by: :dovalue ( target-body-addr -- n ) T @ H ;DO
|
H A D | prim | 205 (dovalue) ( -- w ) gforth-internal paren_doval
|
H A D | prim.b | 265 (dovalue) ( -- w ) gforth-internal paren_doval
|
/dports/lang/gforth/gforth-0.7.3/arch/r8c/ |
H A D | prim.fs | 119 Code: :dovalue
|