Home
last modified time | relevance | path

Searched refs:semicolon (Results 1 – 25 of 42) sorted by relevance

12

/dragonfly/usr.bin/indent/
H A Dindent.c119 ps.last_token = semicolon; in main()
268 parse(semicolon); in main()
505 (type_code != semicolon) && in main()
596 parse(semicolon); /* I said this was a kluge... */ in main()
737 case semicolon: /* got a ';' */ in main()
783 parse(semicolon); /* let parser know about end of stmt */ in main()
864 parse(semicolon); in main()
H A Dindent_codes.h50 #define semicolon 10 macro
H A Dlexi.c339 (state->last_token == semicolon || state->last_token == lbrace || in lexi()
430 code = semicolon; in lexi()
H A Dparse.c193 case semicolon: /* this indicates a simple stmt */ in parse()
/dragonfly/usr.bin/sed/
H A Dcompile.c173 semicolon: EATSPACE(); in compile_stream()
179 goto semicolon; in compile_stream()
237 goto semicolon; in compile_stream()
257 goto semicolon; in compile_stream()
347 goto semicolon; in compile_stream()
357 goto semicolon; in compile_stream()
/dragonfly/tools/regression/bin/sh/execution/
H A Dkilled1.04 # Do not change the semicolon to a newline as it would hide the bug.
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dhostconfig.texi119 always, use semicolon (@samp{;}).
143 If defined, a C statement (sans semicolon) that performs host-dependent
162 Define this macro to be a C statement (sans semicolon) that performs
207 If defined, a C statement (sans semicolon) that performs host-dependent
211 If defined, a C statement (sans semicolon) that performs host-dependent
H A Dcppenv.texi24 semicolon, and for almost all other targets it is a colon.
H A Dtm.texi4143 A C statement (sans semicolon) for initializing the variable
7691 A C statement (sans semicolon) to output to the stdio stream
7729 A C statement (sans semicolon) to output to the stdio stream
7753 A C statement (sans semicolon) to output to the stdio stream
7791 A C statement (sans semicolon) to output to the stdio stream
7800 A C statement (sans semicolon) to output to the stdio stream
7834 A C statement (sans semicolon) to output to the stdio stream
7842 A C statement (sans semicolon) to output to the stdio stream
7880 A C statement (sans semicolon) to output to the stdio stream
7891 A C statement (sans semicolon) to output to the stdio stream
[all …]
/dragonfly/test/cocci/
H A Dcomma.cocci2 // convert comma to semicolon
/dragonfly/contrib/file/magic/Magdir/
H A Dlisp11 # windows INF files often begin with semicolon and use CRLF as line end
H A Dwindows414 # start with colon or semicolon for comment line like Back2Life.cnt
656 # comment line starting with semicolon
801 # UTF-16 BOM followed by CR~0D00 , comment~semicolon~3B00 , section~bracket~5B00
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-xstormy16.texi34 A semicolon (@samp{;}) can be used to start a comment that extends
H A Dc-bfin.texi110 A semicolon must terminate every instruction. Sometimes a complete
128 terminated by a semicolon character.
H A Dc-lm32.texi219 A semicolon (@samp{;}) can be used to separate multiple statements on
H A Dc-z80.texi93 The semicolon @samp{;} is the line comment character;
H A Dc-d10v.texi103 A semicolon (@samp{;}) can be used anywhere on a line to start a
H A Dc-tilepro.texi42 Instructions must be separated by a newline or semicolon.
H A Dc-d30v.texi101 A semicolon (@samp{;}) can be used anywhere on a line to start a
H A Dc-tilegx.texi58 Instructions must be separated by a newline or semicolon.
H A Dc-msp430.texi159 A semicolon (@samp{;}) appearing anywhere on a line starts a comment
/dragonfly/contrib/bmake/
H A Dparse.c2803 char *semicolon = FindSemicolon(line); in ParseDependencyLine() local
2804 if (*semicolon != '\0') { in ParseDependencyLine()
2806 *semicolon = '\0'; in ParseDependencyLine()
2807 shellcmd = semicolon + 1; in ParseDependencyLine()
/dragonfly/bin/sh/
H A Dnodetypes52 NSEMI nbinary # two commands separated by a semicolon
/dragonfly/stand/boot/common/
H A Dhelp.common278 by setting the bootfile variable to a semicolon-separated list of
520 Specify root file system. <value> is a semicolon separated
/dragonfly/share/syscons/keymaps/
H A Del.iso07.kbd25 # Greek semicolon (ano teleia): Shift+'w/W' => �

12