Searched refs:aShort (Results 1 – 1 of 1) sorted by relevance
/third_party/popt/tests/ |
D | test1.c | 28 static short aShort = (short)4523; variable 106 { "short", 's', POPT_ARG_SHORT | POPT_ARGFLAG_SHOW_DEFAULT, &aShort, 0, 119 { "randshort", '\0', POPT_ARG_SHORT|POPT_ARGFLAG_RANDOM, &aShort, 0, 165 aShort = bShort; in resetVars() 248 if (aShort != bShort) in main() 249 fprintf(stdout, " aShort: %hd", aShort); in main()
|