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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5689 int ArgumentIndex; local
5773 ArgumentIndex = 2; /* Arguments to the command start at this index. */
5797 ArgumentIndex = 3;
5828 if (ArgumentIndex < argc) /* If there are arguments to be added. */
5830 ValuePntr = argv[ArgumentIndex];
5910 if (++ArgumentIndex >= argc)

Completed in 44 milliseconds