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 398 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
986 * If GF_ERROR is set (and option doesn't start with :), errors result in
1045 if (go->flags & GF_ERROR)
1073 if (go->flags & GF_ERROR)
    [all...]
exec.c 563 ksh_getopt_reset(&builtin_opt, GF_ERROR);
1348 ksh_getopt_reset(&builtin_opt, GF_ERROR);
    [all...]
sh.h 1007 #define GF_ERROR BIT(0) /* call errorf() if there is an error */
    [all...]
funcs.c 1109 ksh_getopt_reset(&builtin_opt, GF_ERROR);
    [all...]

Completed in 69 milliseconds