gen_input_radio   155 htags/common.h const char *gen_input_radio(const char *, const char *, int, const char *);
gen_input_radio   734 htags/htags.c  	strbuf_puts(sb, gen_input_radio("type", "definition", 1, "Retrieve the definition place of the specified symbol."));
gen_input_radio   736 htags/htags.c  	strbuf_puts(sb, gen_input_radio("type", "reference", 0, "Retrieve the reference place of the specified symbol."));
gen_input_radio   738 htags/htags.c  	strbuf_puts(sb, gen_input_radio("type", "symbol", 0, "Retrieve the place of the specified symbol is used."));
gen_input_radio   740 htags/htags.c  	strbuf_puts(sb, gen_input_radio("type", "path", 0, "Look for path name which matches to the specified pattern."));
gen_input_radio   743 htags/htags.c  		strbuf_puts(sb, gen_input_radio("type", "grep", 0, "Retrieve lines which matches to the specified pattern."));
gen_input_radio   747 htags/htags.c  		strbuf_puts(sb, gen_input_radio("type", "idutils", 0, "Retrieve lines which matches to the specified pattern using idutils(1)."));