Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcall.c53 char* last_file; in ppcall() local
251 last_file = error_info.file; in ppcall()
384 if (error_info.file != last_file) in ppcall()
387 last_file = error_info.file; in ppcall()
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c176 static struct file *last_file; in add_file_to_list() local
186 if (last_list == pp && (new = last_file) != 0) { in add_file_to_list()
245 last_file = new; in add_file_to_list()