Searched refs:pending (Results 1 – 6 of 6) sorted by relevance
151 size_t pending = 0; in unexpand() local184 if (pending) in unexpand()197 pending_blank[pending++] = c; in unexpand()208 pending = one_blank_before_tab_stop; in unexpand()226 if (pending) in unexpand()228 if (pending > 1 && one_blank_before_tab_stop) in unexpand()230 if (fwrite (pending_blank, 1, pending, stdout) != pending) in unexpand()232 pending = 0; in unexpand()
1010 off_t *pending = (fd == STDIN_FILENO ? &i_pending : &o_pending); in cache_round() local1015 if (ckd_add (&c_pending, *pending, len)) in cache_round()1017 *pending = c_pending % IO_BUFSIZE; in cache_round()1018 if (c_pending > *pending) in cache_round()1019 len = c_pending - *pending; in cache_round()1024 len = *pending; in cache_round()1046 off_t pending = len ? cache_round (fd, 0) : 0; in invalidate_cache() local1067 output_offset += clen + pending; in invalidate_cache()1077 pending = clen; in invalidate_cache()1086 offset = offset - clen - pending; in invalidate_cache()
371 struct pending struct379 struct pending *next; argument382 static struct pending *pending_dirs;1451 free_pending_ent (struct pending *p) in free_pending_ent()1656 struct pending *thispend; in main()2977 struct pending *new = xmalloc (sizeof *new); in queue_directory()
118 you have pending (uncommitted) changes. Sometimes it works,
1399 for transmission of pending output before application of settings.
15768 Apply settings after first waiting for pending output to be transmitted.