Searched refs:find_pos (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.bin/less/ |
| D | jump.c | 77 pos = find_pos(linenum); in jump_back()
|
| D | funcs.h | 178 off_t find_pos(off_t);
|
| D | tags.c | 140 return (find_pos(curtag->tag_linenum)); in tagsearch()
|
| D | linenum.c | 362 find_pos(off_t linenum) in find_pos() function
|
| /openbsd/src/usr.bin/make/ |
| D | var.c | 269 static find_t find_pos(int); 825 find_pos(int c) in find_pos() function 850 tstr = VarName_Get(str+2, name, ctxt, false, find_pos(str[1])); in parse_base_variable_name() 1320 p = find_pos(paren)(str); in Var_SubstVar()
|
| /openbsd/src/gnu/usr.bin/texinfo/util/ |
| D | texindex.c | 131 char *find_pos (char *str, int words, int chars, int ignore_blanks); 572 fun = find_pos; in find_field() 603 find_pos (char *str, int words, int chars, int ignore_blanks) in find_pos() function
|