Home
last modified time | relevance | path

Searched refs:START (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.c643 …xml_insert_element_with_attribute (TEXINFO, START, "lang=\"%s\"", language_table[language_code].ab… in xml_begin_document()
645 …xml_insert_element_with_attribute (TEXINFO, START, "xml:lang=\"%s\"", language_table[language_code… in xml_begin_document()
649 xml_insert_element (SETFILENAME, START); in xml_begin_document()
799 if ( ( (arg == START) &&
815 if (arg == START)
827 if (!xml_dont_touch_items_defs && arg == START)
833 xml_insert_element (ITEM, START);
839 xml_insert_element (DEFINITIONITEM, START);
866 if (arg == START)
879 if (arg == START && !xml_in_para && !xml_no_para
[all …]
H A Dxref.c117 if (arg == START) in cm_xref()
144 xml_insert_element_with_attribute (XREFNODENAME, START, in cm_xref()
152 xml_insert_element_with_attribute (XREF, START, in cm_xref()
161 xml_insert_element (CITE, START); in cm_xref()
175 xml_insert_element (XREF, START); in cm_xref()
176 xml_insert_element (XREFNODENAME, START); in cm_xref()
181 xml_insert_element (XREFINFONAME, START); in cm_xref()
187 xml_insert_element (XREFPRINTEDDESC, START); in cm_xref()
193 xml_insert_element (XREFINFOFILE, START); in cm_xref()
199 xml_insert_element (XREFPRINTEDNAME, START); in cm_xref()
[all …]
H A Dcmds.c380 if (arg == START) in insert_self()
387 if (arg == START) in insert_space()
401 if (arg == START) in cm_comma()
427 if (arg == START) in cm_dots()
445 if (arg == START) in cm_enddots()
465 if (arg == START) in cm_bullet()
481 if (arg == START) in cm_minus()
511 if (arg == START) in cm_TeX()
533 if (arg == START) in cm_LaTeX()
553 if (arg == START) in cm_copyright()
[all …]
H A Dinsertion.c453 xml_insert_element (MENU, START); in begin_insertion()
476 xml_insert_element (DETAILMENU, START); in begin_insertion()
532 xml_insert_element (BOOKINFO, START); in begin_insertion()
535 xml_insert_element (LEGALNOTICE, START); in begin_insertion()
561 xml_insert_quotation (insertion_stack->item_function, START); in begin_insertion()
695 xml_insert_element (GROUP, START); in begin_insertion()
830 xml_insert_element (FLOAT, START); in begin_insertion()
833 xml_insert_element_with_attribute (FLOAT, START, in begin_insertion()
836 xml_insert_element (FLOATTYPE, START); in begin_insertion()
840 xml_insert_element (FLOATPOS, START); in begin_insertion()
[all …]
H A Ddefun.c267 insert_html_tag (START, ""); in process_defun_args()
563 insert_html_tag (START, "b"); in defun_internal()
566 insert_html_tag (START, "var"); in defun_internal()
571 insert_html_tag (START, "b"); in defun_internal()
574 insert_html_tag (START, "var"); in defun_internal()
578 insert_html_tag (START, "b"); in defun_internal()
581 insert_html_tag (START, "var"); in defun_internal()
588 insert_html_tag (START, "b"); in defun_internal()
591 insert_html_tag (START, "var"); in defun_internal()
H A Dsectioning.c384 START, "label=\"%s\" xreflabel=\"%s\"", in sectioning_underscore()
389 START, "label=\"%s\"", in sectioning_underscore()
393 xml_insert_element (xml_element (secname), START); in sectioning_underscore()
395 xml_insert_element (TITLE, START); in sectioning_underscore()
407 xml_insert_element_with_attribute (xml_element (secname), START, in sectioning_underscore()
410 xml_insert_element_with_attribute (xml_element (secname), START, in sectioning_underscore()
414 xml_insert_element (xml_element (secname), START); in sectioning_underscore()
H A Dlang.c586 xml_insert_element_with_attribute (DOCUMENTLANGUAGE, START, "xml:lang=\"%s\"", lang_arg); in cm_documentlanguage()
735 if (arg == START) in cm_accent_generic_html()
846 if (arg == START) in cm_accent()
888 if (arg == START && isspace (input_text[input_text_offset])) in cm_accent_generic()
953 if (arg == START) in cm_special_char()
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dbits.h110 #define _MASKn(WIDTH, START, STOP) \ argument
112 >> (WIDTH - ((STOP) - (START) + 1))) \
115 #define MASK32(START, STOP) _MASKn(32, START, STOP) argument
116 #define MASK64(START, STOP) _MASKn(64, START, STOP) argument
127 #define MASK(START, STOP) \ argument
128 (((START) <= (STOP)) \
129 ? _MASKn(64, START, STOP) \
131 | _MASKn(64, START, 63)))
133 #define MASK(START, STOP) \ argument
134 (((START) <= (STOP)) \
[all …]
/netbsd-src/external/gpl2/groff/dist/src/preproc/soelim/
H A Dsoelim.cpp173 enum { START, MIDDLE, HAD_DOT, HAD_s, HAD_so, HAD_l, HAD_lf } state = START; in do_file() enumerator
179 case START: in do_file()
186 state = START; in do_file()
196 state = START; in do_file()
209 state = START; in do_file()
224 state = START; in do_file()
239 state = START; in do_file()
256 state = START; in do_file()
272 state = START; in do_file()
303 case START: in do_file()
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dinterval_tree_generic.h46 const KT __astart = START(__na), __alast = LAST(__na); \
47 const KT __bstart = START(__nb), __blast = LAST(__nb); \
65 const KT __nstart = START(__n), __nlast = LAST(__n); \
110 KASSERT(__start <= START(__node)); \
111 if (__last < START(__node)) \
128 if (__last < START(__next)) \
H A Dioport.h54 #define DEFINE_RES_MEM(START, SIZE) \ argument
55 { .start = (START), .end = (START) + ((SIZE) - 1) }
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dmain.cpp319 enum { START, MIDDLE, HAD_DOT, HAD_P, HAD_PS, HAD_l, HAD_lf } state = START; in do_file() enumerator
325 case START: in do_file()
332 state = START; in do_file()
342 state = START; in do_file()
355 state = START; in do_file()
370 state = START; in do_file()
380 state = START; in do_file()
397 state = START; in do_file()
417 state = START; in do_file()
430 case START: in do_file()
/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dmain.cpp35 enum { START, MIDDLE, enumerator
48 : fp(p), state(START) in table_input()
73 case START: in get()
146 state = START; in get()
188 enum { START, MIDDLE, HAD_DOT, HAD_T, HAD_TS, HAD_l, HAD_lf } state; in process_input_file() enumerator
189 state = START; in process_input_file()
193 case START: in process_input_file()
207 state = START; in process_input_file()
221 state = START; in process_input_file()
236 state = START; in process_input_file()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c209 #define START 0 macro
254 if (s == START) { in Time_F()
1919 Time_F(START); in speed_main()
2157 Time_F(START); in speed_main()
2169 Time_F(START); in speed_main()
2182 Time_F(START); in speed_main()
2195 Time_F(START); in speed_main()
2218 Time_F(START); in speed_main()
2232 Time_F(START); in speed_main()
2242 Time_F(START); in speed_main()
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dlloadd-all63 START=`date +%s`
69 … echo ">>>>> $BCMD completed ${TB}OK${TN} for $BACKEND after $(( $END - $START )) seconds."
71 echo ">>>>> $BCMD ${TB}failed${TN} for $BACKEND after $(( $END - $START )) seconds"
H A Dall64 START=`date +%s`
70 echo ">>>>> $BCMD completed ${TB}OK${TN} for $BACKEND after $(( $END - $START )) seconds."
72 echo ">>>>> $BCMD ${TB}failed${TN} for $BACKEND after $(( $END - $START )) seconds"
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dbounce_log.c165 #define START 0 /* still searching */ in bounce_log_read() macro
171 state = START; in bounce_log_read()
194 state = START; in bounce_log_read()
204 if (state == START) in bounce_log_read()
/netbsd-src/external/gpl3/binutils.old/dist/ld/emulparams/
H A Dhppaelf.sh7 START="$START$"
/netbsd-src/external/gpl3/binutils/dist/ld/emulparams/
H A Dhppaelf.sh7 START="$START$"
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c124 #define START 0 macro
169 if (s == START) { in Time_F()
1888 Time_F(START); in speed_main()
1901 Time_F(START); in speed_main()
1914 Time_F(START); in speed_main()
1927 Time_F(START); in speed_main()
1940 Time_F(START); in speed_main()
1953 Time_F(START); in speed_main()
1966 Time_F(START); in speed_main()
1979 Time_F(START); in speed_main()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_interr_timer_tcount.S118 LD32_LABEL(p1, START);
126 LD32_LABEL(r7, START);
134 START :
/netbsd-src/sys/arch/vax/consolerl/
H A Ddefboo.up18 LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
19 START 2 ! Start 'boot.' at the address 2
H A Ddefboo.hk18 LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
19 START 2 ! Start 'boot.' at the address 2
H A Ddefboo.hp18 LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
19 START 2 ! Start 'boot.' at the address 2
H A Ddefboo.ra18 LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
19 START 2 ! Start 'boot.' at the address 2

12345678910>>...13