Lines Matching refs:split
49 char *copy, *split, *name, *what; in cmd_refresh_client_update_subscription() local
54 if ((split = strchr(copy, ':')) == NULL) { in cmd_refresh_client_update_subscription()
58 *split++ = '\0'; in cmd_refresh_client_update_subscription()
60 what = split; in cmd_refresh_client_update_subscription()
61 if ((split = strchr(what, ':')) == NULL) in cmd_refresh_client_update_subscription()
63 *split++ = '\0'; in cmd_refresh_client_update_subscription()
75 control_add_sub(tc, name, subtype, subid, split); in cmd_refresh_client_update_subscription()
137 char *copy, *split; in cmd_refresh_client_update_offset() local
143 if ((split = strchr(copy, ':')) == NULL) in cmd_refresh_client_update_offset()
145 *split++ = '\0'; in cmd_refresh_client_update_offset()
153 if (strcmp(split, "on") == 0) in cmd_refresh_client_update_offset()
155 else if (strcmp(split, "off") == 0) in cmd_refresh_client_update_offset()
157 else if (strcmp(split, "continue") == 0) in cmd_refresh_client_update_offset()
159 else if (strcmp(split, "pause") == 0) in cmd_refresh_client_update_offset()
203 char *copy, *split; in cmd_refresh_report() local
208 if ((split = strchr(copy, ':')) == NULL) in cmd_refresh_report()
210 *split++ = '\0'; in cmd_refresh_report()
218 tty_keys_colours(tty, split, strlen(split), &size, &wp->control_fg, in cmd_refresh_report()