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

/macosx-10.10.1/efax-38/efax/
H A Defaxmsg.c19 int nxtoptind = 1 ; /* for communication with nextopt() */ variable
192 if ( nxtoptind >= argc || *(a = argv[nxtoptind]) != '-' ) return -1 ;
193 nxtoptind++ ;
202 if ( nxtoptind >= argc ) return msg ( "Eno argument for (%s)", a ), '?' ;
203 else nxtoptarg = argv [ nxtoptind++ ] ;
H A Defaxmsg.h25 extern int nxtoptind ;
H A Defix.c301 if ( nxtoptind < argc ) {
302 ifnames = argv + nxtoptind ;
H A Defax.c2666 if ( ! err ) err = newIFILE ( &ifile, argv + nxtoptind ) ;
2667 pages = argc - nxtoptind - ( c == 'p' ? 1 : 0 ) ;

Completed in 93 milliseconds