HomeSort by: relevance | last modified time | path
    Searched defs:findop (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/test/
test.c 180 static struct t_op const *findop(const char *);
352 op = findop(a1);
374 op = findop(a2);
789 findop(const char *s) function in typeref:struct:t_op const *
824 if ((op = findop(s)) != NULL) {
845 if ((op = findop(s)) != NULL)
test.c 180 static struct t_op const *findop(const char *);
352 op = findop(a1);
374 op = findop(a2);
789 findop(const char *s) function in typeref:struct:t_op const *
824 if ((op = findop(s)) != NULL) {
845 if ((op = findop(s)) != NULL)
test.c 180 static struct t_op const *findop(const char *);
352 op = findop(a1);
374 op = findop(a2);
789 findop(const char *s) function in typeref:struct:t_op const *
824 if ((op = findop(s)) != NULL) {
845 if ((op = findop(s)) != NULL)

Completed in 35 milliseconds