Lines Matching defs:cause
198 char *cause;
214 mainh = args_string_percentage(s, 0, sy, sy, &cause);
215 if (cause != NULL) {
217 free(cause);
229 otherh = args_string_percentage(s, 0, sy, sy, &cause);
230 if (cause != NULL || otherh == 0) {
232 free(cause);
296 char *cause;
312 mainh = args_string_percentage(s, 0, sy, sy, &cause);
313 if (cause != NULL) {
315 free(cause);
327 otherh = args_string_percentage(s, 0, sy, sy, &cause);
328 if (cause != NULL || otherh == 0) {
330 free(cause);
394 char *cause;
410 mainw = args_string_percentage(s, 0, sx, sx, &cause);
411 if (cause != NULL) {
413 free(cause);
425 otherw = args_string_percentage(s, 0, sx, sx, &cause);
426 if (cause != NULL || otherw == 0) {
428 free(cause);
492 char *cause;
508 mainw = args_string_percentage(s, 0, sx, sx, &cause);
509 if (cause != NULL) {
511 free(cause);
523 otherw = args_string_percentage(s, 0, sx, sx, &cause);
524 if (cause != NULL || otherw == 0) {
526 free(cause);