Searched refs:bqlist (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Dshow.c176 struct nodelist *bqlist; local
184 bqlist = arg->narg.backquote;
246 shtree(bqlist->n, -1, NULL, fp);
H A Dparser.c1311 struct nodelist *bqlist; local
1323 bqlist = NULL;
1461 out = parsebackq(out, &bqlist, 1,
1505 backquotelist = bqlist;
1626 out = parsebackq(out, &bqlist, 0,

Completed in 50 milliseconds