Searched refs:Strbuf (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.decls.h47 extern int t_search (struct Strbuf *, COMMAND, int,
72 extern int tw_cmd_next (struct Strbuf *,
73 struct Strbuf *, int *);
74 extern int tw_logname_next (struct Strbuf *,
75 struct Strbuf *, int *);
76 extern int tw_shvar_next (struct Strbuf *,
77 struct Strbuf *, int *);
78 extern int tw_envvar_next (struct Strbuf *,
79 struct Strbuf *, int *);
80 extern int tw_var_next (struct Strbuf *,
[all...]
H A Dtc.h57 struct Strbuf { struct
68 extern const struct Strbuf Strbuf_init;
H A Dtw.init.c96 static int tw_dir_next (struct Strbuf *, DIR *);
162 tw_dir_next(struct Strbuf *res, DIR *dfd)
388 tw_cmd_next(struct Strbuf *res, struct Strbuf *dir, int *flags)
472 tw_shvar_next(struct Strbuf *res, struct Strbuf *dir, int *flags)
514 tw_envvar_next(struct Strbuf *res, struct Strbuf *dir, int *flags)
576 tw_var_next(struct Strbuf *res, struct Strbuf *di
[all...]
H A Dsh.dol.c69 static struct Strbuf dolmod; /* = Strbuf_INIT; : modifier characters */
74 static int Dpack (struct Strbuf *);
164 Dpack(struct Strbuf *wbuf)
205 struct Strbuf *wbuf = Strbuf_alloc();
377 struct Strbuf *name = Strbuf_alloc();
418 static struct Strbuf wbuf; /* = Strbuf_INIT; */
933 struct Strbuf lbuf = Strbuf_INIT, mbuf = Strbuf_INIT;
H A Dtc.decls.h38 struct Strbuf;
247 extern int expdollar (struct Strbuf *, const Char **, Char);
312 extern struct Strbuf *Strbuf_alloc(void);
313 extern void Strbuf_terminate(struct Strbuf *);
314 extern void Strbuf_append1(struct Strbuf *, Char);
315 extern void Strbuf_appendn(struct Strbuf *, const Char *,
317 extern void Strbuf_append (struct Strbuf *, const Char *);
318 extern Char *Strbuf_finish (struct Strbuf *);
H A Dtw.spell.c41 spell_me(struct Strbuf *oldname, int looking, Char *pat, eChar suf)
43 struct Strbuf guess = Strbuf_INIT, newname = Strbuf_INIT;
132 spdir(struct Strbuf *extended_name, const Char *tilded_dir, const Char *item,
H A Dtw.parse.c68 static int (*const tw_next_entry[]) (struct Strbuf *, struct Strbuf *,
103 static void extract_dir_and_name (const Char *, struct Strbuf *,
107 static int tilde (struct Strbuf *, Char *);
108 static int expand_dir (const Char *, struct Strbuf *, DIR **,
117 static int recognize (struct Strbuf *, const Char *, size_t,
121 static int tw_collect_items (COMMAND, int, struct Strbuf *,
122 struct Strbuf *, Char *, const Char *,
124 static int tw_collect (COMMAND, int, struct Strbuf *,
125 struct Strbuf *, Cha
[all...]
H A Ded.xmap.c123 static int Lookup (struct Strbuf *, const CStr *,
125 static void Enumerate (struct Strbuf *, const XmapNode *);
126 static void unparsech (struct Strbuf *, Char);
437 struct Strbuf buf = Strbuf_INIT;
465 Lookup(struct Strbuf *buf, const CStr *str, const XmapNode *ptr)
510 Enumerate(struct Strbuf *buf, const XmapNode *ptr)
577 unparsech(struct Strbuf *buf, Char ch)
H A Ded.h147 EXTERN struct Strbuf HistBuf; /* = Strbuf_INIT; history buffer */
150 EXTERN struct Strbuf SavedBuf; /* = Strbuf_INIT; */
H A Dtc.func.c101 struct Strbuf buf = Strbuf_INIT;
201 struct Strbuf word = Strbuf_INIT;
315 struct Strbuf buf = Strbuf_INIT;
H A Dtw.help.c92 struct Strbuf full = Strbuf_INIT;
H A Dsh.lex.c110 struct Strbuf labuf; /* = Strbuf_INIT; */
126 struct Strbuf histline; /* = Strbuf_INIT; last line input */
287 struct Strbuf wbuf = Strbuf_INIT;
480 struct Strbuf name = Strbuf_INIT;
649 static struct Strbuf buf; /* = Strbuf_INIT; */
662 static struct Strbuf lhsb; /* = Strbuf_INIT; */
663 static struct Strbuf slhs; /* = Strbuf_INIT; left-hand side of last :s */
664 static struct Strbuf rhsb; /* = Strbuf_INIT; right-hand side of last :s */
966 struct Strbuf wbuf = Strbuf_INIT;
H A Dtc.prompt.c171 tprintf_append_mbs(struct Strbuf *buf, const char *mbs, Char attributes)
184 struct Strbuf buf = Strbuf_INIT;
598 expdollar(struct Strbuf *buf, const Char **srcp, Char attr)
H A Dsh.glob.c73 static void pword (struct blk_buf *, struct Strbuf *);
74 static void backeval (struct blk_buf *, struct Strbuf *, Char *,
151 struct Strbuf gbuf = Strbuf_INIT;
649 struct Strbuf word = Strbuf_INIT;
688 backeval(struct blk_buf *bb, struct Strbuf *word, Char *cp, int literal)
880 pword(struct blk_buf *bb, struct Strbuf *word)
H A Dsh.misc.c112 struct Strbuf buf = Strbuf_INIT;
469 quote_meta(struct Strbuf *buf, const Char *s)
H A Dtc.bind.c274 struct Strbuf b = Strbuf_INIT;
380 struct Strbuf b = Strbuf_INIT;
H A Dtc.str.c136 static struct Strbuf buf; /* = Strbuf_INIT; */
634 DO_STRBUF(Strbuf, Char, Strlen);
H A Dsh.decls.h272 extern const Char *quote_meta (struct Strbuf *, const Char *);
H A Dsh.func.c64 static int getword (struct Strbuf *);
754 struct Strbuf word = Strbuf_INIT;
897 struct Strbuf *tmp;
1002 getword(struct Strbuf *wp)
H A Dsh.dir.c343 struct Strbuf buf = Strbuf_INIT;
642 struct Strbuf buf = Strbuf_INIT;
1358 struct Strbuf qname = Strbuf_INIT;
H A Dsh.hist.c40 extern struct Strbuf histline;
H A Dtw.comp.c409 struct Strbuf buf = Strbuf_INIT;
H A Dsh.h831 extern struct Strbuf labuf;
H A Dsh.sem.c136 struct Strbuf buf = Strbuf_INIT;
H A Dsh.set.c896 struct Strbuf buf = Strbuf_INIT;

Completed in 143 milliseconds

12