Searched refs:LINK (Results 1 - 17 of 17) sorted by relevance
/ast/src/cmd/bzip/ |
H A D | Makefile | 9 bzip :LINK: bzip2 11 bunzip :LINK: bzip2 13 bunzip2 :LINK: bzip2 15 bzcat :LINK: bzip2
|
/ast/src/cmd/cpp/ |
H A D | Makefile | 9 acpp :LINK: cpp
|
/ast/src/cmd/3d/ |
H A D | link3d.c | 43 return(LINK(path, target)); 55 if ((r = LINK(sp, tp)) && errno == ENOENT && (t = strrchr(tp, '/'))) 63 r = LINK(sp, tp);
|
H A D | open3d.c | 128 LINK(buf, path);
|
/ast/src/cmd/std/ |
H A D | Makefile | 29 $(PACKAGE_LOCAL)umount :LINK: $(PACKAGE_LOCAL)mount 43 csplit :LINK: split 51 expand :LINK: unexpand
|
/ast/src/cmd/builtin/ |
H A D | Makefile | 42 $(I) :LINK: $(T) 46 $(I) :LINK: $(T) 60 $(I) :LINK: $(T)
|
/ast/src/lib/libodelta/ |
H A D | suftree.h | 48 #define LINK(n) ((n)->_uls_._link) macro
|
H A D | suftree.c | 145 LINK(root) = root; 182 link = LINK(clocus); 219 LINK(list) = root; 234 LINK(locus) = link; 276 LINK(list) = root;
|
/ast/src/cmd/at/ |
H A D | Makefile | 14 $(PACKAGE_LOCAL)batch :LINK: $(PACKAGE_LOCAL)at
|
/ast/src/cmd/cs/vcs_src/ |
H A D | vcs_rscs.h | 88 #define LINK (1 << 2) macro 109 #define R_ISLINK(tp) (((tp)->type) & LINK)
|
/ast/src/lib/libast/vmalloc/ |
H A D | vmclear.c | 71 LINK(tp) = CACHE(vd)[C_INDEX(SIZE(tp))];
|
H A D | vmbest.c | 58 for(t = node; t; t = LINK(t)) 76 for(; list; list = LINK(list)) 124 for(t = CACHE(vd)[C_INDEX(SIZE(b))]; t; t = LINK(t)) 130 for(t = CACHE(vd)[S_CACHE]; t; t = LINK(t)) 149 for(t = LINK(node); t; t = LINK(t)) 262 if((r = LINK(root)) ) 265 LINK(l) = r; 339 if(root && (r = LINK(root)) ) 377 { LINK(f [all...] |
H A D | vmhdr.h | 347 #define LINK(b) ((b)->body.body.link) macro 361 ((((t) = LINK(b)) ? (LEFT(t) = LEFT(b)) : NIL(Block_t*) ), \ 362 (((t) = LEFT(b)) ? (LINK(t) = LINK(b)) : (TINY(vd)[i] = LINK(b)) ) )
|
H A D | vmprivate.c | 173 LINK(tp) = CACHE(vd)[C_INDEX(SIZE(tp))];
|
/ast/src/cmd/re/ |
H A D | Makefile | 9 red :LINK: ed 13 egrep fgrep :LINK: grep
|
/ast/src/cmd/html/ |
H A D | bb2tok.c | 46 #define LINK 0 macro 65 "a", "link/", LINK, 1, 105 if (head->lex == LINK && state->prev->lex == NAME && state->push) 277 PUSH(&state, op, &header[LINK]);
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 1389 .DO.LINK.OLD. : .FUNCTION 1396 .DO.LINK : .USE /* .ACCEPT .ACCEPT until dual-time implementation */ 1398 then $(.DO.LINK.OLD. $(<)) 2610 ":LINK:" : .MAKE .OPERATOR 2618 $(L) : .DO.LINK $(D) $(>) 2622 $(U) : .SPECIAL .DO.LINK $(>) 2633 $(U:D=$(T:V):B:S) $(L:N=/*) : .SPECIAL .SCAN.IGNORE .DO.LINK $(>:D=$(T:V):B:S)
|
Completed in 52 milliseconds