Home
last modified time | relevance | path

Searched refs:queue_cell (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/aloadimage/arcan-0.6.1/src/engine/
H A Darcan_event.c47 typedef struct queue_cell queue_cell; typedef
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/
H A Darcan_event.c47 typedef struct queue_cell queue_cell; typedef
/dports/x11/aclip/arcan-0.6.1/src/engine/
H A Darcan_event.c47 typedef struct queue_cell queue_cell; in configure_loader_modules()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/
H A Darcan_event.c47 typedef struct queue_cell queue_cell; typedef
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dformat.ml82 type 'a queue_elem = | Nil | Cons of 'a queue_cell
83 and 'a queue_cell = {mutable head : 'a; mutable tail : 'a queue_elem};; type
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dformat.ml82 type 'a queue_elem = | Nil | Cons of 'a queue_cell
83 and 'a queue_cell = {mutable head : 'a; mutable tail : 'a queue_elem};; type