| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ |
| sim_dict.cpp | 46 if (root.follow != NULL) { 47 Map_Type &map = *(root.follow); 50 delete root.follow; 51 root.follow = NULL; 57 if ((root != NULL) && (root->follow != NULL) && wch != WCH_NULL) { 58 Map_Type::iterator it = root->follow->find(TSIMChar(wch)); 59 if (it != root->follow->end()) 136 if (ps->follow == NULL) { 137 ps->follow = new Map_Type(); 139 Map_Type & map = *(ps->follow); [all...] |
| sim_dict.h | 52 std::map<TSIMChar, TState>* follow; member in struct:CSIMDict::TState 53 TState(TSIMWordId wid=SIM_ID_NOT_WORD) : word_id(wid), follow(NULL) { }
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/ |
| sim_dict.cpp | 46 if (root.follow != NULL) { 47 Map_Type &map = *(root.follow); 50 delete root.follow; 51 root.follow = NULL; 57 if ((root != NULL) && (root->follow != NULL) && wch != WCH_NULL) { 58 Map_Type::iterator it = root->follow->find(TSIMChar(wch)); 59 if (it != root->follow->end()) 136 if (ps->follow == NULL) { 137 ps->follow = new Map_Type(); 139 Map_Type & map = *(ps->follow); [all...] |
| sim_dict.h | 52 std::map<TSIMChar, TState>* follow; member in struct:CSIMDict::TState 53 TState(TSIMWordId wid=SIM_ID_NOT_WORD) : word_id(wid), follow(NULL) { }
|
| /nv-g11n/g11n/src/cmd/fsexam/src/ |
| fsexam-pref.h | 36 #define FOLLOWMODE "/apps/fsexam/follow" 54 gboolean follow; member in struct:_FSEXAM_pref
|
| fsexam-pref.c | 85 pref->follow = FALSE; 112 pref->follow = gconf_client_get_bool (gconf_client, 274 gconf_client_set_bool (client, FOLLOWMODE, pref->follow, NULL);
|
| fsexam-setting.c | 159 g_print ("\t\tfollow = %s\n", setting->pref->follow ? "TRUE" : "False");
|
| fsexam-tree.c | 169 * called only when !follow && !no_check_symlink_content 471 /* Here we only handle 'follow', 'no_check...' is delayed to caller */ 472 if (setting->pref->follow) { 490 if ((! setting->pref->follow 645 if (setting->pref->follow) { 785 if (! setting->pref->follow && ! setting->pref->no_check_symlink_content) { 831 if (!setting->pref->follow && !setting->pref->no_check_symlink_content) {
|
| fsexam-preference-dialog.c | 236 w = g_object_get_data (G_OBJECT (dialog), "follow"); 237 pref->follow = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (w)); 599 g_object_set_data (G_OBJECT (dialog), "follow", w); 688 w = g_object_get_data (G_OBJECT (dialog), "follow"); 689 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (w), pref->follow);
|
| fsexam-convcontent.c | 179 * Restore single one file. Won't care about follow or recursive 222 * Won't care follow or recursive 386 if (setting->pref->follow
|
| fsexam.c | 120 {"follow", no_argument, NULL, 'w'}, 314 pref->follow = TRUE; 715 printf (_(" -w, --follow Follow symbolic link\n"));
|
| fsexam-convname.c | 755 /* follow has been handled during tree construction */ 763 && (!setting->pref->follow) [all...] |