findop
static struct t_op const *findop(const char *);
op = findop(a1);
op = findop(a2);
if ((op = findop(s)) != NULL) {
if ((op = findop(s)) != NULL)