Searched refs:follow (Results 1 - 8 of 8) sorted by relevance

/haiku/src/bin/
H A Dffm.cpp17 bool follow; local
21 follow = true;
23 follow = false;
25 follow = true;
28 set_focus_follows_mouse(follow);
/haiku/headers/private/netservices/
H A DHttpRequest.h36 void SetFollowLocation(bool follow);
/haiku/headers/os/interface/
H A DInterfaceDefs.h465 void set_focus_follows_mouse(bool follow);
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp168 BHttpRequest::SetFollowLocation(bool follow) argument
170 fOptFollowLocation = follow;
/haiku/src/libs/bsd/
H A Dfts.c359 * pointer, follow fails.
941 fts_stat(FTS *sp, FTSENT *p, int follow, int dfd) argument
974 if (ISSET(FTS_LOGICAL) || follow) {
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1077 set_focus_follows_mouse(bool follow) argument
1080 set_mouse_mode(follow ? B_FOCUS_FOLLOWS_MOUSE : B_NORMAL_MOUSE);
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex165 their general layout, it follow subsections discussing the major parts.
448 The relevant structures follow:
464 Is the first resource info of the block. More infos may follow.
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp52 partition_data** follow, off_t* prec_offset, off_t* prec_size,

Completed in 133 milliseconds