Lines Matching refs:eoptind
297 if (eoptind < argc) in onecol()
626 if (eoptind < argc) in vertcol()
777 if (eoptind < argc) in horzcol()
991 if (eoptind < argc) in mulfile()
1292 if (eoptind >= argc) { in nxtfile()
1310 eoptind = argc - 1; in nxtfile()
1315 for (; eoptind < argc; ++eoptind) { in nxtfile()
1316 if (strcmp(argv[eoptind], "-") == 0) { in nxtfile()
1326 ++eoptind; in nxtfile()
1341 if ((inf = fopen(argv[eoptind], "r")) == NULL) { in nxtfile()
1346 argv[eoptind], strerror(errno)); in nxtfile()
1354 *fname = argv[eoptind]; in nxtfile()
1355 ++eoptind; in nxtfile()
1375 argv[eoptind], strerror(errno)); in nxtfile()
1766 if ((clcnt = argc - eoptind) <= 1) { in setup()