Searched refs:SUB (Results 1 – 18 of 18) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | regcmp.c | 34 #define SUB 10 macro 40 unsigned char sub[SUB]; 75 unsigned char sub[SUB]; in regcmp() 196 char* sub[SUB + 1]; in regex() 197 regmatch_t match[SUB + 1]; in regex() 212 if (regexec(&re->re, subject, SUB + 1, match, 0)) in regex()
|
/illumos-gate/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 | 30 bshiftb(p, SUB, p1); in integral()
|
H A D | lookup.c | 29 "sub", SUB,
|
H A D | shift.c | 38 if (dir == SUB) { /* subscript */ in bshiftb()
|
/illumos-gate/usr/src/cmd/file/ |
H A D | magicutils.c | 67 #define SUB 64 /* or'ed in, SUBstitution string, for example */ macro 504 ep->e_opcode |= SUB; in f_mkmtab() 577 if (ep->e_opcode & SUB) in f_ckmtab() 627 switch (ep->e_opcode & ~SUB) { in f_ckmtab() 844 if (ep->e_opcode & SUB) { in f_ckmtab() 1025 switch (op & ~SUB) { in op_to_name() 1088 if (ep->e_opcode & SUB) in f_prtmtab()
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 66 %token <node> ADD SUB MUL DIV REM INC DEC PRE_INC PRE_DEC 260 $$ = node(SUB, $1, $3); 375 $$ = node(SUB, const0, $2);
|
H A D | awk3.c | 1139 case SUB: in exprreduce() 1146 inc_oper->n_type = SUB; in exprreduce() 1162 inc_oper->n_type = SUB; in exprreduce() 1176 asn_oper->n_type = SUB; in exprreduce() 1288 case SUB: in arithmetic()
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 89 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE 117 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR 381 SUB | GSUB
|
H A D | maketab.c | 84 { SUB, "sub", "sub" },
|
H A D | lex.c | 84 { "sub", SUB, SUB },
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | oo.fr | 210 \ The metaclass SUB method, defined below, leaves the address 216 \ wordlist to prevent accidental use outside a SUB END-CLASS pair. 332 \ the wordlist of every class by the SUB method. 570 \ ** SUBCLASS is a nickname for a class's SUB method...
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | opcode.def | 18 OPCODE(SUB, BADOP, BADOP, FSUB, 2, OPF_TARGET)
|
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.h | 182 #define SUB(x, y) ((seqnum_t)((x) - (y))) macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | subshell.sh | 334 SUB=(
|
H A D | options.sh | 451 SUB=(
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 10475 # Erase screen SUB 18491 # SUB Substitute * ^Z - - -
|
H A D | terminfo.src | 11849 # Erase screen SUB 20709 # SUB Substitute * ^Z - - -
|