MCPcopy Create free account

hub / github.com/bakkeby/dwm-flexipatch / functions

Functions589 in github.com/bakkeby/dwm-flexipatch

↓ 1 callersFunctiondump_monitor_focus_change_event
patch/ipc/yajl_dumps.c:272
↓ 1 callersFunctiondump_monitors
patch/ipc/yajl_dumps.c:168
↓ 1 callersFunctiondump_tag
patch/ipc/yajl_dumps.c:5
↓ 1 callersFunctiondump_tag_event
patch/ipc/yajl_dumps.c:218
↓ 1 callersFunctiondump_tags
patch/ipc/yajl_dumps.c:20
↓ 1 callersFunctionenqueue
patch/rotatestack.c:1
↓ 1 callersFunctionenqueuestack
patch/rotatestack.c:12
↓ 1 callersFunctionfake_signal
patch/dwmc.c:51
↓ 1 callersFunctionget_dwm_client
patch/ipc/dwm-msg.c:380
↓ 1 callersFunctionget_dwm_path
* Magically finds the current's executable path * * I'm doing the do{}while(); trick because Linux (what I'm running) is not * POSIX compilant and
patch/selfrestart.c:15
↓ 1 callersFunctionget_layouts
patch/ipc/dwm-msg.c:371
↓ 1 callersFunctionget_luminance
patch/bar_vtcolors.c:48
↓ 1 callersFunctionget_monitors
patch/ipc/dwm-msg.c:354
↓ 1 callersFunctionget_tags
patch/ipc/dwm-msg.c:362
↓ 1 callersFunctionget_vt_colors
patch/bar_vtcolors.c:1
↓ 1 callersFunctiongetclientfields
patch/seamless_restart.c:345
↓ 1 callersFunctiongetclienttags
patch/seamless_restart.c:393
↓ 1 callersFunctiongeticonprop
patch/bar_winicon.c:8
↓ 1 callersFunctiongetmonitorfields
patch/seamless_restart.c:145
↓ 1 callersFunctiongetmonitortags
patch/seamless_restart.c:269
↓ 1 callersFunctiongetparentprocess
patch/swallow.c:178
↓ 1 callersFunctiongetpointerclient
patch/focusfollowmouse.c:1
↓ 1 callersFunctiongetselschemefor
patch/bar_flexwintitle.c:156
↓ 1 callersFunctionhandlexevent
patch/ipc.c:5
↓ 1 callersFunctionhelp
patch/cmdcustomize.c:1
↓ 1 callersFunctionipc_accept_client
patch/ipc/ipc.c:830
↓ 1 callersFunctionipc_cleanup
patch/ipc/ipc.c:784
↓ 1 callersFunctionipc_client_focus_change_event
patch/ipc/ipc.c:1034
↓ 1 callersFunctionipc_client_new
patch/ipc/IPCClient.c:8
↓ 1 callersFunctionipc_create_socket
* Create IPC socket at specified path and return file descriptor to socket. * This initializes the static variable sockaddr. */
patch/ipc/ipc.c:34
↓ 1 callersFunctionipc_event_stoi
* Convert event name to their IPCEvent equivalent enum value * * Returns 0 if a valid event name was given * Returns -1 otherwise */
patch/ipc/ipc.c:461
↓ 1 callersFunctionipc_focused_state_change_event
patch/ipc/ipc.c:1075
↓ 1 callersFunctionipc_focused_title_change_event
patch/ipc/ipc.c:1065
↓ 1 callersFunctionipc_get_dwm_client
* Called when an IPC_TYPE_GET_DWM_CLIENT message is received from a client. It * prepares a JSON reply with the properties of the client with the spe
patch/ipc/ipc.c:696
↓ 1 callersFunctionipc_get_ipc_command
* Find the IPCCommand with the specified name * * Returns 0 if a command with the specified name was found * Returns -1 if a command with the speci
patch/ipc/ipc.c:287
↓ 1 callersFunctionipc_get_layouts
* Called when an IPC_TYPE_GET_LAYOUTS message is received from a client. It * prepares a reply with a JSON array of available layouts */
patch/ipc/ipc.c:676
↓ 1 callersFunctionipc_get_monitors
* Called when an IPC_TYPE_GET_MONITORS message is received from a client. It * prepares a reply with the properties of all of the monitors in JSON.
patch/ipc/ipc.c:647
↓ 1 callersFunctionipc_get_sock_fd
patch/ipc/ipc.c:812
↓ 1 callersFunctionipc_get_tags
* Called when an IPC_TYPE_GET_TAGS message is received from a client. It * prepares a reply with info about all the tags in JSON. */
patch/ipc/ipc.c:661
↓ 1 callersFunctionipc_handle_client_epoll_event
patch/ipc/ipc.c:1142
↓ 1 callersFunctionipc_handle_socket_epoll_event
patch/ipc/ipc.c:1191
↓ 1 callersFunctionipc_init
patch/ipc/ipc.c:758
↓ 1 callersFunctionipc_is_client_registered
patch/ipc/ipc.c:824
↓ 1 callersFunctionipc_layout_change_event
patch/ipc/ipc.c:1044
↓ 1 callersFunctionipc_list_add_client
patch/ipc/IPCClient.c:29
↓ 1 callersFunctionipc_list_get_client
patch/ipc/IPCClient.c:58
↓ 1 callersFunctionipc_list_remove_client
patch/ipc/IPCClient.c:47
↓ 1 callersFunctionipc_monitor_focus_change_event
patch/ipc/ipc.c:1056
↓ 1 callersFunctionipc_parse_get_dwm_client
* Parse an IPC_TYPE_GET_DWM_CLIENT message from a client. This function * extracts the window id from the message. * * Returns 0 if message was suc
patch/ipc/ipc.c:550
↓ 1 callersFunctionipc_parse_run_command
* Parse a IPC_TYPE_RUN_COMMAND message from a client. This function extracts * the arguments, argument count, argument types, and command name and re
patch/ipc/ipc.c:310
↓ 1 callersFunctionipc_parse_subscribe
* Parse a IPC_TYPE_SUBSCRIBE message from a client. This function extracts the * event name and the subscription action from the message. * * Retur
patch/ipc/ipc.c:488
↓ 1 callersFunctionipc_read_client
patch/ipc/ipc.c:894
↓ 1 callersFunctionipc_recv_message
* Internal function used to receive IPC messages from a given file descriptor. * * Returns -1 on error reading (could be EAGAIN or EINTR) * Returns
patch/ipc/ipc.c:93
↓ 1 callersFunctionipc_run_command
* Called when an IPC_TYPE_RUN_COMMAND message is received from a client. This * function parses, executes the given command, and prepares a reply mes
patch/ipc/ipc.c:595
↓ 1 callersFunctionipc_subscribe
* Called when an IPC_TYPE_SUBSCRIBE message is received from a client. It * subscribes/unsubscribes the client from the specified event and replies w
patch/ipc/ipc.c:731
↓ 1 callersFunctionipc_tag_change_event
patch/ipc/ipc.c:1025
↓ 1 callersFunctionipc_validate_run_command
* Check if the given arguments are the correct length and type. Also do any * casting to correct the types. * * Returns 0 if the arguments were the
patch/ipc/ipc.c:431
↓ 1 callersFunctionipc_write_client
patch/ipc/ipc.c:932
↓ 1 callersFunctionipc_write_message
* Internal function used to write a buffer to a file descriptor * * Returns number of bytes written if successful write * Returns 0 if no bytes wer
patch/ipc/ipc.c:189
↓ 1 callersFunctionis_float
patch/ipc/dwm-msg.c:223
↓ 1 callersFunctionis_signed_int
patch/ipc/dwm-msg.c:264
↓ 1 callersFunctionis_unsigned_int
patch/ipc/dwm-msg.c:248
↓ 1 callersFunctionisprotodel
patch/keymodes.c:25
↓ 1 callersFunctionisuniquegeom
dwm.c:2496
↓ 1 callersFunctionkeypress
patch/keymodes.c:41
↓ 1 callersFunctionlayout_floating_master_fixed
patch/layout_flextile-deluxe.c:324
↓ 1 callersFunctionlayout_split_centered_horizontal_fixed
patch/layout_flextile-deluxe.c:286
↓ 1 callersFunctionlayout_split_centered_vertical_fixed
patch/layout_flextile-deluxe.c:246
↓ 1 callersFunctionlayout_split_horizontal_dual_stack_fixed
patch/layout_flextile-deluxe.c:207
↓ 1 callersFunctionlayout_split_horizontal_fixed
patch/layout_flextile-deluxe.c:176
↓ 1 callersFunctionlayout_split_vertical_dual_stack_fixed
patch/layout_flextile-deluxe.c:139
↓ 1 callersFunctionlayout_split_vertical_fixed
patch/layout_flextile-deluxe.c:108
↓ 1 callersFunctionload_xresources
patch/xresources.c:36
↓ 1 callersFunctionminimize
patch/games.c:1
↓ 1 callersFunctionmkdirp
patch/ipc/util.c:67
↓ 1 callersFunctionmonoclesymbols
patch/layout_flextile-deluxe.c:813
↓ 1 callersFunctionmovemouse
dwm.c:2895
↓ 1 callersFunctionnextc
patch/push.c:1
↓ 1 callersFunctionnullterminate
patch/ipc/util.c:124
↓ 1 callersFunctionparentdir
patch/ipc/util.c:39
↓ 1 callersFunctionpersistmonitorstate
patch/seamless_restart.c:1
↓ 1 callersFunctionpertagview
patch/pertag.c:28
↓ 1 callersFunctionplacemouse
patch/placemouse.c:9
↓ 1 callersFunctionprealpha
patch/bar_winicon.c:1
↓ 1 callersFunctionprevc
patch/push.c:11
↓ 1 callersFunctionprevt
patch/push_no_master.c:1
↓ 1 callersFunctionprevtiled
patch/bar_wintitleactions.c:64
↓ 1 callersFunctionprint_usage
patch/ipc/dwm-msg.c:458
↓ 1 callersFunctionrecv_message
patch/ipc/dwm-msg.c:68
↓ 1 callersFunctionremoveswapfocusclient
patch/swapfocus.c:30
↓ 1 callersFunctionresource_load
patch/xresources.c:1
↓ 1 callersFunctionrestoreclientstate
patch/seamless_restart.c:39
↓ 1 callersFunctionrestoremonitorstate
patch/seamless_restart.c:23
↓ 1 callersFunctionrun
dwm.c:3412
↓ 1 callersFunctionrun_command
patch/ipc/dwm-msg.c:308
↓ 1 callersFunctionrunautostart
patch/autostart.c:1
↓ 1 callersFunctionscan
dwm.c:3497
↓ 1 callersFunctionscratchpad_last_showed_is_killed
patch/scratchpad_alt_1.c:14
↓ 1 callersFunctionsetcfact
patch/cfacts.c:1
↓ 1 callersFunctionsetclientfields
patch/seamless_restart.c:295
← previousnext →201–300 of 589, ranked by callers