HomeSort by: relevance | last modified time | path
    Searched refs:args_string_percentage (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tmux/dist/
layout-set.c 214 mainh = args_string_percentage(s, 0, sy, sy, &cause);
229 otherh = args_string_percentage(s, 0, sy, sy, &cause);
312 mainh = args_string_percentage(s, 0, sy, sy, &cause);
327 otherh = args_string_percentage(s, 0, sy, sy, &cause);
410 mainw = args_string_percentage(s, 0, sx, sx, &cause);
425 otherw = args_string_percentage(s, 0, sx, sx, &cause);
508 mainw = args_string_percentage(s, 0, sx, sx, &cause);
523 otherw = args_string_percentage(s, 0, sx, sx, &cause);
arguments.c 980 return (args_string_percentage(value, minval, maxval, curval, cause));
985 args_string_percentage(const char *value, long long minval, long long maxval, function
tmux.h 2665 long long args_string_percentage(const char *, long long, long long,

Completed in 41 milliseconds