Searched refs:CommandSingle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DeventHelper.c71 typedef struct CommandSingle { struct
78 } CommandSingle; typedef in typeref:struct:CommandSingle
96 CommandSingle singleCommand[1]; /* variable length */
142 size += ((int)sizeof(CommandSingle) *
510 CommandSingle *single = &(recc->singleCommand[i]);
538 CommandSingle *single = &(recc->singleCommand[i]);
881 return bagCreateBag(sizeof(CommandSingle), 5 /* events */ );
889 CommandSingle *command = cv;
924 CommandSingle *command = cv;
947 sizeof(CommandSingle));
[all...]

Completed in 32 milliseconds