| /src/sbin/chkconfig/ |
| chkconfig.sh | 113 add_keyword() function 147 add_keyword ${_name} 161 add_keyword ${_name}
|
| /src/external/bsd/atf/dist/tools/ |
| reader.cpp | 98 add_keyword("tps-count", tps_count_type); 99 add_keyword("tp-start", tp_start_type); 100 add_keyword("tp-end", tp_end_type); 101 add_keyword("tc-start", tc_start_type); 102 add_keyword("tc-so", tc_so_type); 103 add_keyword("tc-se", tc_se_type); 104 add_keyword("tc-end", tc_end_type); 105 add_keyword("passed", passed_type); 106 add_keyword("failed", failed_type); 107 add_keyword("skipped", skipped_type) [all...] |
| atffile.cpp | 76 add_keyword("conf", conf_type); 77 add_keyword("prop", prop_type); 78 add_keyword("tp", tp_type); 79 add_keyword("tp-glob", tp_glob_type);
|
| parser.hpp | 160 void add_keyword(const std::string&, const token_type&); 202 tokenizer< IS >::add_keyword(const std::string& keyword, function in class:tools::parser::tokenizer
|
| parser_test.cpp | 183 add_keyword("var", var_type); 184 add_keyword("loop", loop_type); 185 add_keyword("endloop", endloop_type);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-c.c | 109 add_keyword (const char *name, hash_table *keywords) function 135 add_keyword (name, &c_keywords); 141 add_keyword (name, &objc_keywords);
|
| /src/sbin/rcorder/ |
| rcorder.c | 159 void add_keyword(filenode *, char *); 381 add_keyword(filenode *fnode, char *s) function 472 parse_line(node, buf + keyword_flag, add_keyword);
|