Searched refs:scanpast (Results 1 – 3 of 3) sorted by relevance
107 (void) scanpast('\t'); /* find the end of the header */ in findsymbol()285 while (scanpast('\t') != NULL) { in finddef()368 while (scanpast('\t') != NULL) { in findallfcns()407 scanpast('\t') != NULL) { /* skip def */ in findcalledby()415 while (scanpast('\t') != NULL) { in findcalledby()446 while (scanpast('\t') != NULL) { in findcalledbysub()450 while (scanpast('\t') != NULL && in findcalledbysub()502 while (scanpast('\t') != NULL) { in findcalling()582 while (scanpast('\t') != NULL) { in findassignments()715 while (scanpast('\t') != NULL) { in findinclude()[all …]
254 char *scanpast(int c);
1098 (void) scanpast('\t'); /* skip the header */ in build()1304 } while (scanpast('\t') != NULL); in getoldfile()