Searched refs:LT (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/nmake/
H A Dexpand.h61 #define LT (1<<0) macro
69 #define LE (LT|EQ)
114 "target", { ED_QUAL,LT },
120 "literal", { ED_QUAL,LT },
128 "sort", { ED_QUAL,LT },
H A Dconvert.c296 else sep = LT;
543 if (!(sep & LT))
H A Dexpand.c1038 case LT:
1068 case LT:
2940 if (r || (x || (sep & LT)) && (r = makerule(s)))
2964 if (sep & LT)
3031 * (sep&LT) lists the primary and secondary targets for name
3106 if ((state.questionable & 0x00040000) && !(sep & LT))
3591 s = (*ed && *ed != del || (qual & (NOT|EQ|LT|GT))) ? null : ed;
3610 if (qual & (NOT|EQ|LT|GT))
3616 if (qual & LT)
3618 if ((qual & (NOT|GT|LT))
[all...]
/ast/src/cmd/coshell/
H A Dmisc.c105 #define LT (1<<0) macro
111 #define LE (LT|EQ)
127 case LT:
157 case LT:
238 op = LT;

Completed in 16 milliseconds