Searched refs:gArgs (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/tests/add-ons/print/ppd/test/
H A DTest.cpp21 static BList gArgs; variable
25 gArgs.AddItem((void*)name);
36 for (int i = 0; i < gArgs.CountItems(); i ++) {
37 fprintf(stderr, " %s\n", (const char*)gArgs.ItemAt(i));

Completed in 34 milliseconds