| /freebsd-14.2/contrib/tcsh/ |
| H A D | ed.xmap.c | 116 static XmapNode *GetFreeNode (CStr *); 134 XmapStr(CStr *str) in XmapStr() 161 GetXkey(CStr *ch, XmapVal *val) in GetXkey() 211 CStr cs; in AddXkey() 302 ClearXkey(KEYCMD *map, const CStr *in) in ClearXkey() 312 DeleteXkey(const CStr *Xkey) in DeleteXkey() 314 CStr s; in DeleteXkey() 411 GetFreeNode(CStr *ch) in GetFreeNode() 431 PrintXkey(const CStr *key) in PrintXkey() 434 CStr cs; in PrintXkey() [all …]
|
| H A D | tc.bind.c | 39 static CStr *parsestring (const Char *, CStr *); 40 static CStr *parsebind (const Char *, CStr *); 60 CStr in; in dobindkey() 61 CStr out; in dobindkey() 226 printkey(const KEYCMD *map, CStr *in) in printkey() 267 static CStr * 268 parsebind(const Char *s, CStr *str) in parsebind() 373 static CStr * 374 parsestring(const Char *str, CStr *buf) in parsestring() 409 CStr nilstr; in print_all_keys() [all …]
|
| H A D | ed.decls.h | 93 extern int SetArrowKeys (const CStr *, XmapVal *, int); 97 extern int ClearArrowKeys (const CStr *); 98 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 | 104 } CStr; typedef 108 CStr str; 135 EXTERN CStr *KillRing; /* kill ring */
|
| H A D | ed.screen.c | 774 CStr cs; in DefaultArrowKeys() 827 SetArrowKeys(const CStr *name, XmapVal *fun, int type) in SetArrowKeys() 850 ClearArrowKeys(const CStr *name) in ClearArrowKeys() 862 PrintArrowKeys(const CStr *name) in PrintArrowKeys() 879 CStr cs; in BindArrowKeys()
|
| H A D | ed.defns.c | 1835 CStr cstr; in ed_InitMetaBindings() 1891 CStr cstr; in ed_InitEmacsMaps()
|
| H A D | ed.inputl.c | 710 CStr cstr; in GetNextCommand()
|
| H A D | ed.chared.c | 855 CStr *new; in SetKillRing() 862 new = xcalloc(max, sizeof(CStr)); in SetKillRing() 893 CStr save, *pos; in c_push_kill()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenInstruction.cpp | 309 StringRef Name = CStr.substr(wpos+1); in ParseConstraint() 314 Rec->getName() + "': '" + CStr + "'"); in ParseConstraint() 334 start = CStr.find_first_not_of(" \t"); in ParseConstraint() 337 wpos = CStr.find_first_of(" \t", start); in ParseConstraint() 341 Rec->getName() + "': '" + CStr + "'"); in ParseConstraint() 345 wpos = CStr.find_first_not_of(" \t", pos + 1); in ParseConstraint() 350 StringRef RHSOpName = CStr.substr(wpos); in ParseConstraint() 396 if (CStr.empty()) return; in ParseConstraints() 401 bidx = CStr.find_first_not_of(delims); in ParseConstraints() 403 eidx = CStr.find_first_of(delims, bidx); in ParseConstraints() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Option/ |
| H A D | OptTable.cpp | 349 const char *CStr = Args.getArgString(Index); in parseOneArgGrouped() local 350 StringRef Str(CStr); in parseOneArgGrouped() 352 return std::make_unique<Arg>(getOption(InputOptionID), Str, Index++, CStr); in parseOneArgGrouped() 388 CStr); in parseOneArgGrouped() 400 CStr = Args.MakeArgString(Str.substr(0, 2)); in parseOneArgGrouped() 402 return std::make_unique<Arg>(getOption(UnknownOptionID), CStr, Index, CStr); in parseOneArgGrouped() 405 return std::make_unique<Arg>(getOption(UnknownOptionID), Str, Index++, CStr); in parseOneArgGrouped()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.h | 160 llvm::GlobalVariable *CStr);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 201 if (!FormValue.CStr.empty() || !IO.outputting()) in mapping() 202 IO.mapOptional("CStr", FormValue.CStr); in mapping()
|
| H A D | DWARFEmitter.cpp | 379 OS.write(FormVal->CStr.data(), FormVal->CStr.size()); in writeDIE()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 1418 const char *CStr = NTE.getString(); in verifyNameIndexEntries() local 1419 if (!CStr) { in verifyNameIndexEntries() 1425 StringRef Str(CStr); in verifyNameIndexEntries()
|
| H A D | DWARFContext.cpp | 1185 const char *CStr = StrData.getCStr(&Offset, &Err); in dump() local 1191 OS.write_escaped(CStr); in dump()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 95 StringRef CStr; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 4760 StringRef CStr(S.getPointer()); in validateCoherencyBits() local 4761 S = SMLoc::getFromPointer(&CStr.data()[CStr.find("scc")]); in validateCoherencyBits() 4780 StringRef CStr(S.getPointer()); in validateCoherencyBits() local 4782 &CStr.data()[CStr.find(isGFX940() ? "sc0" : "glc")]); in validateCoherencyBits()
|