Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c68 static POSTING *getposting(void);
97 while ((p = getposting()) != NULL) { in findsymbol()
260 while ((p = getposting()) != NULL) { in finddef()
400 while ((p = getposting()) != NULL) { in findcalledby()
489 while ((p = getposting()) != NULL) { in findcalling()
565 while ((p = getposting()) != NULL) { in findassignments()
705 while ((p = getposting()) != NULL) { in findinclude()
1017 getposting(void) in getposting() function