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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c61 #define DASH '-' macro
441 if (current_char != DASH) {
443 * if a DASH follows current_char,
444 * current_char, the DASH and the
445 * character that follows the DASH
455 } else if /* (current_char == DASH) && */
458 * current_char is a DASH, but
464 * represents the DASH character
467 *compilep = DASH;
470 * if another DASH follow
[all...]

Completed in 57 milliseconds