HomeSort by relevance Sort by last modified time
    Searched full:apply_ifs (Results 1 - 1 of 1) sorted by null

  /system/core/sh/
expand.c 617 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 985 milliseconds