Searched refs:strip (Results 26 - 50 of 93) sorted by relevance

1234

/illumos-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A DMakefile58 clean clobber strip lint catalog:
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregfree.c71 if (g->strip != NULL)
72 free((char *)g->strip);
H A Dengine.c395 switch (OP(m->g->strip[es])) {
398 es += OPND(m->g->strip[es]);
401 while (OP(m->g->strip[es]) != O_CH)
402 es += OPND(m->g->strip[es]);
408 switch (OP(m->g->strip[ss])) {
507 esub = ss + OPND(m->g->strip[ss]) - 1;
508 assert(OP(m->g->strip[esub]) == OOR1);
513 assert(OP(m->g->strip[esub]) == OOR1);
515 assert(OP(m->g->strip[esub]) == OOR2);
517 esub += OPND(m->g->strip[esu
[all...]
H A Dregcomp.c66 sop *strip; /* malloced strip */ member in struct:parse
67 sopno ssize; /* malloced strip size (allocated) */
68 sopno slen; /* malloced strip length (used) */
199 p->strip = (sop *)malloc(p->ssize * sizeof (sop));
201 if (p->strip == NULL) {
604 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
605 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
986 sopno start, /* operand from here to end of strip */
1237 (void) memcpy((char *)(p->strip
[all...]
/illumos-gate/usr/src/cmd/troff/troff.d/
H A DMakefile66 strip := TARGET= strip macro
101 strip :
/illumos-gate/usr/src/cmd/print/lpset/
H A DMakefile53 strip:
/illumos-gate/usr/src/cmd/troff/troff.d/tmac.d/
H A DMakefile57 clean clobber lint strip :
/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py51 l = l.split('#', 2)[0].strip()
/illumos-gate/usr/src/cmd/lp/cmd/lptest/
H A DMakefile65 strip:
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A DMakefile70 strip:
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DMakefile60 clean clobber strip lint :
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DMakefile64 strip:
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A DMakefile70 strip:
/illumos-gate/usr/src/cmd/cpc/cputrack/
H A DMakefile.com56 strip:
/illumos-gate/usr/src/cmd/sgs/mcs/
H A DMakefile.com28 STRIPFILE= strip
/illumos-gate/usr/src/cmd/cpc/cpustat/
H A DMakefile59 strip: all
/illumos-gate/usr/src/cmd/tbl/
H A DMakefile63 strip :
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A DMakefile53 clean lint strip :
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A DMakefile98 strip:
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A DMakefile67 strip:
/illumos-gate/usr/src/cmd/lp/model/
H A DMakefile93 strip:
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A DMakefile103 strip:
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DMakefile77 strip:
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dllib-llp166 char * strip ( char * );
/illumos-gate/usr/src/tools/scripts/
H A Dcddlchk.py57 line = line.strip()
59 if line.strip().endswith('/'):

Completed in 151 milliseconds

1234