Home | History | Annotate | Download | only in utils

Lines Matching refs:op

76     char op = '\0';
86 if (op == '\0') {
90 op = ch;
92 if (is_lower(op)) {
93 op = (char) to_upper(op);
99 switch (op) {
103 op = 'L';
164 op = '\0';
178 previousOp = op;