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

  /external/mksh/src/
misc.c 392 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
980 * If GF_ERROR is set (and option doesn't start with :), errors result in
1039 if (go->flags & GF_ERROR)
1067 if (go->flags & GF_ERROR)
    [all...]
exec.c 558 ksh_getopt_reset(&builtin_opt, GF_ERROR);
1302 ksh_getopt_reset(&builtin_opt, GF_ERROR);
    [all...]
sh.h 951 #define GF_ERROR BIT(0) /* call errorf() if there is an error */
    [all...]
funcs.c 1087 ksh_getopt_reset(&builtin_opt, GF_ERROR);
    [all...]

Completed in 60 milliseconds