Home | History | Annotate | Download | only in src

Lines Matching defs:baselen

3051         int baselen = (int)(opbra - op->long_name);
3056 sprintf(buff1, "%.*s", baselen, op->long_name);
3057 sprintf(buff2, "%s%.*s", buff1, fulllen - baselen - 2, opbra + 1);