Home
last modified time | relevance | path

Searched refs:SUB (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/lib/libast/common/comp/
H A Dregcmp.c34 #define SUB 10 macro
40 unsigned char sub[SUB];
74 unsigned char sub[SUB]; in regcmp()
189 char* sub[SUB + 1]; in regex()
190 regmatch_t match[SUB + 1]; in regex()
199 if (regexec(&re->re, subject, SUB + 1, match, 0)) in regex()
/titanic_41/usr/src/cmd/eqn/
H A De.y43 %right SUP SUB
99 | box sub box sbox %prec SUB { shift2($1, $3, $4); }
100 | box sub box %prec SUB { bshiftb($1, $2, $3); }
102 | int sub box sbox %prec SUB { integral($1, $3, $4); }
103 | int sub box %prec SUB { integral($1, $3, 0); }
173 sub : SUB { shift(SUB); }
H A Dintegral.c32 bshiftb(p, SUB, p1); in integral()
H A Dlookup.c31 "sub", SUB,
H A Dshift.c40 if (dir == SUB) { /* subscript */ in bshiftb()
/titanic_41/usr/src/cmd/file/
H A Dmagicutils.c69 #define SUB 64 /* or'ed in, SUBstitution string, for example */ macro
506 ep->e_opcode |= SUB; in f_mkmtab()
579 if (ep->e_opcode & SUB) in f_ckmtab()
629 switch (ep->e_opcode & ~SUB) { in f_ckmtab()
846 if (ep->e_opcode & SUB) { in f_ckmtab()
1027 switch (op & ~SUB) { in op_to_name()
1090 if (ep->e_opcode & SUB) in f_prtmtab()
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dsseblk.s91 #define SUB subq macro
94 #define SUB subl macro
110 SUB $1, cnt
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk.y67 %token <node> ADD SUB MUL DIV REM INC DEC PRE_INC PRE_DEC
261 $$ = node(SUB, $1, $3);
376 $$ = node(SUB, const0, $2);
H A Dawk3.c1140 case SUB: in exprreduce()
1147 inc_oper->n_type = SUB; in exprreduce()
1163 inc_oper->n_type = SUB; in exprreduce()
1177 asn_oper->n_type = SUB; in exprreduce()
1291 case SUB: in arithmetic()
/titanic_41/usr/src/cmd/awk/
H A Dmaketab.c54 { SUB, "sub", "sub" },
H A Dawk.g.y67 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT
94 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
342 SUB | GSUB
H A Dawk.lx.l170 <A>sub { yylval.i = SUB; RET(SUB); }
/titanic_41/usr/src/lib/libshell/common/tests/
H A Dsubshell.sh333 SUB=(
H A Doptions.sh451 SUB=(
/titanic_41/usr/src/uts/common/io/sfe/
H A Dsfe_util.h182 #define SUB(x, y) ((seqnum_t)((x) - (y))) macro
/titanic_41/usr/src/cmd/terminfo/
H A Dtermcap.src10475 # Erase screen SUB
18491 # SUB Substitute * ^Z - - -
H A Dterminfo.src11847 # Erase screen SUB
20707 # SUB Substitute * ^Z - - -