Home
last modified time | relevance | path

Searched refs:is_space (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/contrib/diff/lib/
Dexclude.c51 is_space (unsigned char c) in is_space() function
245 if (is_space (line_end)) in add_exclude_file()
250 else if (! is_space (pattern_end[-1])) in add_exclude_file()
/freebsd-9-stable/contrib/gcclibs/libcpp/
Dtraditional.c1022 while (limit > cur && is_space (limit[-1])) in _cpp_create_trad_definition()
1042 if (is_space (*src) && !quote) in canonicalize_text()
1046 while (len && is_space (*src)); in canonicalize_text()
Dfiles.c1294 if (! is_space (ch)) in read_filename_string()
1297 while ((ch = getc (f)) != EOF && ! is_space (ch)) in read_filename_string()
1341 if (is_space (ch)) in read_name_map()
Dinternal.h480 #define is_space(x) IS_SPACE_OR_NUL(x) macro
/freebsd-9-stable/gnu/usr.bin/grep/
Ddfa.c664 FUNC(is_space, ISSPACE) in FUNC()
689 { ":space:]", is_space },
/freebsd-9-stable/contrib/cvs/lib/
Dregex.c2280 boolean is_space = STREQ (str, "space"); local
2309 || (is_space && ISSPACE (ch))
/freebsd-9-stable/contrib/gcclibs/libiberty/
Dregex.c3262 boolean is_space = STREQ (str, "space"); in PREFIX()
3290 || (is_space && ISSPACE (ch)) in PREFIX()
/freebsd-9-stable/contrib/binutils/libiberty/
Dregex.c3262 boolean is_space = STREQ (str, "space"); in PREFIX()
3290 || (is_space && ISSPACE (ch)) in PREFIX()
/freebsd-9-stable/contrib/diff/
DChangeLog3050 Use Is_space, not is_space, for consistent treatment of white space.
3073 Use Is_space, not is_space, for consistent treatment of white space.
/freebsd-9-stable/contrib/gcc/
DFSFChangeLog.117415 * cexp.y (yylex): Use is_space, not is_hor_space, to find keyword end.
7416 (is_space): New decl.
7418 * cccp.c (is_space): Now external.
DChangeLog-19993909 is_space): New macros for interrogating IStable.
3913 (is_idchar, is_idstart, is_hor_space, is_space,
17654 parse_goto_mark. \r is not in is_hor_space or is_space.
17688 * cppinit.c (is_hor_space, is_space): '\r' is not considered
DChangeLog-20001274 is_space arrays. Delete initialize_char_syntax. Change all
1276 * tradcpp.h: Define is_idchar, is_idstart, is_space, and
26579 is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
27224 is_space): Update for renamed IStable.
/freebsd-9-stable/contrib/binutils/bfd/
DChangeLog-94958383 (som_section_data_struct): Make is_space and is_subspace bitfields.