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