Home | History | Annotate | Download | only in sh

Lines Matching refs:quoted

353 	int quoted;
384 quoted=1;
386 quoted=0;
397 if (quoted == 0)
409 expbackq(union node *cmd, int quoted, int flag)
420 char const *syntax = quoted? DQSYNTAX : BASESYNTAX;
470 if (quoted == 0)
823 varvalue(char *name, int quoted, int subtype, int flag)
835 syntax = quoted? DQSYNTAX : BASESYNTAX; \
869 if (flag & EXP_FULL && quoted) {