Searched refs:printOne (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 302 if (Scan + 1 != e) OptionsToMatch[Scan + 1]->printOne(errs()); in FactorNodes() 303 if (Scan + 2 < e) OptionsToMatch[Scan + 2]->printOne(errs()); in FactorNodes()
|
| H A D | DAGISelMatcher.cpp | 28 void Matcher::printOne(raw_ostream &OS) const { in printOne() function in Matcher
|
| H A D | DAGISelMatcher.h | 178 void printOne(raw_ostream &OS) const;
|