Searched defs:ppDataType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmisc.c1736 ppDataType Returns a pointer to the start of the data type in the
1762 char **ppDataType,
1770 ppDataType,
1777 char **ppDataType;
1789 *ppDataType = NULL;
1801 *ppDataType = p;
1821 for (q = &p[-1]; q >= *ppDataType; q--) {
1824 if (q < *ppDataType) goto EXIT;
1834 /* MR26 */ for (q = q; q >= *ppDataType; q--) {
1837 /* MR26 */ if (q < *ppDataType) got
1761 endFormal(char *pStart, char **ppDataType, char **ppSymbol, char **ppEqualSign, char **ppValue, char **ppSeparator, int *pNest) argument
[all...]

Completed in 2160 milliseconds