Searched refs:findop (Results 1 – 1 of 1) sorted by relevance
180 static struct t_op const *findop(const char *);352 op = findop(a1); in two_arg()374 op = findop(a2); in three_arg()789 findop(const char *s) in findop() function824 if ((op = findop(s)) != NULL) { in t_lex()845 if ((op = findop(s)) != NULL) in isoperand()