Searched refs:cmdlen (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libvterm/src/
H A Dstate.c1293 static int on_osc(const char *command, size_t cmdlen, void *user) argument
1297 if(cmdlen < 2)
1301 settermprop_string(state, VTERM_PROP_ICONNAME, command + 2, cmdlen - 2);
1302 settermprop_string(state, VTERM_PROP_TITLE, command + 2, cmdlen - 2);
1306 settermprop_string(state, VTERM_PROP_ICONNAME, command + 2, cmdlen - 2);
1310 settermprop_string(state, VTERM_PROP_TITLE, command + 2, cmdlen - 2);
1317 static void request_status_string(VTermState *state, const char *command, size_t cmdlen) argument
1319 if(cmdlen == 1)
1329 if(cmdlen == 2) {
1348 vterm_push_output_sprintf_ctrl(state->vt, C1_DCS, "0$r%.s", (int)cmdlen, comman
1351 on_dcs(const char *command, size_t cmdlen, void *user) argument
[all...]
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dstate.c1293 static int on_osc(const char *command, size_t cmdlen, void *user) argument
1297 if(cmdlen < 2)
1301 settermprop_string(state, VTERM_PROP_ICONNAME, command + 2, cmdlen - 2);
1302 settermprop_string(state, VTERM_PROP_TITLE, command + 2, cmdlen - 2);
1306 settermprop_string(state, VTERM_PROP_ICONNAME, command + 2, cmdlen - 2);
1310 settermprop_string(state, VTERM_PROP_TITLE, command + 2, cmdlen - 2);
1317 static void request_status_string(VTermState *state, const char *command, size_t cmdlen) argument
1319 if(cmdlen == 1)
1329 if(cmdlen == 2) {
1348 vterm_push_output_sprintf_ctrl(state->vt, C1_DCS, "0$r%.s", (int)cmdlen, comman
1351 on_dcs(const char *command, size_t cmdlen, void *user) argument
[all...]
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h73 int (*osc)(const char *command, size_t cmdlen, void *user);
74 int (*dcs)(const char *command, size_t cmdlen, void *user);
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h73 int (*osc)(const char *command, size_t cmdlen, void *user);
74 int (*dcs)(const char *command, size_t cmdlen, void *user);

Completed in 40 milliseconds