Home
last modified time | relevance | path

Searched refs:ENDDEF (Results 1 – 25 of 102) sorted by relevance

12345

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/backlight/
H A Dams369fg06.c20 #define ENDDEF 0x2000 macro
43 ENDDEF, 0x0000
48 ENDDEF, 0x0000
54 ENDDEF, 0x0000
60 ENDDEF, 0x0000
112 ENDDEF, 0x0000
194 while ((wbuf[i] & DEFMASK) != ENDDEF) { in ams369fg06_panel_send_sequence()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/backlight/
H A Dams369fg06.c20 #define ENDDEF 0x2000 macro
43 ENDDEF, 0x0000
48 ENDDEF, 0x0000
54 ENDDEF, 0x0000
60 ENDDEF, 0x0000
112 ENDDEF, 0x0000
194 while ((wbuf[i] & DEFMASK) != ENDDEF) { in ams369fg06_panel_send_sequence()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/backlight/
H A Dams369fg06.c20 #define ENDDEF 0x2000 macro
43 ENDDEF, 0x0000
48 ENDDEF, 0x0000
54 ENDDEF, 0x0000
60 ENDDEF, 0x0000
112 ENDDEF, 0x0000
194 while ((wbuf[i] & DEFMASK) != ENDDEF) { in ams369fg06_panel_send_sequence()
/dports/devel/anjuta/anjuta-3.34.0/data/templates/
H A Dindent.tpl4 [+ENDDEF \+]
10 [+ENDDEF \+]
48 …Tabs") "1") "t" "nil")+]; c-basic-offset: [+IndentWidth+]; tab-width: [+TabWidth+] -*- [+ENDDEF \+]
/dports/devel/autogen/autogen-5.18.16/agen5/
H A Dfsm-trans.tlib53 ENDDEF state-table
117 ENDDEF enumerate-transitions
166 ENDDEF callback-transitions
232 ENDDEF machine-step
251 ENDDEF fsm-proc-variables
267 ENDDEF make-loop-proc
309 ENDDEF looping-machine
329 ENDDEF make-step-proc
357 ENDDEF stepping-machine
H A Dfsm-macro.tlib133 ENDDEF emit-invalid-msg
141 ENDDEF emit-cookie-args
167 ENDDEF build-callback
183 ENDDEF callbacks
197 ENDDEF run-callback
219 ENDDEF build-switch
243 ENDDEF run-switch
279 ENDDEF preamble
400 ENDDEF compute-transitions
/dports/devel/autogen/autogen-5.18.16/agen5/test/
H A Ddefine.test46 ENDDEF +][+
55 ENDDEF +]
76 ENDDEF nest =][=
H A Dreturn.test42 [= ENDDEF my-mac \=]
H A Ddynref.test43 ENDDEF =][=
/dports/net/ntp/ntp-4.2.8p15/sntp/ag-tpl/0-old/
H A Dcmd-doc.tlib130 ENDDEF build-doc
265 ENDDEF doc-sections
306 ENDDEF ao-sections
363 ENDDEF cond-section
580 ENDDEF mk-options
706 ENDDEF mk-authors
729 ENDDEF append-bugs
751 ENDDEF mk-copyright
762 ENDDEF mk-notes
771 ENDDEF append-notes
[all …]
/dports/devel/autogen/autogen-5.18.16/autoopts/tpl/
H A Dcmd-doc.tlib130 ENDDEF build-doc
278 ENDDEF doc-sections
319 ENDDEF ao-sections
376 ENDDEF cond-section
593 ENDDEF mk-options
719 ENDDEF mk-authors
742 ENDDEF append-bugs
764 ENDDEF mk-copyright
775 ENDDEF mk-notes
806 ENDDEF mk-files
[all …]
H A Doptmain.tlib106 ENDDEF build-test-main
198 ENDDEF for-each-main
381 ENDDEF stdin-as-input
427 ENDDEF emit-handler-proc
469 ENDDEF emit-trim-input
524 ENDDEF files-from-stdin
558 ENDDEF build-main
721 ENDDEF decl-callbacks
832 ENDDEF reset-clause
999 ENDDEF keyword-code
[all …]
H A Dagtexi-cmd.tpl187 ENDDEF emit-doc-sections
230 ENDDEF emit-description
278 ENDDEF emit-exit-status
288 ENDDEF emit-aliases
415 ENDDEF emit-opt-text
450 ENDDEF set-home-rc-vars
518 ENDDEF emit-one-rc-dir
685 ENDDEF emit-presets
717 ENDDEF header
765 ENDDEF emit-usage-opt
[all …]
H A Dstr2enum.tpl258 ENDDEF init-header
339 ENDDEF mk-finder
390 ENDDEF cvt-chars
461 ENDDEF mk-dispatch
565 ENDDEF mk-disp-code
638 ENDDEF find-part-match
689 ENDDEF mk-enum2name
848 ENDDEF run-gperf =]
H A Doptlib.tlib332 ENDDEF init-and-validate
487 ENDDEF save-name-morphs
546 ENDDEF set-defines
594 ENDDEF option-copyright
628 ENDDEF emit-help-text
648 ENDDEF emit-keyword-enum
678 ENDDEF emit-member-mask
816 ENDDEF Option_Defines
1101 ENDDEF opt-strs
1240 ENDDEF help-strs
[all …]
/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.y176 %token ENDDEF
369 statement : IMPORT LPAR uqstring RPAR ENDDEF { $$ = importFile($3); }
370 | DECLARE name string ENDDEF { declareMetadata($2,$3); $$ = gGlobal->nil; }
371 | DECLARE name name string ENDDEF { declareDefinitionMetadata($2,$3,$4); $$ = gGlobal->nil; }
420 definition : defname LPAR arglist RPAR DEF expression ENDDEF { $$ = cons($1,cons($3,$6)); setDefPr…
421 …| defname DEF expression ENDDEF { $$ = cons($1,cons(gGlobal->nil,$3)); setDefProp($1, yyfile…
422 | error ENDDEF { $$ = gGlobal->nil; yyerr++; }
425 recinition : recname DEF expression ENDDEF { $$ = cons($1,cons(gGlobal->nil,$3)); setDefProp(…
426 | error ENDDEF { $$ = gGlobal->nil; yyerr++; }
721 rule : LPAR arglist RPAR ARROW expression ENDDEF
H A Dfaustparser.hpp117 ENDDEF = 333, enumerator
252 #define ENDDEF 333 macro
/dports/devel/anjuta/anjuta-3.34.0/data/templates/licenses/
H A Dnone.tpl3 [+ENDDEF\+]
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/
H A DWML.xtext42 endName = ENDDEF;
89 terminal ENDDEF : '#enddef' !('\n'|'\r')* ('\r'? '\n')?;
/dports/devel/log4c/log4c-1.2.4/src/sd/
H A Ddomnode-xml-parser.h9 # define ENDDEF 257 macro
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/manual/yo/userguide/builtin/
H A Denddef.yo1 tt(ENDDEF) is obsolete, and should be replaced by tt(DECWSLEVEL).
/dports/shells/zsh/zsh-5.8.1/Doc/
H A Dversion.yo9 IFDEF(DECWSLEVEL)(DECWSLEVEL())(ENDDEF())\
H A Dzmacros.yo50 ENDDEF()\
/dports/devel/cook/cook-2.30/make2cook/
H A Dgram.y83 %token ENDDEF
447 : ENDDEF eoln
/dports/games/heroes/heroes-0.21/src/
H A Dprefs.tpl160 ENDDEF CREATE_STRUCT ~][~
169 ENDDEF REINIT_PREFS ~][~
181 ENDDEF SAVE_PREFS ~][~
198 ENDDEF LOAD_PREFS ~]

12345