Home | History | Annotate | Download | only in common_source

Lines Matching defs:current

75 static char	current[MAXPATHLEN]; /* current file being printed */
91 * Display the current state of the queue. Format = 1 if long format.
152 cp = current;
153 ecp = cp + sizeof(current) - 1;
159 i = atoi(current);
170 /* read current file name */
171 cp = current;
172 ecp = cp + sizeof(current) - 1;
283 current[0] = '\0';
315 if (remote || garbage || strcmp(cf, current))