Home
last modified time | relevance | path

Searched refs:CStr (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/tcsh/
Ded.xmap.c114 static int TraverseMap (XmapNode *, CStr *, XmapVal *);
115 static int TryNode (XmapNode *, CStr *, XmapVal *, int);
116 static XmapNode *GetFreeNode (CStr *);
118 static int TryDeleteNode (XmapNode **, CStr *);
119 static int Lookup (struct Strbuf *, const CStr *,
134 XmapStr(CStr *str) in XmapStr()
161 GetXkey(CStr *ch, XmapVal *val) in GetXkey()
171 TraverseMap(XmapNode *ptr, CStr *ch, XmapVal *val) in TraverseMap()
209 AddXkey(const CStr *Xkey, XmapVal *val, int ntype) in AddXkey()
211 CStr cs; in AddXkey()
[all …]
Dtc.bind.c36 static void printkey (const KEYCMD *, CStr *);
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()
[all …]
Ded.decls.h93 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 *);
Ded.h104 } CStr; typedef
108 CStr str;
135 EXTERN CStr *KillRing; /* kill ring */
Ded.screen.c774 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()
Ded.defns.c1835 CStr cstr; in ed_InitMetaBindings()
1891 CStr cstr; in ed_InitEmacsMaps()
Ded.inputl.c710 CStr cstr; in GetNextCommand()
Ded.chared.c855 CStr *new; in SetKillRing()
862 new = xcalloc(max, sizeof(CStr)); in SetKillRing()
893 CStr save, *pos; in c_push_kill()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.cpp234 static void ParseConstraint(StringRef CStr, CGIOperandList &Ops, in ParseConstraint() argument
237 StringRef::size_type wpos = CStr.find_first_of(" \t"); in ParseConstraint()
238 StringRef::size_type start = CStr.find_first_not_of(" \t"); in ParseConstraint()
239 StringRef Tok = CStr.substr(start, wpos - start); in ParseConstraint()
241 StringRef Name = CStr.substr(wpos+1); in ParseConstraint()
246 Rec->getName() + "': '" + CStr + "'"); in ParseConstraint()
261 StringRef::size_type pos = CStr.find_first_of('='); in ParseConstraint()
264 Rec->getLoc(), "Unrecognized constraint '" + CStr + in ParseConstraint()
266 start = CStr.find_first_not_of(" \t"); in ParseConstraint()
269 wpos = CStr.find_first_of(" \t", start); in ParseConstraint()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
DOptTable.cpp343 const char *CStr = Args.getArgString(Index); in parseOneArgGrouped() local
344 StringRef Str(CStr); in parseOneArgGrouped()
346 return new Arg(getOption(TheInputOptionID), Str, Index++, CStr); in parseOneArgGrouped()
387 return new Arg(getOption(TheUnknownOptionID), Str, Index++, CStr); in parseOneArgGrouped()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.h221 llvm::GlobalVariable *CStr);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp203 if (!FormValue.CStr.empty() || !IO.outputting()) in mapping()
204 IO.mapOptional("CStr", FormValue.CStr); in mapping()
DDWARFEmitter.cpp378 OS.write(FormVal->CStr.data(), FormVal->CStr.size()); in writeDIE()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp1262 const char *CStr = NTE.getString(); in verifyNameIndexEntries() local
1263 if (!CStr) { in verifyNameIndexEntries()
1269 StringRef Str(CStr); in verifyNameIndexEntries()
DDWARFContext.cpp535 const char *CStr = StrData.getCStr(&Offset, &Err); in dump() local
541 OS.write_escaped(CStr); in dump()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h94 StringRef CStr; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp4166 StringRef CStr(S.getPointer()); in validateCoherencyBits() local
4167 S = SMLoc::getFromPointer(&CStr.data()[CStr.find("scc")]); in validateCoherencyBits()
4183 StringRef CStr(S.getPointer()); in validateCoherencyBits() local
4184 S = SMLoc::getFromPointer(&CStr.data()[CStr.find("glc")]); in validateCoherencyBits()