Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dtags.c29 enum tag_result { enum
49 static enum tag_result findctag(char *tag);
50 static enum tag_result findgtag(char *tag, int type);
171 enum tag_result result; in findtag()
255 static enum tag_result findctag(char *tag) in findctag()
486 static enum tag_result findgtag(char *tag, int type) in findgtag()