Searched refs:CStr (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/tcsh/ |
| H A D | ed.xmap.c | 120 static XmapNode *GetFreeNode (CStr *); 138 XmapStr(CStr *str) in XmapStr() 165 GetXkey(CStr *ch, XmapVal *val) in GetXkey() 215 CStr cs; in AddXkey() 306 ClearXkey(KEYCMD *map, const CStr *in) in ClearXkey() 316 DeleteXkey(const CStr *Xkey) in DeleteXkey() 318 CStr s; in DeleteXkey() 415 GetFreeNode(CStr *ch) in GetFreeNode() 435 PrintXkey(const CStr *key) in PrintXkey() 438 CStr cs; in PrintXkey() [all …]
|
| H A D | tc.bind.c | 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() 413 CStr nilstr; in print_all_keys() [all …]
|
| H A D | 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 *);
|
| H A D | ed.h | 105 } CStr; typedef 109 CStr str; 136 EXTERN CStr *KillRing; /* kill ring */
|
| H A D | 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()
|
| H A D | ed.defns.c | 1855 CStr cstr; in ed_InitMetaBindings() 1911 CStr cstr; in ed_InitEmacsMaps()
|
| H A D | ed.inputl.c | 712 CStr cstr; in GetNextCommand()
|
| H A D | ed.chared.c | 859 CStr *new; in SetKillRing() 866 new = xcalloc(max, sizeof(CStr)); in SetKillRing() 897 CStr save, *pos; in c_push_kill()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenInstruction.cpp | 212 std::string Name = CStr.substr(wpos+1); in ParseConstraint() 217 Rec->getName() + "': '" + CStr + "'"); in ParseConstraint() 237 start = CStr.find_first_not_of(" \t"); in ParseConstraint() 240 wpos = CStr.find_first_of(" \t", start); in ParseConstraint() 244 Rec->getName() + "': '" + CStr + "'"); in ParseConstraint() 248 wpos = CStr.find_first_not_of(" \t", pos + 1); in ParseConstraint() 300 if (CStr.empty()) return; in ParseConstraints() 305 bidx = CStr.find_first_not_of(delims); in ParseConstraints() 307 eidx = CStr.find_first_of(delims, bidx); in ParseConstraints() 309 eidx = CStr.length(); in ParseConstraints() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 117 if (!FormValue.CStr.empty() || !IO.outputting()) in mapping() 118 IO.mapOptional("CStr", FormValue.CStr); in mapping()
|
| H A D | DWARFVisitor.cpp | 142 onValue(FormVal->CStr); in traverseDebugInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.h | 287 llvm::GlobalVariable *CStr);
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 1224 const char *CStr = NTE.getString(); in verifyNameIndexEntries() local 1225 if (!CStr) { in verifyNameIndexEntries() 1231 StringRef Str(CStr); in verifyNameIndexEntries()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 92 StringRef CStr; member
|