Searched refs:add_keyword (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/chkconfig/
H A Dchkconfig.sh113 add_keyword() function
147 add_keyword ${_name}
161 add_keyword ${_name}
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-report/
H A Dreader.cpp100 add_keyword("tps-count", tps_count_type);
101 add_keyword("tp-start", tp_start_type);
102 add_keyword("tp-end", tp_end_type);
103 add_keyword("tc-start", tc_start_type);
104 add_keyword("tc-so", tc_so_type);
105 add_keyword("tc-se", tc_se_type);
106 add_keyword("tc-end", tc_end_type);
107 add_keyword("passed", passed_type);
108 add_keyword("failed", failed_type);
109 add_keyword("skippe
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-report/
H A Dreader.cpp94 add_keyword("tps-count", tps_count_type);
95 add_keyword("tp-start", tp_start_type);
96 add_keyword("tp-end", tp_end_type);
97 add_keyword("tc-start", tc_start_type);
98 add_keyword("tc-so", tc_so_type);
99 add_keyword("tc-se", tc_se_type);
100 add_keyword("tc-end", tc_end_type);
101 add_keyword("passed", passed_type);
102 add_keyword("failed", failed_type);
103 add_keyword("skippe
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Datffile.cpp72 add_keyword("conf", conf_type);
73 add_keyword("prop", prop_type);
74 add_keyword("tp", tp_type);
75 add_keyword("tp-glob", tp_glob_type);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Datffile.cpp70 add_keyword("conf", conf_type);
71 add_keyword("prop", prop_type);
72 add_keyword("tp", tp_type);
73 add_keyword("tp-glob", tp_glob_type);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dx-c.c108 add_keyword (const char *name, hash_table *keywords) function
140 add_keyword (name, &c_keywords);
146 add_keyword (name, &objc_keywords);
/netbsd-6-1-5-RELEASE/sbin/rcorder/
H A Drcorder.c159 void add_keyword(filenode *, char *);
382 add_keyword(filenode *fnode, char *s) function
473 parse_line(node, buf + keyword_flag, add_keyword);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dparser.hpp160 void add_keyword(const std::string&, const token_type&);
202 tokenizer< IS >::add_keyword(const std::string& keyword, function in class:atf::parser::tokenizer
H A Dparser_test.cpp183 add_keyword("var", var_type);
184 add_keyword("loop", loop_type);
185 add_keyword("endloop", endloop_type);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dparser.hpp160 void add_keyword(const std::string&, const token_type&);
202 tokenizer< IS >::add_keyword(const std::string& keyword, function in class:atf::parser::tokenizer
H A Dparser_test.cpp183 add_keyword("var", var_type);
184 add_keyword("loop", loop_type);
185 add_keyword("endloop", endloop_type);

Completed in 139 milliseconds