Searched refs:n3 (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libast/uwin/ |
H A D | support.c | 426 static const n0=3,n1=2,n2=1,n3=0; 428 static const n0=0,n1=1,n2=2,n3=3; 468 t=y; pt[n3]=0; pt[n2]&=0xf800; y1=t;
|
/ast/src/cmd/ksh93/tests/ |
H A D | io.sh | 331 read -n3 a <<! 334 [[ $a == abc ]] || err_exit 'read -n3 here-document not working' 338 (print -n a; sleep 1; print -n bcde) |read -n3 a 339 [[ $a == a ]] || err_exit 'read -n3 from pipe not working' 343 read -u5 -n3 -t3 a || err_exit 'read -n3 from fifo timed out' 348 [[ $got == "$exp" ]] || err_exit "read -n3 from fifo failed -- expected '$exp', got '$got'"
|
H A D | builtins.sh | 429 read -n3 a <<! 433 [[ $a == $exp ]] || err_exit "read -n3 here-document failed -- expected '$exp', got '$a'" 438 #(print -n a;sleep 1; print -n bcde) | read -n3 a 440 #[[ $a == $exp ]] || err_exit "read -n3 from pipe failed -- expected '$exp', got '$a'" 445 # read -u5 -n3 -t2 a || err_exit 'read -n3 from fifo timedout' 449 # [[ $a == $exp ]] || err_exit "read -n3 from fifo failed -- expected '$exp', got '$a'"
|
/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 293 static long n3; local 875 n3 = pp.state; 974 if (n3 & NEWLINE) 1151 n3 = pp.state;
|
Completed in 16 milliseconds