Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dformats.c201 char *tstrp; in loadlgf() local
224 tstrp = lineptr - 1; in loadlgf()
225 while (isdigit(*(++tstrp))); in loadlgf()
226 while (isspace(*(++tstrp))); in loadlgf()
227 while (isdigit(*(++tstrp))); in loadlgf()
228 while (isspace(*(++tstrp))); in loadlgf()
229 while (isdigit(*(++tstrp))); in loadlgf()
230 while (isspace(*(++tstrp))); in loadlgf()
232 if (tstrp != NULL) { /* could be a blank line */ in loadlgf()
243 strptr->data.string = (char *)malloc(1 + strlen(tstrp)); in loadlgf()
[all …]
H A Dfiles.c120 char *tstrp; in ridnewline() local
122 for (tstrp = sptr; *tstrp != '\0' && *tstrp != '\n'; tstrp++); in ridnewline()
123 if (*tstrp == '\n') *tstrp = '\0'; in ridnewline()
124 return tstrp; in ridnewline()