Searched refs:tpos (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/less/ |
| D | lsystem.c | 155 off_t mpos, tpos, bpos; in pipe_mark() local 165 tpos = position(TOP); in pipe_mark() 166 if (tpos == -1) in pipe_mark() 167 tpos = ch_zero(); in pipe_mark() 171 return (pipe_data(cmd, tpos, bpos)); in pipe_mark() 172 else if (mpos <= tpos) in pipe_mark() 175 return (pipe_data(cmd, tpos, bpos)); in pipe_mark() 177 return (pipe_data(cmd, tpos, mpos)); in pipe_mark()
|
| D | jump.c | 168 off_t tpos; in jump_loc() local 204 tpos = position(TOP); in jump_loc() 206 if (tpos == -1 || pos >= tpos) { in jump_loc() 257 if (pos >= tpos) { in jump_loc() 263 back(nline + 1, tpos, 1, 0); in jump_loc()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common.cpp | 228 char *tpos = (char*)internal_strchr(templ, '*'); in TemplateMatch() local 230 if ((!tpos) || (tpos1 && tpos1 < tpos)) in TemplateMatch() 231 tpos = tpos1; in TemplateMatch() 232 if (tpos) in TemplateMatch() 233 tpos[0] = 0; in TemplateMatch() 237 templ = tpos; in TemplateMatch() 238 if (tpos) in TemplateMatch() 239 tpos[0] = tpos == tpos1 ? '$' : '*'; in TemplateMatch()
|