Home
last modified time | relevance | path

Searched refs:find_pos (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dtexindex.c114 char *find_pos (char *str, int words, int chars, int ignore_blanks);
485 fun = find_pos; in find_field()
516 find_pos (char *str, int words, int chars, int ignore_blanks) in find_pos() function
/netbsd-src/external/bsd/less/dist/
H A Djump.c100 pos = find_pos(linenum); in jump_back()
H A Dlinenum.c374 public POSITION find_pos(LINENUM linenum) in find_pos() function
H A Dtags.c680 return (find_pos(curtag->tag_linenum)); in gtagsearch()
H A Dfuncs.h233 public POSITION find_pos(LINENUM linenum);
H A Dsearch.c1199 pos = find_pos(linenum); in search_range()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dversion.c.lt231 v116 7/31/89 Added find_pos to optimize g command.