Searched refs:isroutine (Results 1 – 3 of 3) sorted by relevance
116 if (not isroutine(p->value.arg[0]->nodetype)) {
1253 if (isroutine(s)) {1256 find(f, s->name) where isroutine(f) endfind(f);
128 #define isroutine(s) (Boolean) ( \ macro