Searched refs:funny (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/eqn/ |
H A D | funny.c | 22 funny(int n) function 37 (void) error(FATAL, gettext("funny type %d in funny"), n);
|
H A D | e.y | 185 | SUM { funny(SUM); } 186 | PROD { funny(PROD); } 187 | UNION { funny(UNION); } 188 | INTER { funny(INTER); } /* intersection */
|
/illumos-gate/usr/src/cmd/eqn/eqn.d/ |
H A D | Makefile | 10 CSRCS = diacrit.c eqnbox.c font.c fromto.c funny.c \
|
/illumos-gate/usr/src/cmd/eqn/neqn.d/ |
H A D | Makefile | 10 CSRCS = diacrit.c eqnbox.c font.c fromto.c funny.c \
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 184 static char funny[FNSIZE]; variable 839 * funny points to a valid file which must 844 if ((io = creat(funny, FMODE(Fl))) >= 0) { 845 chown(funny, Fl.st_uid, Fl.st_gid); 846 chmod(funny, FMODE(Fl)); 850 if (rename(funny, file)) 1201 if (funlink) unlink(funny); /* remove tmp file */ 2315 if ((i = expnd((char *)sp, funny, &sz, &fss)) == -1) { 2316 write(1, funny, fss.Flim & 0377); 2322 write(1, funny, s [all...] |
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 3894 % This counter is funny since it counts through charcodes of letters A, B, ...
|
Completed in 62 milliseconds