Lines Matching refs:suffix
73 * suffix const char * An optional suffix string to draw at the end
75 * where necessary to ensure that the suffix ends
77 * no suffix is desired, specify NULL.
79 * and filling up to the suffix.
102 const char *prefix, const char *suffix, int fill_char,
139 * Get the length of the suffix string.
141 suffix_len = suffix ? strlen(suffix) : 0;
219 * If a suffix has been provided, pad out the end of the line with spaces
220 * such that the suffix will end in the right-most terminal column.
227 if(write_fn(data, suffix, suffix_len) != suffix_len)