Searched refs:comment_length (Results 1 – 4 of 4) sorted by relevance
420 unsigned int comment_length = 0; in main() local458 comment_length = (unsigned int) strlen(comment_arg); in main()459 if (comment_length > 0 && comment_arg[comment_length-1] == '"') { in main()460 comment_arg[comment_length-1] = '\0'; /* zap terminating quote */ in main()469 comment_length = (unsigned int) strlen(comment_arg); in main()544 comment_length = 0; in main()547 if (comment_length >= (unsigned int) MAX_COM_LENGTH) { in main()552 comment_arg[comment_length++] = (char) c; in main()566 if (comment_length > 0) { in main()568 write_2_bytes(comment_length + 2); in main()[all …]
11 def __init__(self, indent_size=2, comment_length=80): argument15 self._comment_length = comment_length