Searched refs:cursor_user (Results 1 – 8 of 8) sorted by relevance
120 struct user_t *cursor_user(int line) in cursor_user() function220 u = cursor_user(self->crsr); in cval()257 u = cursor_user(w->crsr); in umsgh()266 case MWANT_CRSR_VAL: u = cursor_user(w->crsr); in umsgh()303 u = cursor_user(w->crsr); in crsr_send()
3312 $i = 0; $cursor_user = $id_user;3315 …while (!empty($this->parentof[$cursor_user]) && !empty($this->users[$this->parentof[$cursor_user]]…3316 if (in_array($this->parentof[$cursor_user], $useridfound)) {3320 $useridfound[] = $this->parentof[$cursor_user];3321 …$this->users[$id_user]['fullpath'] = '_'.$this->parentof[$cursor_user].$this->users[$id_user]['ful…3322 …$this->users[$id_user]['fullname'] = $this->users[$this->parentof[$cursor_user]]['lastname'].' >> …3323 $i++; $cursor_user = $this->parentof[$cursor_user];
3254 $i = 0; $cursor_user = $id_user;3257 while (!empty($this->parentof[$cursor_user])) {3258 if (in_array($this->parentof[$cursor_user], $useridfound)) {3262 $useridfound[] = $this->parentof[$cursor_user];3263 …$this->users[$id_user]['fullpath'] = '_'.$this->parentof[$cursor_user].$this->users[$id_user]['ful…3264 …$this->users[$id_user]['fullname'] = $this->users[$this->parentof[$cursor_user]]['lastname'].' >> …3265 $i++; $cursor_user = $this->parentof[$cursor_user];
964 void* cursor_user = bcl->acursor.user; in rebuild_client() local985 bcl->acursor.user = cursor_user; in rebuild_client()
33 Evas_Textblock_Cursor *cursor_user, *cursor_user_extra; member3143 if (en->cursor_user) in _edje_entry_real_part_shutdown()3144 evas_textblock_cursor_free(en->cursor_user); in _edje_entry_real_part_shutdown()4069 if (!en->cursor_user) in _cursor_get()4070 en->cursor_user = evas_object_textblock_cursor_new(rp->object); in _cursor_get()4071 return en->cursor_user; in _cursor_get()