Searched refs:percent_pos (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/less/
H A Dfuncs.h276 public POSITION percent_pos LESSPARAMS ((POSITION pos, int percent, long fraction));
H A Djump.c158 pos = percent_pos(len, percent, fraction);
H A Dos.c337 percent_pos(pos, percent, fraction) function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2315 const size_t percent_pos = format_str.find('%'); local
2316 if (percent_pos < paren_pos) {
2317 if (percent_pos > 0) {
2318 if (percent_pos > 1)
2319 variable_name = format_str.substr(0, percent_pos);
2321 format_str.substr(percent_pos + 1, paren_pos - (percent_pos + 1));

Completed in 124 milliseconds