From 1f876171067c04fc21fccd5a3051f982fd85c0f0 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 21 Oct 2009 19:07:36 +0000 Subject: Updated to xorg-server-1.7.99.1 --- xorg-server/hw/dmx/doc/html/dmxarg_8h.html | 356 ++++++++++++++--------------- 1 file changed, 173 insertions(+), 183 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/dmxarg_8h.html') diff --git a/xorg-server/hw/dmx/doc/html/dmxarg_8h.html b/xorg-server/hw/dmx/doc/html/dmxarg_8h.html index 41fd707e9..6446dfb48 100644 --- a/xorg-server/hw/dmx/doc/html/dmxarg_8h.html +++ b/xorg-server/hw/dmx/doc/html/dmxarg_8h.html @@ -6,221 +6,211 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+ + +

dmxarg.h File Reference

-

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

Go to the source code of this file.

+

Functions

dmxArg dmxArgCreate (void)
void dmxArgFree (dmxArg a)
void dmxArgAdd (dmxArg a, const char *string)
const char * dmxArgV (dmxArg a, int item)
int dmxArgC (dmxArg a)
dmxArg dmxArgParse (const char *string)
+ + + + + + + + +

Typedefs

typedef struct _dmxArgdmxArg

Functions

dmxArg dmxArgCreate (void)
void dmxArgFree (dmxArg a)
void dmxArgAdd (dmxArg a, const char *string)
const char * dmxArgV (dmxArg a, int item)
int dmxArgC (dmxArg a)
dmxArg dmxArgParse (const char *string)
-


Detailed Description

-Interface to argument handling functions.
See also:
dmxarg.c
-

Function Documentation

-

- - - - -
- +

Detailed Description

+

Interface to argument handling functions.

+
See also:
dmxarg.c
+

Typedef Documentation

+ +
+
+
- - - - + +
void dmxArgAdd dmxArg  a, typedef struct _dmxArg* dmxArg
+ +
+ +
+ +

Function Documentation

+ +
+
+ + + + + + + + - - - + + - - + + -
void dmxArgAdd (dmxArg  a,
const char *  stringconst char *  string 
)
-
- - - - - -
-   - - -

-Add the string as the next argument in the dmxArg object.

-

- - - - -
- + +
+

Add the string as the next argument in the dmxArg object.

+ +

References _dmxArg::argc, _dmxArg::argm, and _dmxArg::argv.

+ +

Referenced by dmxArgParse().

+ +
+ + +
+
+
- - - - - - + + + + + + -
int dmxArgC dmxArg  a  ) int dmxArgC (dmxArg  a ) 
-
- - - - - -
-   - - -

-Return the number of arguments in the dmxArg object.

-

- - - - -
- + +
+

Return the number of arguments in the dmxArg object.

+ +

References _dmxArg::argc.

+ +

Referenced by dmxInputInit(), and dmxPopulateLocal().

+ +
+ + +
+
+
- - - - - - + + + + + + -
dmxArg dmxArgCreate void   ) dmxArg dmxArgCreate (void  ) 
-
- - - - - -
-   - - -

-Create an (externally opaque) dmxArg object.

-

- - - - -
- + +
+

Create an (externally opaque) dmxArg object.

+ +

References _dmxArg::argc, _dmxArg::argm, and _dmxArg::argv.

+ +

Referenced by dmxArgParse().

+ +
+ + +
+
+
- - - - - - + + + + + + -
void dmxArgFree dmxArg  a  ) void dmxArgFree (dmxArg  a ) 
-
- - - - - -
-   - - -

-Free the specified dmxArg object.

-

- - - - -
- + +
+

Free the specified dmxArg object.

+ +

References _dmxArg::argc, and _dmxArg::argv.

+ +

Referenced by dmxInputInit().

+ +
+ + +
+
+
- - - - - - + + + + + + -
dmxArg dmxArgParse const char *  string  ) dmxArg dmxArgParse (const char *  string ) 
-
- - - - - -
-   - - -

-Parse a string into arguments delimited by commas. Return a new dmxArg object containing the arguments.

-

- - - - -
- + +
+

Parse a string into arguments delimited by commas. Return a new dmxArg object containing the arguments.

+ +

References dmxArgAdd(), and dmxArgCreate().

+ +

Referenced by dmxInputInit().

+ +
+ + +
+
+
- - - - + + + + + - - - + + - - + + -
const char* dmxArgV dmxArg  a, const char* dmxArgV (dmxArg  a,
int  itemint  item 
)
-
- - - - - -
-   - - -

-Return the argument number item in the dmxArg object. Arguments are 0 based. NULL will be returned for values less than 0 or equal to or greater than the number of arguments in the object.

+

+
+

Return the argument number item in the dmxArg object. Arguments are 0 based. NULL will be returned for values less than 0 or equal to or greater than the number of arguments in the object.

+ +

References _dmxArg::argc, and _dmxArg::argv.

+ +

Referenced by dmxInputInit(), and dmxPopulateLocal().

+ +
+ +
-- cgit v1.2.3