Home
last modified time | relevance | path

Searched refs:varent (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/bin/csh/
H A Dset.c53 static struct varent *getvx(Char *, int);
57 static struct varent *madrof(Char *, struct varent *);
58 static void unsetv1(struct varent *);
60 static void balance(struct varent *, int, int);
69 struct varent *vp; in alias_text()
107 struct varent *pt = adrof(STRpath); in update_vars()
240 struct varent *v; in asx()
247 static struct varent *
250 struct varent *v; in getvx()
328 struct varent *gv = getvx(vp, subscr); in dolet()
[all …]
H A Dextern.h279 struct varent*adrof1(Char *, struct varent *);
284 Char *value1(Char *, struct varent *);
286 void set1(Char *, Char **, struct varent *);
287 void setq(Char *, Char **, struct varent *);
289 void unset1(Char *[], struct varent *);
293 void plist(struct varent *);
H A Dexec.c113 struct varent *pathv; in doexec()
270 struct varent *v; in texec()
442 struct varent *pathv; in dohash()
509 struct varent *v; in iscommand()
610 struct varent *vp; in dowhich()
702 struct varent *v; in tellmewhat()
H A Dcsh.h410 extern struct varent { struct
413 struct varent *v_link[3]; /* The links, see below */ argument
H A Dcsh.c83 struct varent shvhed, aliases;
880 struct varent *shist; in rechist()
1258 struct varent *v; in mailchk()
H A Ddol.c372 static struct varent nulargv = {nulvec, STRargv, { NULL, NULL, NULL }, 0};
392 struct varent *vp; in Dgetdol()
H A Dtime.c132 struct varent *vp; in prusage()
H A Dparse.c141 struct varent *ap; in asyn3()
H A Dfile.c715 struct varent *vp; in ignored()
H A Ddir.c420 struct varent *c; in dfollow()
H A Dfunc.c192 struct varent *vp; in doalias()
/netbsd-src/bin/ps/
H A Dps.h52 typedef SIMPLEQ_HEAD(varlist, varent) VARLIST;
54 typedef struct varent { struct
55 SIMPLEQ_ENTRY(varent) next;
80 void (*oproc)(struct pinfo *pi, struct varent *, enum mode);
H A Dkeyword.c256 parsevarlist(const char *pp, struct varlist *listptr, struct varent **pos) in parsevarlist()
275 struct varent *vent; in parsevarlist()
332 parsefmt_insert(const char *p, struct varent **pos) in parsefmt_insert()
346 struct varent *
349 struct varent *vent; in varlist_find()
H A Dps.c147 struct varent *Opos = NULL; /* -O flag inserts after this point */
206 struct varent *vent; in main()
646 struct varent *vent; in scanvars()
669 struct varent *ve; in pscomp()
H A Dprint.c153 struct varent *vent; in printheader()