Searched refs:varlist (Results 1 – 10 of 10) sorted by relevance
/freebsd/bin/sh/ |
H A D | eval.c | 749 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 D | Template.pm | 563 my @varlist; 577 @varlist = grep { $_ !~ $match } @varlist; 581 push @varlist, do { 590 push @varlist, '$' . $name; 595 @varlist;
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-subs.c | 21 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 D | libntpq_subs.c | 49 return doquerylist((struct varlist *)vlist, op, associd, auth, in ntpq_doquerylist()
|
/freebsd/bin/ps/ |
H A D | ps.c | 85 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 D | extern.h | 42 extern STAILQ_HEAD(velisthead, varent) varlist;
|
H A D | keyword.c | 305 STAILQ_INSERT_TAIL(&varlist, vent, next_ve); in parsefmt() 308 if (STAILQ_EMPTY(&varlist)) { in parsefmt()
|
H A D | print.c | 72 STAILQ_FOREACH(vent, &varlist, next_ve) in printheader() 78 STAILQ_FOREACH(vent, &varlist, next_ve) { in printheader()
|
/freebsd/contrib/one-true-awk/ |
H A D | awkgram.y | 69 %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 D | CommitLog-4.1.0 | 4363 * 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.
|