Home
last modified time | relevance | path

Searched refs:rePipe (Results 1 – 4 of 4) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/r_util/
H A DRTokenCursorTests.cpp27 static const boost::wregex rePipe(L"^%[^>]*>+[^>]*%$"); in isPipeOperator() local
28 return regex_utils::match(string.begin(), string.end(), rePipe); in isPipeOperator()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/r_util/
H A DRTokenizer.hpp565 static const boost::wregex rePipe(L"^%[^>]*>+[^>]*%$"); in isPipeOperator() local
566 return regex_utils::match(rToken.begin(), rToken.end(), rePipe); in isPipeOperator()
/dports/www/retawq/retawq-0.2.6c/
H A Dresource.h179 reProxyAuth = 19, rePipe = 20, reFork = 21, reConfigForbids = 22, enumerator
H A Dresource.c4329 if (my_pipe(fd_pair) != 0) { pipe_failed: error = rePipe; goto failed; }
4511 { pipe_failed: error = rePipe;
7444 if (my_pipe(fd_pair) != 0) fatal_error(errno, _(strResourceError[rePipe]));