gen_input_radio   124 htags/common.h const char *gen_input_radio(const char *, const char *, int, const char *);
gen_input_radio   643 htags/htags.c  	strbuf_puts(sb, gen_input_radio("type", "definition", 1, "Retrieve the definition place of the specified symbol."));
gen_input_radio   645 htags/htags.c  	strbuf_puts(sb, gen_input_radio("type", "reference", 0, "Retrieve the reference place of the specified symbol."));
gen_input_radio   648 htags/htags.c  		strbuf_puts(sb, gen_input_radio("type", "symbol", 0, "Retrieve the place of the specified symbol is used."));
gen_input_radio   651 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   654 htags/htags.c  		strbuf_puts(sb, gen_input_radio("type", "grep", 0, "Retrieve lines which matches to the specified pattern."));
gen_input_radio   658 htags/htags.c  		strbuf_puts(sb, gen_input_radio("type", "idutils", 0, "Retrieve lines which matches to the specified pattern using idutils(1)."));