Home
last modified time | relevance | path

Searched refs:ITEM_TREE (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dexample1.cadl9 ITEM_TREE[id2] matches {
122 ITEM_TREE[id43] matches {
H A Dtest.cadl9 ITEM_TREE[id2] matches {
H A Dtest.adls40 ITEM_TREE[id2] matches {
153 ITEM_TREE[id43] matches {
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dexample1.cadl9 ITEM_TREE[id2] matches {
122 ITEM_TREE[id43] matches {
H A Dtest.cadl9 ITEM_TREE[id2] matches {
H A Dtest.adls40 ITEM_TREE[id2] matches {
153 ITEM_TREE[id43] matches {
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dobject.c325 else if (ITEM_TREE & mask) in object_visit()
408 else if (ITEM_TREE & mask) in object_rewrite()
532 else if (ITEM_TREE & mask) in object_write()
667 else if (ITEM_TREE & mask) in object_read()
825 else if (ITEM_TREE & mask) in object_copy_mark()
911 else if (ITEM_TREE & mask) in object_copy_sweep()
1006 else if (ITEM_TREE & mask) in object_replace()
H A Dobject.h89 #define ITEM_TREE (I_VALUE | I_SEVERITY | I_MESSAGE | I_TARGET \ macro