Home
last modified time | relevance | path

Searched refs:separators (Results 1 – 25 of 96) sorted by relevance

1234

/openbsd/usr.bin/tmux/
H A Dgrid-reader.c188 grid_reader_cursor_next_word(struct grid_reader *gr, const char *separators) in grid_reader_cursor_next_word() argument
212 if (grid_reader_in_set(gr, separators)) { in grid_reader_cursor_next_word()
216 grid_reader_in_set(gr, separators) && in grid_reader_cursor_next_word()
222 !(grid_reader_in_set(gr, separators) || in grid_reader_cursor_next_word()
233 grid_reader_cursor_next_word_end(struct grid_reader *gr, const char *separators) in grid_reader_cursor_next_word_end() argument
258 else if (grid_reader_in_set(gr, separators)) { in grid_reader_cursor_next_word_end()
262 grid_reader_in_set(gr, separators) && in grid_reader_cursor_next_word_end()
270 grid_reader_in_set(gr, separators))); in grid_reader_cursor_next_word_end()
290 !grid_reader_in_set(gr, separators); in grid_reader_cursor_previous_word()
314 word_is_letters = !grid_reader_in_set(gr, separators); in grid_reader_cursor_previous_word()
[all …]
H A Dstatus.c1177 const char *separators) in status_prompt_forward_word() argument
1195 word_is_separators = status_prompt_in_list(separators, in status_prompt_forward_word()
1211 separators, &c->prompt_buffer[idx])); in status_prompt_forward_word()
1237 word_is_separators = status_prompt_in_list(separators, in status_prompt_end_word()
1266 word_is_separators = status_prompt_in_list(separators, in status_prompt_backward_word()
1289 const char *histstr, *separators = NULL, *keystring; in status_prompt_key() local
1425 separators, &c->prompt_buffer[idx])) { in status_prompt_key()
1450 status_prompt_forward_word(c, size, 0, separators); in status_prompt_key()
1457 status_prompt_end_word(c, size, separators); in status_prompt_key()
1464 status_prompt_forward_word(c, size, 1, separators); in status_prompt_key()
[all …]
H A Dtty-features.c375 tty_add_features(int *feat, const char *s, const char *separators) in tty_add_features() argument
384 while ((next = strsep(&loop, separators)) != NULL) { in tty_add_features()
H A Dwindow-copy.c269 const char *separators; /* word separators */ member
1909 const char *separators; in window_copy_cmd_next_word() local
1923 const char *separators; in window_copy_cmd_next_word_end() local
2010 const char *separators; in window_copy_cmd_previous_word() local
4508 data->separators, &xx, &yy); in window_copy_synchronize_cursor_end()
4519 data->separators, &xx, &yy); in window_copy_synchronize_cursor_end()
5435 const char *separators) in window_copy_cursor_next_word() argument
5486 const char *separators, int no_reset) in window_copy_cursor_next_word_end() argument
5537 const char *separators, int already) in window_copy_cursor_previous_word() argument
5749 if (data->separators != NULL) { in window_copy_start_drag()
[all …]
/openbsd/gnu/llvm/llvm/lib/Support/
H A DPath.cpp49 inline const char *separators(Style style) { in separators() function
82 size_t end = path.find_first_of(separators(style), 2); in find_first_component()
91 size_t end = path.find_first_of(separators(style)); in find_first_component()
101 size_t pos = str.find_last_of(separators(style), str.size() - 1); in filename_pos()
126 return str.find_first_of(separators(style), 2); in root_dir_start()
283 size_t end_pos = Path.find_first_of(separators(S), Position); in operator ++()
436 size_t loc = component.find_first_not_of(separators(style)); in append()
731 size_t next_slash = remaining.find_first_of(separators(style)); in remove_dots()
847 assert(P.find_first_of(separators(Style::native)) == StringRef::npos && in createTemporaryFile()
/openbsd/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx10_waitcnt_depctr.rst31 …s may be specified in any order. Spaces, ampersands, and commas may be used as optional separators.
H A Dgfx11_waitcnt_depctr.rst32 …s may be specified in any order. Spaces, ampersands, and commas may be used as optional separators.
H A Dgfx1030_waitcnt_depctr.rst32 …s may be specified in any order. Spaces, ampersands, and commas may be used as optional separators.
H A Dgfx11_waitcnt.rst42 …s may be specified in any order. Spaces, ampersands, and commas may be used as optional separators.
H A Dgfx7_waitcnt.rst41 …s may be specified in any order. Spaces, ampersands, and commas may be used as optional separators.
H A Dgfx10_waitcnt.rst41 …s may be specified in any order. Spaces, ampersands, and commas may be used as optional separators.
H A Dgfx9_waitcnt.rst41 …s may be specified in any order. Spaces, ampersands, and commas may be used as optional separators.
H A Dgfx90a_waitcnt.rst41 …s may be specified in any order. Spaces, ampersands, and commas may be used as optional separators.
H A Dgfx8_waitcnt.rst41 …s may be specified in any order. Spaces, ampersands, and commas may be used as optional separators.
H A Dgfx940_waitcnt.rst41 …s may be specified in any order. Spaces, ampersands, and commas may be used as optional separators.
H A Dgfx1030_waitcnt.rst41 …s may be specified in any order. Spaces, ampersands, and commas may be used as optional separators.
/openbsd/gnu/usr.bin/perl/ext/File-Glob/
H A DChanges45 - Add support for either \ or / as separators on DOSISH systems
/openbsd/regress/bin/ksh/
H A Dread.t16 # - left over fields and their separators assigned to last var
/openbsd/gnu/usr.bin/perl/ext/Pod-Html/t/
H A Dhtmldir5.t23 my $cwd = catdir cwd(); # catdir converts path separators to that of the OS
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Deol2.t1 # t/eol2.t - check handling of \r, \n, and \r\n as line separators (again)
H A Deol.t1 # t/eol.t - check handling of \r, \n, and \r\n as line separators
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dhostconfig.texi53 backslash (@samp{/} and @samp{\}) are directory separators. If you
64 separators for directory names within a file specification. They are
/openbsd/sbin/init/
H A Dinit.c800 static const char separators[] = " \t"; in construct_argv() local
805 if ((argv[argc++] = strtok(command, separators)) == 0) { in construct_argv()
809 while ((argv[argc++] = strtok(NULL, separators))) in construct_argv()
/openbsd/usr.bin/compress/
H A Dmain.c854 const char separators[] = ".-_"; in check_suffix() local
857 for (sep = separators; *sep != '\0'; sep++) { in check_suffix()
/openbsd/gnu/gcc/gcc/doc/
H A Dhostconfig.texi97 and @samp{\}) are directory separators.
102 separators for directory names within a file specification.

1234