Home
last modified time | relevance | path

Searched refs:shsplit (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-pythran/pythran-0.11.0/pythran/
H A Dconfig.py11 from shlex import split as shsplit unknown
172 shsplit(cfg.get('compiler', 'defines'))],
174 shsplit(cfg.get('compiler', 'undefs'))],
176 shsplit(cfg.get('compiler', 'include_dirs'))],
178 shsplit(cfg.get('compiler', 'library_dirs'))],
180 shsplit(cfg.get('compiler', 'libs'))],
182 shsplit(cfg.get('compiler', 'cflags'))],
184 shsplit(cfg.get('compiler', 'ldflags'))],
211 extension['extra_compile_args'].extend(shsplit(cflags))
216 extension['extra_link_args'].extend(shsplit(ldflags))
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/scripts/pyprepro/
H A Drun_tests.py146 def shsplit(*args): function
414 pyprepro._pyprepro_cli(shsplit(cmd))
449 pyprepro._pyprepro_cli(shsplit(cmd))
462 pyprepro._pyprepro_cli(shsplit(cmd))
470 pyprepro._pyprepro_cli(shsplit(cmd))
479 pyprepro._pyprepro_cli(shsplit(cmd))
486 pyprepro._pyprepro_cli(shsplit(cmd))
494 pyprepro._pyprepro_cli(shsplit(cmd))
553 pyprepro._dprepro_cli(shsplit(cmd))
926 pyprepro._dprepro_cli(shsplit(cmd))
[all …]
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dsubst.c1740 int shsplit = 0; in paramsubst() local
2182 shsplit = LEXFLAGS_ACTIVE; in paramsubst()
2194 shsplit |= LEXFLAGS_COMMENTS_KEEP; in paramsubst()
2199 shsplit |= LEXFLAGS_COMMENTS_STRIP; in paramsubst()
2204 shsplit |= LEXFLAGS_NEWLINE; in paramsubst()
3841 if (shsplit) { in paramsubst()
3848 list = bufferwords(list, *ap, NULL, shsplit); in paramsubst()
3853 list = bufferwords(NULL, val, NULL, shsplit); in paramsubst()