Searched refs:HEREDOC_USING_SPACES (Results 1 – 1 of 1) sorted by relevance
1138 #define HEREDOC_USING_SPACES 1 macro2643 spacing |= HEREDOC_USING_SPACES;2657 if (spacing == (HEREDOC_USING_SPACES | HEREDOC_USING_TABS)) {2911 spacing |= HEREDOC_USING_SPACES;2930 if (spacing == (HEREDOC_USING_SPACES | HEREDOC_USING_TABS)) {2949 SCNG(heredoc_indentation_uses_spaces) = (spacing == HEREDOC_USING_SPACES);3035 spacing |= HEREDOC_USING_SPACES;3054 if (spacing == (HEREDOC_USING_SPACES | HEREDOC_USING_TABS)) {3091 zendlval, indentation, spacing == HEREDOC_USING_SPACES,
Completed in 9 milliseconds