From b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 2 Feb 2015 15:02:49 +0100 Subject: massive reduction of unneeded files --- .../Xserver/hw/dmx/doc/html/dmxparse_8h.html | 775 --------------------- 1 file changed, 775 deletions(-) delete mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/dmxparse_8h.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/dmxparse_8h.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxparse_8h.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxparse_8h.html deleted file mode 100644 index 410075337..000000000 --- a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxparse_8h.html +++ /dev/null @@ -1,775 +0,0 @@ - - - - - File Index - - - - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

dmxparse.h File Reference

#include <stdio.h>
- -

-Go to the source code of this file. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Data Structures

struct  _DMXConfigComment
struct  _DMXConfigDisplay
struct  _DMXConfigEntry
struct  _DMXConfigFullDim
struct  _DMXConfigNumber
struct  _DMXConfigOption
struct  _DMXConfigPair
struct  _DMXConfigParam
struct  _DMXConfigPartDim
struct  _DMXConfigString
struct  _DMXConfigSub
struct  _DMXConfigToken
struct  _DMXConfigVirtual
struct  _DMXConfigWall

Typedefs

typedef _DMXConfigToken DMXConfigToken
typedef _DMXConfigTokenDMXConfigTokenPtr
typedef _DMXConfigString DMXConfigString
typedef _DMXConfigStringDMXConfigStringPtr
typedef _DMXConfigNumber DMXConfigNumber
typedef _DMXConfigNumberDMXConfigNumberPtr
typedef _DMXConfigPair DMXConfigPair
typedef _DMXConfigPairDMXConfigPairPtr
typedef _DMXConfigComment DMXConfigComment
typedef _DMXConfigCommentDMXConfigCommentPtr
typedef _DMXConfigPartDim DMXConfigPartDim
typedef _DMXConfigPartDimDMXConfigPartDimPtr
typedef _DMXConfigFullDim DMXConfigFullDim
typedef _DMXConfigFullDimDMXConfigFullDimPtr
typedef _DMXConfigDisplay DMXConfigDisplay
typedef _DMXConfigDisplayDMXConfigDisplayPtr
typedef _DMXConfigWall DMXConfigWall
typedef _DMXConfigWallDMXConfigWallPtr
typedef _DMXConfigOption DMXConfigOption
typedef _DMXConfigOptionDMXConfigOptionPtr
typedef _DMXConfigParam DMXConfigParam
typedef _DMXConfigParamDMXConfigParamPtr
typedef _DMXConfigSub DMXConfigSub
typedef _DMXConfigSubDMXConfigSubPtr
typedef _DMXConfigVirtual DMXConfigVirtual
typedef _DMXConfigVirtualDMXConfigVirtualPtr
typedef _DMXConfigEntry DMXConfigEntry
typedef _DMXConfigEntryDMXConfigEntryPtr

Functions

void dmxConfigLog (const char *format,...)
-


Detailed Description

-Interface to DMX configuration file parser.
See also:
dmxparse.c
-

Typedef Documentation

-

- - - - -
- - -
typedef struct _DMXConfigComment DMXConfigComment -
-
- - - - - -
-   - - -

-Stores parsed comments not stored with a token.

-

- - - - -
- - -
typedef struct _DMXConfigComment * DMXConfigCommentPtr -
-
- - - - - -
-   - - -

-Stores parsed comments not stored with a token.

-

- - - - -
- - -
typedef struct _DMXConfigDisplay DMXConfigDisplay -
-
- - - - - -
-   - - -

-Stores parsed display information.

-

- - - - -
- - -
typedef struct _DMXConfigDisplay * DMXConfigDisplayPtr -
-
- - - - - -
-   - - -

-Stores parsed display information.

-

- - - - -
- - -
typedef struct _DMXConfigEntry DMXConfigEntry -
-
- - - - - -
-   - - -

-Heads entry storage.

-

- - - - -
- - -
typedef struct _DMXConfigEntry * DMXConfigEntryPtr -
-
- - - - - -
-   - - -

-Heads entry storage.

-

