Home
last modified time | relevance | path

Searched refs:boldlength (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/tools/codereview/
H A Dlwlp.c183 static int boldlength, itlclength, bitclength, graylength; variable
315 boldlength = strlen(optarg); in main()
316 boldstring = malloc((size_t)(boldlength + 1)); in main()
1168 } else if (boldlength && in proc()
1169 strncmp(in, boldstring, boldlength) == 0) { in proc()
1171 in += boldlength; in proc()