Searched defs:no (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/nmake/
H A DTABLE.mk107 * [no|NO]op1[=value]
108 * [no|NO]op2[=value] {
114 * if options then op names matching no* are placed in noname[name]=value
116 * TABLE.all=1 or TABLE.all.name=1 enables all no* entries
126 local I K P X all level=0 no=
133 .TABLE.no.$(level). :=
138 .TABLE.no.$(level). := $(no)
140 if P == "no*"
143 no macro
148 no = NO macro
165 no := macro
195 no := $(.TABLE.no.$(level).) macro
[all...]
/ast/src/cmd/ksh93/sh/
H A Dstring.c83 int no; local
100 if(no = *t=='n' && *(t+1)=='o' && *(t+2)!='t')
108 *invert ^= no;
118 no = !no;
121 *invert ^= no;
132 inv = no;
/ast/src/cmd/mailx/
H A Dspam.c486 int no; local
513 ok = no = fromours = me = 0;
744 no++;
768 note(0, "spam: ok=%d no=%d test=%s", ok, no, buf);
770 if (no > ok)
772 if (ok > no)
H A Dcmd1.c747 int no; local
754 no = 0;
758 no = 2;
762 no = 2;
765 mark += no;
770 if (no) {
/ast/src/cmd/coshell/
H A Dmisc.c194 int no; local
206 if (no = *s == 'n' && *(s + 1) == 'o' && (isalnum(*(s + 2)) || *(s + 2) == '_')) s += 2;
324 for (no = 0; state.gids[no] != (gid_t)-1; no++)
325 if (gid == state.gids[no])
412 if (!no && np < rep)
/ast/src/lib/libtksh/tcl/
H A Dregexp.c12 * this software, no matter how awful, even if they arise
99 #define END 0 /* no End of program. */
100 #define BOL 1 /* no Match "" at beginning of line. */
101 #define EOL 2 /* no Match "" at end of line. */
102 #define ANY 3 /* no Match any one character. */
106 #define BACK 7 /* no Match "", "next" ptr points backward. */
108 #define NOTHING 9 /* no Match empty string. */
111 #define OPEN 20 /* no Mark this point in input as start of #n. */
113 #define CLOSE (OPEN+NSUBEXP) /* no Analogous to OPEN. */
949 register int no; local
978 register int no; local
1018 register int no; local
[all...]
/ast/src/lib/libast/misc/
H A Doptget.c4225 * 0 no more options
4270 int no; local
4394 * long with no prefix (dd style)
4490 no = *(s + 2) == '-' ? 3 : 2;
4492 no = 0;
4574 * no option can start with these characters
4713 * were no matches so
4761 nov = no;
4856 if (n = no)
5178 return opterror(no
[all...]

Completed in 64 milliseconds