Home
last modified time | relevance | path

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

/system/core/sh/
Dexpand.c96 STATIC void expbackq(union node *, int, int);
223 expbackq(argbackq->n, c & CTLQUOTE, flag); in argstr()
409 expbackq(union node *cmd, int quoted, int flag) in expbackq() function