Searched refs:separators (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gperf/src/
H A Dinput.cc283 int separators = 0; local
290 separator[separators] = p;
291 separator_lineno[separators] = lineno;
292 if (++separators == 2)
305 if (separators == 1)
328 has_declarations = (separators > 0);
362 if (separators > (has_declarations ? 1 : 0))
364 keywords_end = separator[separators-1];
365 _verbatim_code = separator[separators-1] + 2;
367 _verbatim_code_lineno = separator_lineno[separators
[all...]
/freebsd-12-stable/contrib/ntp/libntp/
H A Dsnprintf.c1001 int separators = (flags & PRINT_F_QUOTE); local
1039 if (separators) /* Get the number of group separators we'll print. */
1040 separators = getnumsep(pos);
1042 zpadlen = precision - pos - separators;
1044 - separators /* Number of separators. */
1082 if (separators > 0 && pos > 0 && pos % 3 == 0)
1114 int separators = (flags & PRINT_F_QUOTE); local
1312 if (separators) /* Ge
1398 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) / 3; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp47 inline const char *separators(Style style) { function in namespace:__anon4864
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(
[all...]
/freebsd-12-stable/stand/lua/
H A Ddrawer.lua350 -- This is designed so that everything, including menu separators, may
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc100 // separators, which can be returned from the iterator if the path has a
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex5008 \sepspaces % Make spaces be word-separators rather than space tokens.
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex6406 \sepspaces % Make spaces be word-separators rather than space tokens.

Completed in 266 milliseconds