Searched refs:forbid (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c56 #define forbid(a) { if (a) goto fonfon; } macro
176 forbid (cnt <= 0);
194 forbid (c == '0' || !isalpha(c) && !isascii(c) && !isdigit(c));
318 forbid(!islower(c));
350 forbid (lastcmd[0] == 0);
426 forbid(lineDOL()-lineDOT() <= vcnt-1-vcline);
440 forbid(lineDOT()-1<=vcline); /* line 1 already there */
473 forbid (c == 0);
488 forbid(addr > dol);
503 forbid (add
1418 #undef forbid macro
1419 #define forbid macro
[all...]
H A Dex_voper.c52 #define forbid(a) if (a) goto errlab; macro
142 forbid(!value(vi_LISP));
175 forbid(cnt <= 0);
281 forbid(lfind(2, cnt, opf, (line *)0) < 0);
298 forbid(lfind(3, cnt - 1, opf, (line *)0) < 0);
313 forbid(lfind(0, cnt, opf, (line *) 0) < 0);
332 forbid(lfind(1, cnt, opf, (line *) 0) < 0);
362 forbid(!i);
390 forbid(getkey() != c);
392 forbid(Xhadcn
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsort.pm141 I<forbid> what follows, it just leaves the choice open. Thus, after

Completed in 46 milliseconds