Searched refs:d2 (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libast/comp/ |
H A D | dup2.c | 35 dup2(int d1, int d2) 39 if (d1 == d2) return(d1); 41 close(d2); 43 return(fcntl(d1, F_DUPFD, d2));
|
/ast/src/lib/libtk/library/demos/ |
H A D | bind.tcl | 47 {2. A simple two-dimensional plot that allows you to adjust the positions of the data points.} d2 63 foreach tag {d1 d2 d3 d4 d5 d6} { 68 $w.text tag bind d2 <1> {source [file join $tk_library demos plot.tcl]}
|
/ast/src/cmd/ksh93/tests/ |
H A D | variables.sh | 360 for d2 in '' ' ' ':' ' :' ': ' ' : ' 362 case $f2$d2 in 363 '') split "$d0$f1$d1$f2$d2" "[1]($f1)" "($f1)()" ;; 365 *) split "$d0$f1$d1$f2$d2" "[2]($f1)($f2)" "($f1)($f2)" ;; 386 for d2 in ' ' ':' ' :' ': ' ' : ' 388 case $f2$d2 in 392 $f2$d2|$d2$f3) continue ;; 397 '') split "$d0$f1$d1$f2$d2$f3$d3" "[2]($f1)($f2)" "($f1)($f2)" ;; 399 *) x=$f2$d2 [all...] |
/ast/src/cmd/mailx/ |
H A D | spam.c | 453 insider(register char* s, register char* e, int f, char* d1, int n1, char* d2, int n2) argument 462 if (n == n1 && strneq(s, d1, n1) || n == n2 && strneq(s, d2, n2))
|
Completed in 12 milliseconds