Searched refs:ljust (Results 1 – 3 of 3) sorted by relevance
150 def ljust(size, indent=4): function170 newstr = what.ljust(size)172 return what + "\n" + "".ljust(indent + size)218 return what + "\n".ljust(col)220 return what.ljust(wut - current_col)
53 ${path_name(i) + '.start' | csym,ljust(30)} = ${path_name(i) | csym,pad(64)} << 16,68 ${entry.name | csym,ljust(30)} = ${path_name(find_parent_section(entry)) | csym}_START,
52 { ${'"%s",' %(entry.name_short) | pad(40)} ${entry.type | ctype_enum,ljust(11)} },