Searched refs:PVC_VISIBLE_CHARS (Results 1 – 2 of 2) sorted by relevance
130 if (len > PVC_VISIBLE_CHARS) in pvc_write_string_centered()133 addr = (PVC_VISIBLE_CHARS - strlen(str))/2; in pvc_write_string_centered()143 if (len > PVC_VISIBLE_CHARS) in pvc_dump_string()144 pvc_write_string(&str[PVC_VISIBLE_CHARS], 0, 1); in pvc_dump_string()
22 #define PVC_VISIBLE_CHARS 16 macro