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

/system/core/sh/
H A Dexpand.c617 int apply_ifs; local
682 apply_ifs = ((varflags & VSQUOTE) == 0 ||
698 argstr(p, flag | (apply_ifs ? EXP_IFS_SPLIT : 0));
701 * 'apply_ifs = 0' apparantly breaks ${1+"$@"}..
705 apply_ifs = 0;
728 apply_ifs = 1;
744 apply_ifs = 0;
751 if (apply_ifs)

Completed in 264 milliseconds