Searched refs:terminator (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.y65 * We could hoist the command terminator for all the rules up here, but then
66 * the parser would reduce before shifting the terminator, which would require
75 command : terminator
115 | error terminator { semerr(gettext("Syntax error.\n")); }
117 unknown_cmd : SCV_WORD terminator
122 | SCV_WORD string_list terminator
138 validate_cmd : SCC_VALIDATE SCV_WORD terminator
143 | SCC_VALIDATE terminator { lscf_validate_fmri(NULL); }
144 | SCC_VALIDATE error terminator { synerr(SCC_VALIDATE); return(0); }
146 import_cmd : SCC_IMPORT string_list terminator
620 terminator : SCS_NEWLINE label
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_grammar.y129 terminator: '\n' label
132 statement: pipeline shell_pipe terminator {
137 | expression pipeline shell_pipe terminator {
142 | expression ',' expression pipeline shell_pipe terminator {
147 | ',' expression pipeline shell_pipe terminator {
153 | expression terminator {
181 | expression ',' expression shell_pipe terminator {
187 | ',' expression shell_pipe terminator {
194 | '!' MDB_TOK_STRING terminator {
200 | terminator {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm22 my ($filter, $terminator) = @_;
24 *{"${caller}::import"} = gen_filter_import($caller,$filter,$terminator);
135 my $terminator = shift;
144 gen_filter_import($caller,$multitransform,$terminator);
151 my ($class, $filter, $terminator) = @_;
152 my %terminator;
158 if (!defined $terminator) {
159 $terminator{terminator} = $def_terminator;
161 elsif (!ref $terminator || re
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y106 %type <cmd> terminator
110 commands: command terminator
120 | command error terminator
129 | error terminator
136 | terminator
158 terminator: '\n' { newline_terminated = B_TRUE; } label
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dscanner.l103 void multicharconstant(char terminator);
859 multicharconstant(char terminator)
863 /* scan until the terminator is found */
864 while ((c = yytext[yyleng++] = noncommentinput()) != terminator) {
882 * assume the terminator is missing, so put
904 if (c == terminator) {
/opensolaris-onvv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y166 %type <cmd> terminator
175 commands: command terminator
187 | command error terminator
199 | error terminator
206 | terminator
229 terminator: '\n' { newline_terminated = B_TRUE; } label
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm143 =item -E<gt>cat_decode($destination, $octets, $offset, $terminator [,$check])
146 Decoding will terminate when $terminator (a string) appears in output.
148 Returns true if $terminator appears output, else returns false.
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s481 add %o0, 8, %o0 ! skip section 2 terminator
495 add %o0, 8, %o0 ! skip section 3 terminator
509 add %o0, 8, %o0 ! skip section 4 terminator
519 add %o0, 8, %o0 ! skip section 5 terminator
/opensolaris-onvv-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c128 int terminator; /* pattern terminator */ member in struct:Cenv_s
923 if (c == 0 || c == env->delimiter || c == env->terminator)
963 if (!(c = *(env->cursor + 1)) || c == env->terminator)
997 if (env->type == BRE && (*(env->cursor + 1) == 0 || *(env->cursor + 1) == env->delimiter || *(env->cursor + 1) == env->terminator || *(env->cursor + 1) == '\\' && *(env->cursor + 2) == ')') || (env->flags & REG_MULTIPLE) && *(env->cursor + 1) == '\n')
1195 if (*env->cursor == 0 || *(env->cursor + 1) == 0 || *env->cursor == env->terminator || *(env->cursor + 1) == env->terminator || (env->flags & REG_ESCAPE) && (*env->cursor == env->delimiter || *env->cursor != '\\' && *(env->cursor + 1) == env->delimiter))
1206 if (!(c = *env->cursor) || c == env->terminator || c == env->delimiter && (env->flags & REG_ESCAPE))
1378 if (*env->cursor == env->terminator || *env->cursor == env->delimiter && (env->flags & REG_ESCAPE))
1474 if ((c = *env->cursor) == 0 || c == env->terminator || (en
[all...]
/opensolaris-onvv-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt109 null-terminator). Note that the delimiter is not meaningful
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm1195 it will be added as a terminator primary weight to the end of
1197 for terminator are set to zero.
1199 insertion of terminator weights will not be performed.
1207 to a sequence of collation elements), a terminator will not be added
1209 Addition of terminator is restricted to the next position
1214 automatically terminated with a terminator primary weight.
1215 These characters may need terminator included in a collation element
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCwd.pm47 terminator).
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm653 are always stored with a null terminator, and the length field
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm250 my $argend = '--'; # option list terminator
456 # Double dash is option list terminator.
1007 # Check for option or option list terminator.
2103 Note that the options terminator (default C<-->), if present, will
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm753 _failmsg qq{Missing here doc terminator ('$label') after "} .

Completed in 205 milliseconds