Searched refs:LIST (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/nmake/
H A Dmsgcat.mk48 .MSGCAT.LIST. : .FUNCTION
72 .MSGCAT : .ONOBJECT $$(.MSGCAT.LIST.)
H A DMakerules.mk29 .ANCESTOR.LIST = $(-ancestor-source) .SOURCE.a lib .SOURCE.h include
38 set option=';ancestor-source;s;-;A list of \b.SOURCE\b\a.suffix\a \adirectory\a pairs added to the ancestor directory search.;.SOURCE.suffix directory...:=$(.ANCESTOR.LIST)'
503 .BUILT. = $(...:T=XU:A!=.TERMINAL:T=F:P=L:N!=/*$(.INSTALL.LIST.:@/ /|/G:/^./|&/)$(VROOT:?|$(VROOT)/*??)$(-global:@/:/|/G:/^./|&/)|$(CATALOG).msg:T=G)
651 if ! "$(.LIBRARY.LIST.)" || "$(.PACKAGE.LIBRARY. $(B))" != "-l"
1052 .ARCLEAN.LIST. : .FUNCTION
1064 $(.ARCLEAN.LIST.:K=$(RM) $(RMFLAGS))
1067 $(CCLD) $(CCLDFLAGS) -o $(<) $(.SHARED.LIST. $(.SHARED.LIST.LIBS.))
1078 $(CC) $(CCFLAGS) $(CCLDFLAGS) -o $(<) $(.SHARED.LIST. $(.SHARED.LIST
[all...]
/ast/src/cmd/at/
H A Dat.c144 #define LIST (1<<5) macro
214 op |= LIST;
279 switch (op & (ACCESS|INFO|LIST|LOG|QUIT|REMOVE|STATUS|TRACE|UPDATE|USER|VERSION))
287 case LIST:
/ast/src/cmd/probe/
H A Dprobe.c150 #define LIST (1<<5) macro
330 options |= LIST;
619 if (options & LIST)
/ast/src/cmd/cs/
H A Dcs.c127 #define LIST (1<<0) macro
325 if (state.list &= ~LIST)
440 state.list |= LIST;
637 else if (state.list & LIST)
/ast/src/cmd/tw/
H A Dtw.c340 #define LIST ((Exnode_t*)1) macro
701 state.action = LIST;
985 else if (state.action == LIST)
/ast/src/cmd/html/
H A Dtroff2html.c210 #define LIST 0x4000 macro
1768 message((-2, "LIST %d %d %d:%d %d:%d ops=%d df=%d dc=%d dl=%d", state.list - state.list_stack, state.list->dl, state.list->ti, state.list->in, force ? state.env->ti.current : 0, state.env->in.current, state.list - list, force, state.it.dc, state.it.dl));
4835 flags |= LIST;
4849 if ((flags & (LINE|LIST)) == (LINE|LIST))

Completed in 450 milliseconds