Searched refs:iCurrLen (Results 1 – 1 of 1) sorted by relevance
1085 int iCurrLen = 0; in winLogCommandLine() local1094 for (i = 0, iCurrLen = 0; i < argc; ++i) in winLogCommandLine()1098 && iCurrLen + strlen(argv[i]) > CHARS_PER_LINE) in winLogCommandLine()1100 iCurrLen = 0; in winLogCommandLine()1108 iCurrLen += strlen(argv[i]); in winLogCommandLine()1121 for (i = 0, iCurrLen = 0; i < argc; ++i) { in winLogCommandLine()1124 && iCurrLen + strlen(argv[i]) > CHARS_PER_LINE) in winLogCommandLine()1126 iCurrLen = 0; in winLogCommandLine()1136 iCurrLen += strlen(argv[i]); in winLogCommandLine()