Home | History | Annotate | Download | only in hack

Lines Matching defs:op

96 	char           *op, *op2;
100 if ((op = strchr(opts, ',')) != NULL) {
101 *op++ = 0;
102 parseoptions(op, from_env);
104 if ((op = strchr(opts, ' ')) != NULL) {
105 op2 = op;
106 while (*op++)
107 if (*op != ' ')
108 *op2++ = *op;
167 op = strchr(opts, ':');
168 if (!op)
170 (void) strncpy(plname, op + 1, sizeof(plname) - 1);
173 /* endgame:5t[op] 5a[round] o[wn] */
175 op = strchr(opts, ':');
176 if (!op)
178 op++;
179 while (*op) {
181 if (digit(*op)) {
182 num = atoi(op);
183 while (digit(*op))
184 op++;
185 } else if (*op == '!') {
187 op++;
189 switch (*op) {
202 while (letter(*++op));
203 if (*op == '/')
204 op++;