Lines Matching defs:op
237 char *op = options;239 if (!*op)242 while (op != 0) {243 if (*op == 'r' && *(op+1) == 'o' &&244 (*(op+2) == ',' || *(op+2) == '\0'))247 if ((op = strchr(op, ',')) != NULL)248 op++;