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

/freebsd-current/bin/sh/
H A Dexpand.h46 #define EXP_CASE 0x10 /* keeps quotes around for CASE pattern */ macro
H A Dexpand.c259 * If EXP_GLOB or EXP_CASE are set, keep and/or generate CTLESC
269 int quotes = flag & (EXP_GLOB | EXP_CASE); /* do CTLESC */
440 result < 0 && begoff > 1 && flag & (EXP_GLOB | EXP_CASE) :
461 int quotes = flag & (EXP_GLOB | EXP_CASE);
550 p = argstr(p, argbackq, EXP_CASE | EXP_TILDE, NULL);
875 else if (flag & (EXP_GLOB | EXP_CASE))
1444 argstr(pattern->narg.text, &argbackq, EXP_TILDE | EXP_CASE, NULL);

Completed in 56 milliseconds