- - - - -
- - -
typedef struct _DMXConfigFullDim DMXConfigFullDim -
-
- - - - - -
-   - - -

-Stores a pair of geometry specifications.

-

- - - - -
- - -
typedef struct _DMXConfigFullDim * DMXConfigFullDimPtr -
-
- - - - - -
-   - - -

-Stores a pair of geometry specifications.

-

- - - - -
- - -
typedef struct _DMXConfigNumber DMXConfigNumber -
-
- - - - - -
-   - - -

-Stores parsed numbers.

-

- - - - -
- - -
typedef struct _DMXConfigNumber * DMXConfigNumberPtr -
-
- - - - - -
-   - - -

-Stores parsed numbers.

-

- - - - -
- - -
typedef struct _DMXConfigOption DMXConfigOption -
-
- - - - - -
-   - - -

-Stores parsed option information.

-

- - - - -
- - -
typedef struct _DMXConfigOption * DMXConfigOptionPtr -
-
- - - - - -
-   - - -

-Stores parsed option information.

-

- - - - -
- - -
typedef struct _DMXConfigPair DMXConfigPair -
-
- - - - - -
-   - - -

-Stores parsed pairs (e.g., x y)

-

- - - - -
- - -
typedef struct _DMXConfigPair * DMXConfigPairPtr -
-
- - - - - -
-   - - -

-Stores parsed pairs (e.g., x y)

-

- - - - -
- - -
typedef struct _DMXConfigParam DMXConfigParam -
-
- - - - - -
-   - - -

-Stores parsed param information.

-

- - - - -
- - -
typedef struct _DMXConfigParam * DMXConfigParamPtr -
-
- - - - - -
-   - - -

-Stores parsed param information.

-

- - - - -
- - -
typedef struct _DMXConfigPartDim DMXConfigPartDim -
-
- - - - - -
-   - - -

-Stores a geometry specification.

-

- - - - -
- - -
typedef struct _DMXConfigPartDim * DMXConfigPartDimPtr -
-
- - - - - -
-   - - -

-Stores a geometry specification.

-

- - - - -
- - -
typedef struct _DMXConfigString DMXConfigString -
-
- - - - - -
-   - - -

-Stores parsed strings.

-

- - - - -
- - -
typedef struct _DMXConfigString * DMXConfigStringPtr -
-
- - - - - -
-   - - -

-Stores parsed strings.

-

- - - - -
- - -
typedef struct _DMXConfigSub DMXConfigSub -
-
- - - - - -
-   - - -

-Stores options under an entry (subentry).

-

- - - - -
- - -
typedef struct _DMXConfigSub * DMXConfigSubPtr -
-
- - - - - -
-   - - -

-Stores options under an entry (subentry).

-

- - - - -
- - -
typedef struct _DMXConfigToken DMXConfigToken -
-
- - - - - -
-   - - -

-Stores tokens not stored in other structures (e.g., keywords and ;)

-

- - - - -
- - -
typedef struct _DMXConfigToken * DMXConfigTokenPtr -
-
- - - - - -
-   - - -

-Stores tokens not stored in other structures (e.g., keywords and ;)

-

- - - - -
- - -
typedef struct _DMXConfigVirtual DMXConfigVirtual -
-
- - - - - -
-   - - -

-Stores parsed virtual information.

-

- - - - -
- - -
typedef struct _DMXConfigVirtual * DMXConfigVirtualPtr -
-
- - - - - -
-   - - -

-Stores parsed virtual information.

-

- - - - -
- - -
typedef struct _DMXConfigWall DMXConfigWall -
-
- - - - - -
-   - - -

-Stores parsed wall information.

-

- - - - -
- - -
typedef struct _DMXConfigWall * DMXConfigWallPtr -
-
- - - - - -
-   - - -

-Stores parsed wall information.

-


Function Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - - -
void dmxConfigLog const char *  format,
... 
-
- - - - - -
-   - - -

-A general error logging routine that does not depend on the dmxLog functions.

-


-
- - Generated June 29, 2004 for Distributed Multihead X by - doxygen - 1.3.4. - - - - - -- cgit v1.2.3