Home
last modified time | relevance | path

Searched refs:ENTRY_CHAR (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwDebug.h21 #define ENTRY_CHAR "U" macro
97 if (DXQueryDebug(ENTRY_CHAR)) { \
115 if (DXQueryDebug(ENTRY_CHAR)) { \
/dports/devel/libgnt/libgnt-2.14.3/
H A Dgntentry.h65 #define ENTRY_CHAR '_' /* The character to use to fill in the blank places */ macro
H A Dgntentry.c297 mvwhline(widget->window, 0, stop, ENTRY_CHAR, widget->priv.width - stop); in gnt_entry_draw()