Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libpp/common/
H A Dppline.c47 else if (file != pp.lastfile) in ppline()
51 …type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firs… in ppline()
52 pp.lastfile = file; in ppline()
H A Dpplib.h253 char* lastfile; /* ppline() most recent file */ \
/titanic_44/usr/src/cmd/lp/lib/requests/
H A Danyrequests.c59 long lastfile = -1; in anyrequests() local
67 if (next_file(subdir, &lastfile)) { in anyrequests()
/titanic_44/usr/src/uts/common/io/drm/
H A Dqueue.h107 char * lastfile; member
118 (head)->trace.prevfile = (head)->trace.lastfile; \
120 (head)->trace.lastfile = __FILE__; \
125 (elem)->trace.prevfile = (elem)->trace.lastfile; \
127 (elem)->trace.lastfile = __FILE__; \
/titanic_44/usr/src/tools/cscope-fast/
H A Dmain.c960 int lastfile; /* last source file in pass */ in build() local
1130 lastfile = nsrcfiles; in build()
1137 for (fileindex = firstfile; fileindex < lastfile; ++fileindex) { in build()
1188 if (lastfile == nsrcfiles) { in build()
1191 firstfile = lastfile; in build()
1192 lastfile = nsrcfiles; in build()
1199 (unsigned)(lastfile - firstfile), sizeof (char *), compare); in build()