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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashline.c911 #define COMMAND_SEPARATORS ";|&{(`" macro
947 while (((s = skip_to_delim (rl_line_buffer, os, COMMAND_SEPARATORS)) <= start) &&
959 e = skip_to_delim (rl_line_buffer, end, COMMAND_SEPARATORS);
1008 command_separator_chars = COMMAND_SEPARATORS;
1581 if (whitespace (*value) || member (*value, COMMAND_SEPARATORS))

Completed in 157 milliseconds