Searched refs:SUB (Results 1 – 17 of 17) sorted by relevance
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | regcmp.c | 34 #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 D | e.y | 43 %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 D | integral.c | 32 bshiftb(p, SUB, p1); in integral()
|
H A D | lookup.c | 31 "sub", SUB,
|
H A D | shift.c | 40 if (dir == SUB) { /* subscript */ in bshiftb()
|
/titanic_41/usr/src/cmd/file/ |
H A D | magicutils.c | 69 #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 D | sseblk.s | 91 #define SUB subq macro 94 #define SUB subl macro 110 SUB $1, cnt
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 67 %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 D | awk3.c | 1140 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 D | maketab.c | 54 { SUB, "sub", "sub" },
|
H A D | awk.g.y | 67 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT 94 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR 342 SUB | GSUB
|
H A D | awk.lx.l | 170 <A>sub { yylval.i = SUB; RET(SUB); }
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | subshell.sh | 333 SUB=(
|
H A D | options.sh | 451 SUB=(
|
/titanic_41/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.h | 182 #define SUB(x, y) ((seqnum_t)((x) - (y))) macro
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 10475 # Erase screen SUB 18491 # SUB Substitute * ^Z - - -
|
H A D | terminfo.src | 11847 # Erase screen SUB 20707 # SUB Substitute * ^Z - - -
|