Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDed.xmap.c118 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 …]
HDtc.bind.c40 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 …]
HDed.decls.h94 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 *);
HDed.h105 } CStr; typedef
109 CStr str;
136 EXTERN CStr *KillRing; /* kill ring */
HDed.screen.c778 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()
HDed.defns.c1855 CStr cstr; in ed_InitMetaBindings()
1908 CStr cstr; in ed_InitEmacsMaps()
HDed.inputl.c712 CStr cstr; in GetNextCommand()
HDed.chared.c850 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/
HDCodeGenInstruction.cpp201 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/
HDIRForTarget.h338 llvm::GlobalVariable *CStr);