Home
last modified time | relevance | path

Searched refs:percent_pos (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Djump.c155 pos = percent_pos(len, percent, fraction); in jump_percent()
H A Dos.c428 public POSITION percent_pos(POSITION pos, int percent, long fraction) in percent_pos() function
H A Dfuncs.h305 public POSITION percent_pos(POSITION pos, int percent, long fraction);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2282 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo() local
2283 if (percent_pos < paren_pos) { in ExtractVariableInfo()
2284 if (percent_pos > 0) { in ExtractVariableInfo()
2285 if (percent_pos > 1) in ExtractVariableInfo()
2286 variable_name = format_str.substr(0, percent_pos); in ExtractVariableInfo()
2288 format_str.substr(percent_pos + 1, paren_pos - (percent_pos + 1)); in ExtractVariableInfo()