Searched refs:printOne (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.xmap.c | 488 printOne(buf->s, &ptr->val, ptr->type); in Lookup() 523 printOne(buf->s, &ptr->val, ptr->type); in Enumerate() 541 printOne(const Char *key, const XmapVal *val, int ntype) in printOne() function
|
H A D | ed.decls.h | 278 extern void printOne (const Char *, const XmapVal *, int);
|
H A D | ed.screen.c | 869 printOne(arrow[i].name, &arrow[i].fun, arrow[i].type); in PrintArrowKeys()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 315 (*std::next(J))->printOne(errs()); in FactorNodes() 316 if (std::next(J, 2) != E)(*std::next(J, 2))->printOne(errs()); in FactorNodes()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.cpp | 28 void Matcher::printOne(raw_ostream &OS) const { printImpl(OS, 0); } in printOne() function in Matcher
|
H A D | DAGISelMatcher.h | 189 void printOne(raw_ostream &OS) const;
|