Searched refs:uumeth (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libuu/
H A Duu.h88 extern Uumeth_t* uumeth(const char*);
H A Duulib.c112 if (*s == c && !strncasecmp(s, UU_BEGIN, UU_BEGIN_LEN) && (meth = uumeth(s)))
1255 uumeth(const char* name) function
/ast/src/cmd/builtin/
H A Duudecode.c71 for (mp = uumeth(NiL); mp->name; mp++)
153 if (!(meth = uumeth(encoding)))
H A Duuencode.c70 for (mp = uumeth(NiL); mp->name; mp++)
154 if (!(meth = uumeth(encoding)))

Completed in 13 milliseconds