Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dexpand.c90 static void expbackq(union node *, int, int, struct worddest *);
315 expbackq((*argbackq)->n, c & CTLQUOTE, flag, dst); in argstr()
452 expbackq(union node *cmd, int quoted, int flag, struct worddest *dst) in expbackq() function