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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregcmp.c63 #define DASH '-' macro
443 if (current_char != DASH) {
445 * if a DASH follows current_char,
446 * current_char, the DASH and the
447 * character that follows the DASH
457 } else if /* (current_char == DASH) && */
460 * current_char is a DASH, but
466 * represents the DASH character
469 *compilep = DASH;
472 * if another DASH follow
[all...]

Completed in 22 milliseconds