| /titanic_54/usr/src/ucblib/libucb/port/gen/ |
| H A D | regex.c | 153 char bracket[NBRA]; in re_comp() local 154 char *bracketp = &bracket[0]; in re_comp() 182 if (bracketp != bracket) in re_comp() 251 if (bracketp <= bracket) in re_comp()
|
| /titanic_54/usr/src/lib/libbc/libc/gen/common/ |
| H A D | regex.c | 137 char bracket[NBRA]; in re_comp() local 138 char *bracketp = &bracket[0]; in re_comp() 166 if (bracketp != bracket) in re_comp() 235 if (bracketp <= bracket) in re_comp()
|
| /titanic_54/usr/src/lib/libc/port/gen/ |
| H A D | regexpr.c | 147 char bracket[NBRA]; in re_comp() local 148 char *bracketp = &bracket[0]; in re_comp() 176 if (bracketp != bracket) in re_comp() 246 if (bracketp <= bracket) in re_comp()
|
| /titanic_54/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
| H A D | BRACKETS_NOTE | 25 and bottom bracket pieces used by eqn. The files are only used if the character 30 There were some serious collisions with eqn's bracket building algorithm and 32 the bracket and brace pieces available in Adobe's Symbol are all quite different 36 bracket and brace characters available in Adobe's Symbol font. 45 to let you draw a good bracket piece that matched up nicely with the extender.
|
| /titanic_54/usr/src/head/ |
| H A D | regexp.h | 83 char bracket[NBRA], *bracketp; in compile() local 105 bracketp = bracket; in compile() 119 if (bracketp != bracket) in compile() 134 if (bracketp != bracket) in compile() 234 if (bracketp <= bracket) in compile()
|
| /titanic_54/usr/src/lib/libgen/common/ |
| H A D | reg_compile.c | 152 char bracket[NBRA], *bracketp; in _compile() local 164 bracketp = bracket; in _compile() 207 if (bracketp != bracket) in _compile() 343 if (bracketp <= bracket) in _compile()
|
| /titanic_54/usr/src/lib/libc/port/locale/ |
| H A D | regcomp.c | 915 char bracket[3 + MB_LEN_MAX]; in bothcases() local 920 p->next = bracket; in bothcases() 922 n = wcrtomb(bracket, ch, &mbs); in bothcases() 924 bracket[n] = ']'; in bothcases() 925 bracket[n + 1] = '\0'; in bothcases() 926 p->end = bracket+n+1; in bothcases() 967 char bracket[4]; in nonnewline() local 969 p->next = bracket; in nonnewline() 970 p->end = bracket+3; in nonnewline() 971 bracket[0] = '^'; in nonnewline() [all …]
|
| /titanic_54/usr/src/contrib/ast/src/lib/libast/misc/ |
| H A D | glob.c | 307 int bracket; in glob_dir() local 331 bracket = 0; in glob_dir() 359 if (!bracket) in glob_dir() 361 bracket = MATCH_META; in glob_dir() 369 meta |= bracket; in glob_dir() 393 bracket = 0; in glob_dir()
|
| /titanic_54/usr/src/cmd/tr/ |
| H A D | str.c | 50 static int bracket(STR *); 79 if (bracket(s)) 135 bracket(s) in bracket() function
|
| /titanic_54/usr/src/cmd/mandoc/ |
| H A D | predefs.in | 41 PREDEF("left-bracket", "[") 49 PREDEF("right-bracket", "]")
|
| /titanic_54/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
| H A D | deparse.c | 205 int bracket = 0; in p_tree() local 213 bracket=1; in p_tree() 234 if(bracket) in p_tree()
|
| H A D | lex.c | 2191 int bracket=0; in sh_endword() local 2245 if(mode==0 || (mode<0 && bracket)) in sh_endword() 2259 if(mode<0 && !bracket) in sh_endword() 2316 if((mode==0||(mode<0&&bracket)) || (inquote&1)) in sh_endword() 2370 if(--bracket<=0 && mode<0) in sh_endword() 2389 if(inlit || (bracket&&inquote)) in sh_endword() 2399 else if(bracket++==0) in sh_endword()
|
| H A D | xec.c | 3028 register int bracket = 0; in sh_trace() local 3053 bracket = 1; in sh_trace() 3057 if(bracket==0 || *argv || *cp!=']') in sh_trace()
|
| /titanic_54/usr/src/cmd/ast/libshell/ |
| H A D | Makefile.demo | 72 tests/bracket.sh \
|
| /titanic_54/usr/src/pkg/manifests/ |
| H A D | source-demo-system.mf | 118 file path=usr/demo/ksh/tests/bracket.sh
|
| /titanic_54/usr/src/cmd/sgs/libld/common/ |
| H A D | libld.msg | 48 # so tab characters are padded as needed after the closing bracket ].
|
| /titanic_54/usr/src/cmd/sendmail/cf/m4/ |
| H A D | proto.m4 | 160 # a class with just a left bracket (for identifying domain literals)
|
| /titanic_54/usr/src/data/hwdata/ |
| H A D | pci.ids | 21302 …b3 0007 ConnectX-4 EN network interface card, 40/56GbE dual-port QSFP28, PCIe3.0 x16, tall bracket 21309 …ConnectX-4 Lx EN network interface card, 25GbE single-port SFP28, PCIe3.0 x8, tall bracket, ROHS R6 21326 …X®-5 EN network interface card, 100GbE single-port QSFP28, PCIe3.0 x16, tall bracket; MCX515A-CCAT 21328 …tX®-5 EN network interface card, 10/25GbE dual-port SFP28, PCIe3.0 x8, tall bracket ; MCX512A-ACAT 21329 …2.0, Type 1, with host management, 25GbE dual-port SFP28, PCIe3.0 x8, no bracket Halogen free ; MC… 21333 …tX-5 Ex EN network interface card, 100GbE dual-port QSFP28, PCIe4.0 x16, tall bracket; MCX516A-CDAT 21334 …r OCP 3.0, with host management, 50GbE Dual-port QSFP28, PCIe4.0 x16, Thumbscrew (pull-tab) bracket
|
| /titanic_54/usr/src/cmd/look/ |
| H A D | words | 2968 bracket
|
| /titanic_54/usr/src/cmd/spell/ |
| H A D | list | 2967 bracket
|
| /titanic_54/usr/src/cmd/sendmail/cf/ |
| H A D | README | 4296 [ the class containing only a left bracket
|
| /titanic_54/usr/src/uts/intel/io/acpica/ |
| H A D | changes.txt | 4574 comments are supported, as well as the bracket [] comments.
|