Searched refs:CStr (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/tcsh/ |
| HD | ed.xmap.c | 118 static int TraverseMap (XmapNode *, CStr *, XmapVal *); 119 static int TryNode (XmapNode *, CStr *, XmapVal *, int); 120 static XmapNode *GetFreeNode (CStr *); 122 static int TryDeleteNode (XmapNode **, CStr *); 123 static int Lookup (struct Strbuf *, const CStr *, 138 XmapStr(CStr *str) in XmapStr() 165 GetXkey(CStr *ch, XmapVal *val) in GetXkey() 175 TraverseMap(XmapNode *ptr, CStr *ch, XmapVal *val) in TraverseMap() 213 AddXkey(const CStr *Xkey, XmapVal *val, int ntype) in AddXkey() 215 CStr cs; in AddXkey() [all …]
|
| HD | tc.bind.c | 40 static void printkey (const KEYCMD *, CStr *); 43 static CStr *parsestring (const Char *, CStr *); 44 static CStr *parsebind (const Char *, CStr *); 64 CStr in; in dobindkey() 65 CStr out; in dobindkey() 230 printkey(const KEYCMD *map, CStr *in) in printkey() 271 static CStr * 272 parsebind(const Char *s, CStr *str) in parsebind() 377 static CStr * 378 parsestring(const Char *str, CStr *buf) in parsestring() [all …]
|
| HD | ed.decls.h | 94 extern int SetArrowKeys (const CStr *, XmapVal *, int); 98 extern int ClearArrowKeys (const CStr *); 99 extern void PrintArrowKeys (const CStr *); 270 extern XmapVal *XmapStr (CStr *); 272 extern void AddXkey (const CStr *, XmapVal *, int); 273 extern void ClearXkey (KEYCMD *, const CStr *); 274 extern int GetXkey (CStr *, XmapVal *); 276 extern int DeleteXkey (const CStr *); 277 extern void PrintXkey (const CStr *); 280 extern unsigned char *unparsestring (const CStr *, const Char *);
|
| HD | ed.h | 105 } CStr; typedef 109 CStr str; 136 EXTERN CStr *KillRing; /* kill ring */
|
| HD | ed.screen.c | 778 CStr cs; in DefaultArrowKeys() 831 SetArrowKeys(const CStr *name, XmapVal *fun, int type) in SetArrowKeys() 854 ClearArrowKeys(const CStr *name) in ClearArrowKeys() 866 PrintArrowKeys(const CStr *name) in PrintArrowKeys() 883 CStr cs; in BindArrowKeys()
|
| HD | ed.defns.c | 1855 CStr cstr; in ed_InitMetaBindings() 1908 CStr cstr; in ed_InitEmacsMaps()
|
| HD | ed.inputl.c | 712 CStr cstr; in GetNextCommand()
|
| HD | ed.chared.c | 850 CStr *new; in SetKillRing() 857 new = xcalloc(max, sizeof(CStr)); in SetKillRing() 888 CStr save, *pos; in c_push_kill()
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | CodeGenInstruction.cpp | 201 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraint() argument 203 std::string::size_type wpos = CStr.find_first_of(" \t"); in ParseConstraint() 204 std::string::size_type start = CStr.find_first_not_of(" \t"); in ParseConstraint() 205 std::string Tok = CStr.substr(start, wpos - start); in ParseConstraint() 207 std::string Name = CStr.substr(wpos+1); in ParseConstraint() 210 PrintFatalError("Illegal format for @earlyclobber constraint: '" + CStr + "'"); in ParseConstraint() 223 std::string::size_type pos = CStr.find_first_of('='); in ParseConstraint() 225 start = CStr.find_first_not_of(" \t"); in ParseConstraint() 226 std::string Name = CStr.substr(start, pos - start); in ParseConstraint() 231 PrintFatalError("Illegal format for tied-to constraint: '" + CStr + "'"); in ParseConstraint() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | IRForTarget.h | 338 llvm::GlobalVariable *CStr);
|