Lines Matching defs:pos
103 char *pos;125 for (pos = argv[i]; *pos != '\0'; ++pos) {127 if (*pos == short_opts[j].c) {161 char *pos;179 for (pos = argv[i]; *pos != '\0'; ++pos) {181 if (*pos == short_opts[j].c) {191 for (pos = argv[0] + strlen(argv[0]); pos != argv[0]; --pos) {192 if (strstr(pos, aliases[i]) != NULL) {