Home
last modified time | relevance | path

Searched refs:opt_space (Results 1 – 25 of 80) sorted by relevance

1234

/dports/textproc/R-cran-bibtex/bibtex/inst/
H A Dbibparse.output13 2 | opt_space object_list opt_space
54 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space key_name opt_space TOKEN_COMMA opt_spa…
55 37 | TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space TOKEN_COMMA opt_space
75 49 assignment: assignment_lhs opt_space TOKEN_EQUALS opt_space value opt_space
580 …36 entry_head: TOKEN_ENTRY . opt_space TOKEN_LBRACE opt_space key_name opt_space TOKEN_COMMA opt_s…
726 …36 entry_head: TOKEN_ENTRY opt_space . TOKEN_LBRACE opt_space key_name opt_space TOKEN_COMMA opt_s…
815 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE . opt_space key_name opt_space TOKEN_COMMA opt_s…
898 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space . key_name opt_space TOKEN_COMMA opt_s…
989 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space key_name . opt_space TOKEN_COMMA opt_s…
1088 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space key_name opt_space . TOKEN_COMMA opt_s…
[all …]
H A Dobjects.output13 2 | opt_space object_list opt_space
54 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space key_name opt_space TOKEN_COMMA opt_spa…
55 37 | TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space TOKEN_COMMA opt_space
75 49 assignment: assignment_lhs opt_space TOKEN_EQUALS opt_space value opt_space
580 …36 entry_head: TOKEN_ENTRY . opt_space TOKEN_LBRACE opt_space key_name opt_space TOKEN_COMMA opt_s…
726 …36 entry_head: TOKEN_ENTRY opt_space . TOKEN_LBRACE opt_space key_name opt_space TOKEN_COMMA opt_s…
815 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE . opt_space key_name opt_space TOKEN_COMMA opt_s…
898 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space . key_name opt_space TOKEN_COMMA opt_s…
989 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space key_name . opt_space TOKEN_COMMA opt_s…
1088 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space key_name opt_space . TOKEN_COMMA opt_s…
[all …]
H A Dgrammar.output13 2 | opt_space object_list opt_space
54 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space key_name opt_space TOKEN_COMMA opt_spa…
55 37 | TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space TOKEN_COMMA opt_space
75 49 assignment: assignment_lhs opt_space TOKEN_EQUALS opt_space value opt_space
580 …36 entry_head: TOKEN_ENTRY . opt_space TOKEN_LBRACE opt_space key_name opt_space TOKEN_COMMA opt_s…
726 …36 entry_head: TOKEN_ENTRY opt_space . TOKEN_LBRACE opt_space key_name opt_space TOKEN_COMMA opt_s…
815 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE . opt_space key_name opt_space TOKEN_COMMA opt_s…
898 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space . key_name opt_space TOKEN_COMMA opt_s…
989 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space key_name . opt_space TOKEN_COMMA opt_s…
1088 …36 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space key_name opt_space . TOKEN_COMMA opt_s…
[all …]
/dports/textproc/R-cran-bibtex/bibtex/inst/grammar/
H A Dbibparse.y219 file: opt_space { junk1($1); YYACCEPT ; }
220 | opt_space object_list opt_space { junk3($1, $2, $3) ; YYACCEPT ; }
227 object: TOKEN_AT opt_space at_object {
231 | anything opt_space object {
274 entry_head: TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space key_name opt_space TOKEN_COMMA opt_space
275 …| TOKEN_ENTRY opt_space TOKEN_LBRACE opt_space TOKEN_COMMA opt_space { $$ = xx_entry_head_nokey( $…
285 preamble: TOKEN_PREAMBLE opt_space TOKEN_LBRACE opt_space value opt_space TOKEN_RBRACE { $$ = xx_…
288 string: TOKEN_STRING opt_space TOKEN_LBRACE opt_space assignment opt_space TOKEN_RBRACE { $$ = x…
292 …| value opt_space TOKEN_SHARP opt_space simple_value { $$ = xx_value( $1, $5) ; junk3( $2, $3, $4)…
303 assignment: assignment_lhs opt_space TOKEN_EQUALS opt_space value opt_space { $$ = xx_assignemen…
[all …]
/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Dsep.aug37 (* Variable: opt_space
38 Deletes a <Rx.opt_space> and default to an empty string *)
39 let opt_space = del Rx.opt_space "" var
42 Deletes a <Rx.opt_space> and default to a tab *)
43 let opt_tab = del Rx.opt_space "\t"
H A Dtrapperkeeper.aug37 let sep_with_spc = sep . Sep.opt_space
86 in let opt_space = del /[ \t]*/ ""
87 in let comma = opt_space . Util.del_str "," . opt_space
91 . sep_with_spc . lbrack . Sep.opt_space
92 . (elems . Sep.opt_space)?
H A Dinifile.aug51 = Sep.opt_space . del pat default
85 let sto_to_eol = Sep.opt_space . store Rx.space_in
97 let sto_to_comment = Sep.opt_space . store to_comment_re
103 let sto_multiline = Sep.opt_space
111 let sto_multiline_nocomment = Sep.opt_space
150 Util.comment_generic_seteol (Rx.opt_space . pat . Rx.opt_space) default eol
180 let empty = empty_generic Rx.opt_space comment_re
219 | [ kw . sep . Sep.opt_space . quoted . (comment|eol) ]
304 in [ kw . sep . (Sep.opt_space . bare)? . eol ]
305 | [ kw . sep . Sep.opt_space . quoted . eol ]
[all …]
H A Drx.aug19 (* Variable: opt_space
21 let opt_space = /[ \t]*/ var
32 A <cl> or a <opt_space> *)
33 let cl_or_opt_space = cl | opt_space
H A Daptsources.aug42 . Util.del_str "[" . Sep.opt_space
44 . Sep.opt_space . Util.del_str "]"
H A Dsip_conf.aug41 in Util.del_str "(" . Sep.opt_space
43 . Sep.opt_space . Util.del_str ")"
H A Dmysql.aug20 in [ Util.indent . key IniFile.entry_re . sep . Sep.opt_space . bare . (comment|IniFile.eol) ]
21 | [ Util.indent . key IniFile.entry_re . sep . Sep.opt_space . quoted . (comment|IniFile.eol) ]
H A Dnagioscfg.aug29 . Sep.opt_space . Sep.equal . Sep.opt_space
H A Daccess.aug40 let colon = del (Rx.opt_space . ":" . Rx.opt_space) " : "
H A Ddovecot.aug76 let entry = [ indent . key keys. eq . (Sep.opt_space . store value)? . eol ]
108 let indent = del Rx.opt_space "\t"
H A Dgtkbookmarks.aug25 let empty = Util.empty_generic Rx.opt_space
/dports/textproc/bibclean/bibclean-3.06/doc/
H A Dbibclean.idw933 \indexentry{opt_space@{\tt opt_space} rule}{411}
937 \indexentry{opt_space@{\tt opt_space} rule}{411}
955 \indexentry{opt_space@{\tt opt_space} rule}{411}
1007 \indexentry{opt_space@{\tt opt_space} rule}{412}
1031 \indexentry{opt_space@{\tt opt_space} rule}{412}
1039 \indexentry{opt_space@{\tt opt_space}}{412}
1061 \indexentry{opt_space@{\tt opt_space} rule}{412}
1079 \indexentry{opt_space@{\tt opt_space} rule}{412}
1090 \indexentry{opt_space@{\tt opt_space} rule}{412}
1094 \indexentry{opt_space@{\tt opt_space} rule}{412}
[all …]
H A Dbibclean.idx933 \indexentry{opt_space@{\tt opt_space} rule}{411}
937 \indexentry{opt_space@{\tt opt_space} rule}{411}
955 \indexentry{opt_space@{\tt opt_space} rule}{411}
1007 \indexentry{opt_space@{\tt opt_space} rule}{412}
1031 \indexentry{opt_space@{\tt opt_space} rule}{412}
1039 \indexentry{opt_space@{\tt opt_space}}{412}
1061 \indexentry{opt_space@{\tt opt_space} rule}{412}
1079 \indexentry{opt_space@{\tt opt_space} rule}{412}
1090 \indexentry{opt_space@{\tt opt_space} rule}{412}
1094 \indexentry{opt_space@{\tt opt_space} rule}{412}
[all …]
H A Dbibclean.ltx3039 opt_space
3040 | opt_space object_list opt_space
3045 \RULEINDEX{opt_space}%
3069 \RULEINDEX{opt_space}%
3108 \RULEINDEX{opt_space}%
3203 \RULEINDEX{opt_space}%
3251 \RULEINDEX{opt_space}%
3306 \RULEINDEX{opt_space}%
3350 \RULEINDEX{opt_space}%
3463 opt_space
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dy.output74 38 table: opt_space T_table @1 rows T_end_table opt_space
83 45 opt_space: string
222 opt_space (67)
710 45 opt_space: string .
735 38 table: opt_space . T_table @1 rows T_end_table opt_space
1246 38 table: opt_space T_table . @1 rows T_end_table opt_space
1402 38 table: opt_space T_table @1 . rows T_end_table opt_space
1421 38 table: opt_space T_table @1 rows . T_end_table opt_space
1453 38 table: opt_space T_table @1 rows T_end_table . opt_space
1562 45 opt_space: string .
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/
H A Dip6_flowlabel.c322 opt_space->hopopt = fl_opt->hopopt; in fl6_merge_options()
323 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()
324 opt_space->srcrt = fl_opt->srcrt; in fl6_merge_options()
329 opt_space->hopopt = NULL; in fl6_merge_options()
330 opt_space->dst0opt = NULL; in fl6_merge_options()
331 opt_space->srcrt = NULL; in fl6_merge_options()
332 opt_space->opt_nflen = 0; in fl6_merge_options()
334 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()
335 opt_space->opt_flen = fopt->opt_flen; in fl6_merge_options()
336 opt_space->tot_len = fopt->tot_len; in fl6_merge_options()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/
H A Dip6_flowlabel.c322 opt_space->hopopt = fl_opt->hopopt; in fl6_merge_options()
323 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()
324 opt_space->srcrt = fl_opt->srcrt; in fl6_merge_options()
329 opt_space->hopopt = NULL; in fl6_merge_options()
330 opt_space->dst0opt = NULL; in fl6_merge_options()
331 opt_space->srcrt = NULL; in fl6_merge_options()
332 opt_space->opt_nflen = 0; in fl6_merge_options()
334 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()
335 opt_space->opt_flen = fopt->opt_flen; in fl6_merge_options()
336 opt_space->tot_len = fopt->tot_len; in fl6_merge_options()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/
H A Dip6_flowlabel.c322 opt_space->hopopt = fl_opt->hopopt; in fl6_merge_options()
323 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()
324 opt_space->srcrt = fl_opt->srcrt; in fl6_merge_options()
329 opt_space->hopopt = NULL; in fl6_merge_options()
330 opt_space->dst0opt = NULL; in fl6_merge_options()
331 opt_space->srcrt = NULL; in fl6_merge_options()
332 opt_space->opt_nflen = 0; in fl6_merge_options()
334 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()
335 opt_space->opt_flen = fopt->opt_flen; in fl6_merge_options()
336 opt_space->tot_len = fopt->tot_len; in fl6_merge_options()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/l2tp/
H A Dl2tp_ip6.c493 struct ipv6_txoptions opt_space; in l2tp_ip6_sendmsg() local
566 opt = &opt_space; in l2tp_ip6_sendmsg()
590 opt = fl6_merge_options(&opt_space, flowlabel, opt); in l2tp_ip6_sendmsg()
591 opt = ipv6_fixup_options(&opt_space, opt); in l2tp_ip6_sendmsg()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/l2tp/
H A Dl2tp_ip6.c493 struct ipv6_txoptions opt_space; in l2tp_ip6_sendmsg() local
566 opt = &opt_space; in l2tp_ip6_sendmsg()
590 opt = fl6_merge_options(&opt_space, flowlabel, opt); in l2tp_ip6_sendmsg()
591 opt = ipv6_fixup_options(&opt_space, opt); in l2tp_ip6_sendmsg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/l2tp/
H A Dl2tp_ip6.c493 struct ipv6_txoptions opt_space; in l2tp_ip6_sendmsg() local
566 opt = &opt_space; in l2tp_ip6_sendmsg()
590 opt = fl6_merge_options(&opt_space, flowlabel, opt); in l2tp_ip6_sendmsg()
591 opt = ipv6_fixup_options(&opt_space, opt); in l2tp_ip6_sendmsg()

1234