HomeSort by: relevance | last modified time | path
    Searched refs:ispipe (Results 1 - 6 of 6) sorted by relevancy

  /src/distrib/utils/more/
ch.c 139 if (ispipe)
148 if (ispipe && buf_tail->block != (long)(-1))
156 if (ispipe) {
180 if (ispipe)
216 if (ispipe)
272 if (!ispipe || pos == last_piped_pos || buffered(new_block)) {
289 if (!ispipe)
338 if (ispipe)
375 if (ch_block <= 0 || (ispipe && !buffered(ch_block-1))) {
main.c 63 int ispipe; variable in typeref:typename:int
157 ispipe = (f == 0);
158 if (ispipe) {
command.c 183 if (!ispipe) {
197 if (!ispipe && (len = ch_length())) {
218 else if (!ispipe &&
431 if (!ispipe) {
517 if (ispipe) {
extern.h 175 extern int ispipe;
  /src/share/misc/
nanpa.awk 47 function parse(file, ispipe, isplanning, i, planinit, t)
50 while((ispipe?(file | getline):(getline < file)) > 0) {
  /src/usr.bin/mail/
names.c 254 int ispipe; local in function:outof
269 ispipe = np->n_name[0] == '|';
270 if (ispipe)
333 if (ispipe) {

Completed in 14 milliseconds