Home
last modified time | relevance | path

Searched refs:scanpast (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/tools/cscope-fast/
H A Dfind.c107 (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 …]
H A Dglobal.h254 char *scanpast(int c);
H A Dmain.c1098 (void) scanpast('\t'); /* skip the header */ in build()
1304 } while (scanpast('\t') != NULL); in getoldfile()