HomeSort by: relevance | last modified time | path
    Searched refs:separators (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/bsd/tmux/dist/
grid-reader.c 188 grid_reader_cursor_next_word(struct grid_reader *gr, const char *separators)
200 * When navigating via spaces (for example with next-space) separators
204 * subsequent separators that are not whitespace. Otherwise, if we
206 * characters that are neither whitespace nor separators. Then, skip
212 if (grid_reader_in_set(gr, separators)) {
216 grid_reader_in_set(gr, separators) &&
222 !(grid_reader_in_set(gr, separators) ||
233 grid_reader_cursor_next_word_end(struct grid_reader *gr, const char *separators)
245 * When navigating via spaces (for example with next-space), separators
250 * subsequent separators as a word, and continue moving until the firs
    [all...]
status.c 1183 const char *separators)
1200 /* Determine the current character class (separators or not). */
1201 word_is_separators = status_prompt_in_list(separators,
1217 separators, &c->prompt_buffer[idx]));
1224 status_prompt_end_word(struct client *c, size_t size, const char *separators)
1242 /* Determine the character class (separators or not). */
1243 word_is_separators = status_prompt_in_list(separators,
1252 word_is_separators == status_prompt_in_list(separators,
1261 status_prompt_backward_word(struct client *c, const char *separators)
1272 word_is_separators = status_prompt_in_list(separators,
1295 const char *histstr, *separators = NULL, *keystring; local
    [all...]
tty-features.c 385 tty_add_features(int *feat, const char *s, const char *separators)
394 while ((next = strsep(&loop, separators)) != NULL) {
window-copy.c 271 const char *separators; /* word separators */ member in struct:window_copy_mode_data
1937 const char *separators; local
1939 separators = options_get_string(cs->s->options, "word-separators");
1942 window_copy_cursor_next_word(wme, separators);
1951 const char *separators; local
1953 separators = options_get_string(cs->s->options, "word-separators");
1956 window_copy_cursor_next_word_end(wme, separators, 0)
2056 const char *separators; local
    [all...]
  /src/external/bsd/ntp/dist/libntp/
snprintf.c 1003 int separators = (flags & PRINT_F_QUOTE); local
1041 if (separators) /* Get the number of group separators we'll print. */
1042 separators = getnumsep(pos);
1044 zpadlen = precision - pos - separators;
1046 - separators /* Number of separators. */
1084 if (separators > 0 && pos > 0 && pos % 3 == 0)
1116 int separators = (flags & PRINT_F_QUOTE); local
1314 if (separators) /* Get the number of group separators we'll print. *
1400 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) \/ 3; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/
spec.d 65 Number of elements between separators.
69 int separators = UNSPECIFIED;
104 Special value for `width`, `precision` and `separators`.
112 Special value for `precision` and `separators`.
434 separators = DYNAMIC;
439 separators = parse!int(tmp);
445 separators = 3;
604 if (separators != FormatSpec!Char.UNSPECIFIED)
605 formatValue(w, separators, f);
782 assert(f.separators == 3)
    [all...]
write.d 285 separators, enclosed by `'['` and `']'` when used with `%s`. It's
593 if (spec.separators == spec.DYNAMIC)
595 auto separators = getNthInt!"separator digit width"(currentArg, args);
596 spec.separators = separators;
1236 && f.separators != f.DYNAMIC && !f.dynamicSeparatorChar,
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Path.cpp 47 inline const char *separators(Style style) { function in namespace:__anon2217
80 size_t end = path.find_first_of(separators(style), 2);
89 size_t end = path.find_first_of(separators(style));
99 size_t pos = str.find_last_of(separators(style), str.size() - 1);
124 return str.find_first_of(separators(style), 2);
143 // Skip separators until we reach root dir (or the start of the string).
252 // Both POSIX and Windows treat paths that begin with exactly two separators
257 // Handle separators.
267 // Skip extra separators.
281 size_t end_pos = Path.find_first_of(separators(S), Position)
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-to-separator.mk 97 # The :ts modifier also applies to word separators that are added
109 # newly added spaces are treated as word separators, resulting in 3 words.
Makefile 533 ${:D Job separators on their own line are ok. } \
  /src/sbin/init/
init.c 1054 static const char separators[] = " \t"; local
1059 if ((argv[argc++] = strtok(command, separators)) == 0) {
1063 while ((argv[argc++] = strtok(NULL, separators)) != NULL)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 238 $(REG_ROW m, Multi-line mode, match ^, $ on start and end line separators
1607 //No more separators, work is done here
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 4339 \sepspaces % Make spaces be word-separators rather than space tokens.
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 3758 \sepspaces % Make spaces be word-separators rather than space tokens.
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 5004 \sepspaces % Make spaces be word-separators rather than space tokens.
  /src/external/gpl2/grep/dist/doc/
texinfo.tex 4213 \sepspaces % Make spaces be word-separators rather than space tokens.
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 4884 \sepspaces % Make spaces be word-separators rather than space tokens.
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 4884 \sepspaces % Make spaces be word-separators rather than space tokens.
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 5433 % For texindex which always views { and } as separators.
7279 \sepspaces % Make spaces be word-separators rather than space tokens.
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 5433 % For texindex which always views { and } as separators.
7279 \sepspaces % Make spaces be word-separators rather than space tokens.
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 6406 \sepspaces % Make spaces be word-separators rather than space tokens.
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 6406 \sepspaces % Make spaces be word-separators rather than space tokens.
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 6088 \sepspaces % Make spaces be word-separators rather than space tokens.
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 6364 \sepspaces % Make spaces be word-separators rather than space tokens.
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 6084 \sepspaces % Make spaces be word-separators rather than space tokens.

Completed in 126 milliseconds

1 2