Home
last modified time | relevance | path

Searched refs:cursor_user (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/whowatch/whowatch-1.8.6/src/
H A Dulist.c120 struct user_t *cursor_user(int line) in cursor_user() function
220 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()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/user/class/
H A Duser.class.php3312 $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];
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/user/class/
H A Duser.class.php3254 $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];
/dports/graphics/aloadimage/arcan-0.6.1/src/wayland/
H A Dwaybridge.c964 void* cursor_user = bcl->acursor.user; in rebuild_client() local
985 bcl->acursor.user = cursor_user; in rebuild_client()
/dports/sysutils/acfgfs/arcan-0.6.1/src/wayland/
H A Dwaybridge.c964 void* cursor_user = bcl->acursor.user; in rebuild_client() local
985 bcl->acursor.user = cursor_user; in rebuild_client()
/dports/x11/aclip/arcan-0.6.1/src/wayland/
H A Dwaybridge.c964 void* cursor_user = bcl->acursor.user; in rebuild_client() local
985 bcl->acursor.user = cursor_user; in rebuild_client()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/wayland/
H A Dwaybridge.c964 void* cursor_user = bcl->acursor.user; in rebuild_client() local
985 bcl->acursor.user = cursor_user; in rebuild_client()
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A Dedje_entry.c33 Evas_Textblock_Cursor *cursor_user, *cursor_user_extra; member
3143 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()