Home
last modified time | relevance | path

Searched refs:WHITESPACE (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dgrid-reader.c211 if (!grid_reader_in_set(gr, WHITESPACE)) { in grid_reader_cursor_next_word()
217 !grid_reader_in_set(gr, WHITESPACE)); in grid_reader_cursor_next_word()
223 grid_reader_in_set(gr, WHITESPACE))); in grid_reader_cursor_next_word()
227 (width = grid_reader_in_set(gr, WHITESPACE))) in grid_reader_cursor_next_word()
256 if (grid_reader_in_set(gr, WHITESPACE)) in grid_reader_cursor_next_word_end()
263 !grid_reader_in_set(gr, WHITESPACE)); in grid_reader_cursor_next_word_end()
269 !(grid_reader_in_set(gr, WHITESPACE) || in grid_reader_cursor_next_word_end()
284 if (already || grid_reader_in_set(gr, WHITESPACE)) { in grid_reader_cursor_previous_word()
288 if (!grid_reader_in_set(gr, WHITESPACE)) { in grid_reader_cursor_previous_word()
304 WHITESPACE); in grid_reader_cursor_previous_word()
[all …]
Dwindow-copy.c2189 !window_copy_in_set(wme, nextx, nexty, WHITESPACE)) in window_copy_cmd_select_word()
4517 !window_copy_in_set(wme, xx + 1, yy, WHITESPACE)) { in window_copy_synchronize_cursor_end()
5472 if (!grid_reader_in_set(&gr, WHITESPACE)) in window_copy_cursor_next_word_end_pos()
5502 if (!grid_reader_in_set(&gr, WHITESPACE)) in window_copy_cursor_next_word_end()
Dtmux.h612 #define WHITESPACE "\t " macro
/openbsd/src/sbin/fdisk/
Duser.c198 cmd = strsep(arg, WHITESPACE); in ask_cmd()
201 *arg += strspn(*arg, WHITESPACE); in ask_cmd()
Dmisc.h29 #define WHITESPACE " \f\n\r\t\v" macro
Dcmd.c97 from = strsep(&to, WHITESPACE); in Xswap()
184 flagstr += strspn(flagstr, WHITESPACE); in parseflag()
503 part = strsep(&flag, WHITESPACE); in Xflag()
Dmisc.c88 n = strlcpy(buf, line + strspn(line, WHITESPACE), buflen); in string_from_line()
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/
Dsequence.tml92 # THESE LINES HAVE INTENTIONAL TRAILING WHITESPACE
/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
Dlex.l88 NOT_RETURN (WHITESPACE);
Dparse.y127 %token WHITESPACE
/openbsd/src/gnu/gcc/gcc/treelang/
Dlex.l88 NOT_RETURN (WHITESPACE);
Dparse.y132 %token WHITESPACE
/openbsd/src/usr.bin/ssh/
Dmisc.c396 #define WHITESPACE " \t\r\n" macro
412 split_equals ? WHITESPACE QUOTE "=" : WHITESPACE QUOTE); in strdelim_internal()
423 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
434 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
436 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
Dreadconf.c1067 #define WHITESPACE " \t\r\n" macro
1103 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_config_line_depth()
1122 str += strspn(str, WHITESPACE); in process_config_line_depth()
1474 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
1486 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
2426 len = strspn(str, WHITESPACE); in process_config_line_depth()
Dsftp.c98 #define WHITESPACE " \t\r\n" macro
1328 cp = cp + strspn(cp, WHITESPACE); in parse_args()
1346 cp = cp + strspn(cp, WHITESPACE); in parse_args()
1470 cp = cp + strlen(cmd) + strspn(cp, WHITESPACE); in parse_args()
Dservconf.c1187 #define WHITESPACE " \t\r\n" macro
1271 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_server_config_line_depth()
2384 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
2448 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
2469 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
/openbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dbfd.texinfo7 % NOTE LOCAL KLUGE TO AVOID TOO MUCH WHITESPACE
/openbsd/src/usr.bin/lex/
DChangeLog6416 * yylex.c: No more WHITESPACE token
6428 * parse.y: removed crufty WHITESPACE token, some uses of '\n' token