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

/haiku-buildtools/jam/
H A Doption.h25 const char * getoptval( option *optv, char opt, int subopt );
H A Djam.c212 if( ( s = getoptval( optv, 'v', 0 ) ) )
222 if( ( s = getoptval( optv, 'n', 0 ) ) )
225 if( ( s = getoptval( optv, 'q', 0 ) ) )
228 if( ( s = getoptval( optv, 'a', 0 ) ) )
231 if( ( s = getoptval( optv, 'j', 0 ) ) )
237 if( ( s = getoptval( optv, 'g', 0 ) ) )
242 for( n = 0; s = getoptval( optv, 'd', n ); n++ )
348 for( n = 0; s = getoptval( optv, 's', n ); n++ )
365 for( n = 0; s = getoptval( optv, 'f', n ); n++ )
379 for( n = 0; s = getoptval( opt
[all...]
H A Doption.c89 * Name: getoptval() - find an option given its character
93 getoptval( function

Completed in 40 milliseconds