Lines Matching refs:start
48 * values (and don't start at 0 in count)
151 char *start, curarg[MAX_PROMPT_NESTING_LEVELS] = "";
157 start = buf[0];
166 strcpy(start, type);
167 start += strlen(type);
176 strcpy(start, name);
177 start += strlen(name);
182 strcpy(start, label);
183 start += strlen(label);
193 strcpy(start, defval);
194 start += strlen(defval);
210 start = buf[plevel];
217 *start = 0; /* Null terminate current string */
221 start = buf[plevel] + strlen(buf[plevel]);
225 strcpy(start, buf[plevel + 1]);
226 start += strlen(buf[plevel + 1]);
237 *start++ = *cprompt;
241 *start = 0; /* Null terminate the string */