Home
last modified time | relevance | path

Searched refs:optStructTable (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/lib/util/
H A Dshhopt.c193 optStructTblToEntryTbl(const optStruct optStructTable[]) { in optStructTblToEntryTbl() argument
207 for (i = 0; optStructTable[i].type != OPT_END && i < 500; i++); in optStructTblToEntryTbl()
214 optEntryTable[i] = optStructToEntry(optStructTable[i]); in optStructTblToEntryTbl()