Searched refs:theOptions (Results 1 – 2 of 2) sorted by relevance
24 const theOptions = { x: 42 }; variable25 const arr = [theOptions];
77 struct poptOption theOptions[] = in DoOptions() local123 poptCon = poptGetContext(NULL, argc, (const char**) argv, theOptions, 0); in DoOptions()