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

/freebsd-13-stable/bin/sh/
H A Dshow.c178 struct nodelist *bqlist; local
186 bqlist = arg->narg.backquote;
248 shtree(bqlist->n, -1, NULL, fp);
H A Dparser.c1409 struct nodelist *bqlist; local
1421 bqlist = NULL;
1563 out = parsebackq(out, &bqlist, 1,
1607 backquotelist = bqlist;
1635 out = parsebackq(out, &bqlist, 0,

Completed in 109 milliseconds