Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Deval.c749 xtracecommand(struct arglist *varlist, int argc, char **argv) in xtracecommand() argument
757 for (i = 0; i < varlist->count; i++) { in xtracecommand()
758 text = varlist->args[i]; in xtracecommand()
814 struct arglist varlist; in evalcommand() local
839 emptyarglist(&varlist); in evalcommand()
849 expandarg(argp, varflag == 1 ? &varlist : &arglist, in evalcommand()
868 xtracecommand(&varlist, argc, argv); in evalcommand()
884 for (i = 0; i < varlist.count; i++) in evalcommand()
885 if (strncmp(varlist.args[i], PATH, sizeof(PATH) - 1) == 0) { in evalcommand()
886 path = varlist.args[i] + sizeof(PATH) - 1; in evalcommand()
[all …]
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm563 my @varlist;
577 @varlist = grep { $_ !~ $match } @varlist;
581 push @varlist, do {
590 push @varlist, '$' . $name;
595 @varlist;
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c21 static struct varlist *findlistvar (struct varlist *, char *);
22 static void doaddvlist (struct varlist *, const char *);
23 static void dormvlist (struct varlist *, const char *);
24 static void doclearvlist (struct varlist *);
25 static void makequerydata (struct varlist *, size_t *, char *);
26 static int doquerylist (struct varlist *, int, associd_t, int,
28 static void doprintvlist (struct varlist *, FILE *);
33 static int dolist (struct varlist *, associd_t, int, int,
59 static int doprintpeers (struct varlist *, in
276 struct varlist { global() struct
279 valuevarlist global() argument
[all...]
H A Dlibntpq_subs.c49 return doquerylist((struct varlist *)vlist, op, associd, auth, in ntpq_doquerylist()
/freebsd/bin/ps/
H A Dps.c85 struct velisthead varlist = STAILQ_HEAD_INITIALIZER(varlist); variable
685 STAILQ_FOREACH(vent, &varlist, next_ve) { in main()
1192 STAILQ_FOREACH(vent, &varlist, next_ve) { in find_varentry()
1205 STAILQ_FOREACH(vent, &varlist, next_ve) { in scanvars()
1224 STAILQ_FOREACH(vent, &varlist, next_ve) { in format_output()
1248 STAILQ_FOREACH(vent, &varlist, next_ve) { in sizevars()
H A Dextern.h42 extern STAILQ_HEAD(velisthead, varent) varlist;
H A Dkeyword.c305 STAILQ_INSERT_TAIL(&varlist, vent, next_ve); in parsefmt()
308 if (STAILQ_EMPTY(&varlist)) { in parsefmt()
H A Dprint.c72 STAILQ_FOREACH(vent, &varlist, next_ve) in printheader()
78 STAILQ_FOREACH(vent, &varlist, next_ve) { in printheader()
/freebsd/contrib/one-true-awk/
H A Dawkgram.y69 %type <p> var varname funcname varlist
185 | FUNC funcname '(' varlist rparen {infunc = true;} lbrace stmtlist '}'
455 varlist:
458 | varlist comma VAR {
/freebsd/contrib/ntp/
H A DCommitLog-4.1.04363 * ntpq/ntpq_ops.c (struct varlist): name cannot be const char *
4621 * ntpq/ntpq_ops.c (struct varlist): Define name as const.
6013 * ntpq/ntpq_ops.c: varlist name and value aren't const.