Home
last modified time | relevance | path

Searched refs:findop (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/bin/test/
Dtest.c180 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() function
824 if ((op = findop(s)) != NULL) { in t_lex()
845 if ((op = findop(s)) != NULL) in isoperand()