Searched refs:gArgs (Results 1 – 1 of 1) sorted by relevance
21 static BList gArgs; variable25 gArgs.AddItem((void*)name); in enabled()36 for (int i = 0; i < gArgs.CountItems(); i ++) { in printArgs()37 fprintf(stderr, " %s\n", (const char*)gArgs.ItemAt(i)); in printArgs()