Home
last modified time | relevance | path

Searched defs:TEXT_LIST (Results 1 – 9 of 9) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/demos/skater/src/
H A Dcredits.c10 typedef struct TEXT_LIST { struct
12 struct TEXT_LIST *next; argument
13 } TEXT_LIST; typedef
/dports/devel/allegro/allegro-4.4.3.1/demos/skater/source/
H A Dcredits.c9 typedef struct TEXT_LIST { struct
11 struct TEXT_LIST *next; argument
12 } TEXT_LIST; typedef
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/lang/
H A Dtest_identify.py147 TEXT_LIST = [ variable
/dports/devel/allegro/allegro-4.4.3.1/demos/shooter/
H A Dtitle.c8 typedef struct TEXT_LIST { struct
10 struct TEXT_LIST *next; argument
11 } TEXT_LIST; typedef
/dports/games/glbsp/glbsp-2.20/
H A DMakefile57 TEXT_LIST=$(SRC_DIR)/*.[ch]* \ macro
/dports/misc/xiphos/xiphos-4.2.1/src/main/
H A Dlists.h50 #define TEXT_LIST 0 macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dfamilies.hxx59 TEXT_LIST = 102, enumerator
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/
H A Dui_dataids.h31 TEXT_LIST, enumerator
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/
H A DStringUtilsTest.java83 private static final String TEXT_LIST = "foo,bar,baz"; field in StringUtilsTest