Home | History | Annotate | Download | only in makewhatis

Lines Matching defs:more

339 	 * whatisdb_new exists and is more than (arbitrarily) sixteen
350 * would require an unexplained sixteen-hour-or-more lag
962 size_t more;
980 more = strlen(ptr);
981 if ((more > 1) && (ptr[more - 1] == ',') &&
982 ISSPACE(ptr[more - 2])) {
983 ptr[--more] = '\0';
984 ptr[more - 1] = ',';
987 (void) memmove(&buffer[length], ptr, more + 1);
988 length += more;
999 int more;
1020 more = strlen(ptr) + 1;
1021 offset += more;
1051 int more;
1079 more = strlen(ptr);
1080 if ((more > 1) && (ptr[more - 1] == ',') &&
1081 ISSPACE(ptr[more - 2])) {
1082 ptr[more - 1] = '\0';
1083 ptr[more - 2] = ',';
1085 else more++;
1086 offset += more;