|
Jspice3
|

Go to the source code of this file.
Macros | |
| #define | PSTRINGSIZE 1921 |
| #define | PSUCCEEDED 1 /* successful return */ |
| #define | PFAILED 2 /* parser failed */ |
| #define | PNOTAPPLICABLE 3 /* parser failed due to syntax */ |
| #define | PFAILONEOF 1 |
| #define | PDONTFAILONEOF 2 |
| #define | PSTRIPWHITESPACE1 1 /* strip blanks, tabs, commas, or */ |
| #define | PSTRIPWHITESPACE2 2 /* strip everything but upper case, */ |
| #define | PSTRIPWHITESPACE3 3 /* strip everything but digits, */ |
| #define | PLEAVEWHITESPACE 4 |
Functions | |
| void | PCIF () |
Variables | |
| char | PStatus [80 *3+1] |
| FILE * | PCIFFileDesc |
| char | PString [PSTRINGSIZE] |
| int | PChar |
| long | PInt |
| int | PReturned |
| #define PDONTFAILONEOF 2 |
Definition at line 58 of file cdparser.h.
| #define PFAILED 2 /* parser failed */ |
Definition at line 51 of file cdparser.h.
| #define PFAILONEOF 1 |
Definition at line 57 of file cdparser.h.
| #define PLEAVEWHITESPACE 4 |
Definition at line 69 of file cdparser.h.
| #define PNOTAPPLICABLE 3 /* parser failed due to syntax */ |
Definition at line 52 of file cdparser.h.
| #define PSTRINGSIZE 1921 |
Definition at line 17 of file cdparser.h.
| #define PSTRIPWHITESPACE1 1 /* strip blanks, tabs, commas, or */ |
Definition at line 63 of file cdparser.h.
Definition at line 65 of file cdparser.h.
Definition at line 67 of file cdparser.h.
| #define PSUCCEEDED 1 /* successful return */ |
Definition at line 50 of file cdparser.h.
| void PCIF | ( | ) |
| char PString[PSTRINGSIZE] |