HomeSort by relevance Sort by last modified time
    Searched refs:VSNUL (Results 1 - 5 of 5) sorted by null

  /system/core/sh/
parser.h 53 #define VSNUL 0x10 /* colon--treat the empty string as unset */
expand.c 507 varflags &= ~VSNUL;
518 str, (varflags & VSNUL) ? "null or "
628 set = varisset(var, varflags & VSNUL);
632 if (val == NULL || ((varflags & VSNUL) && val[0] == '\0')) {
736 varflags &= ~VSNUL;
show.c 192 if (subtype & VSNUL)
jobs.c 1457 if (subtype & VSNUL)
parser.c 1316 flags = VSNUL;
    [all...]

Completed in 24 milliseconds