Searched refs:START (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dxref.c115 if (arg == START)
142 xml_insert_element_with_attribute (XREFNODENAME, START,
150 xml_insert_element_with_attribute (XREF, START,
159 xml_insert_element (CITE, START);
173 xml_insert_element (XREF, START);
174 xml_insert_element (XREFNODENAME, START);
179 xml_insert_element (XREFINFONAME, START);
185 xml_insert_element (XREFPRINTEDDESC, START);
191 xml_insert_element (XREFINFOFILE, START);
197 xml_insert_element (XREFPRINTEDNAME, START);
[all...]
H A Dxml.c642 xml_insert_element_with_attribute (TEXINFO, START, "lang=\"%s\"", language_table[language_code].abbrev);
644 xml_insert_element_with_attribute (TEXINFO, START, "xml:lang=\"%s\"", language_table[language_code].abbrev);
648 xml_insert_element (SETFILENAME, START);
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
[all...]
H A Dcmds.c379 if (arg == START)
386 if (arg == START)
400 if (arg == START)
426 if (arg == START)
444 if (arg == START)
464 if (arg == START)
480 if (arg == START)
510 if (arg == START)
532 if (arg == START)
552 if (arg == START)
[all...]
H A Ddefun.c265 insert_html_tag (START, "");
562 insert_html_tag (START, "b");
565 insert_html_tag (START, "var");
570 insert_html_tag (START, "b");
573 insert_html_tag (START, "var");
577 insert_html_tag (START, "b");
580 insert_html_tag (START, "var");
587 insert_html_tag (START, "b");
590 insert_html_tag (START, "var");
H A Dinsertion.c453 xml_insert_element (MENU, START);
476 xml_insert_element (DETAILMENU, START);
489 insert_string ("START-INFO-DIR-ENTRY\n");
532 xml_insert_element (BOOKINFO, START);
535 xml_insert_element (LEGALNOTICE, START);
561 xml_insert_quotation (insertion_stack->item_function, START);
695 xml_insert_element (GROUP, START);
830 xml_insert_element (FLOAT, START);
833 xml_insert_element_with_attribute (FLOAT, START,
836 xml_insert_element (FLOATTYPE, START);
[all...]
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-query/
H A Ddisk-part.sh69 START="0"
93 START="${VAL}"
94 echo "${curpart}-blockstart: ${START}"
107 LASTB="`expr $SIZEB + $START`"
/freebsd-9.3-release/contrib/groff/src/preproc/soelim/
H A Dsoelim.cpp171 enum { START, MIDDLE, HAD_DOT, HAD_s, HAD_so, HAD_l, HAD_lf } state = START; enumerator in enum:__anon1572
177 case START:
184 state = START;
194 state = START;
207 state = START;
222 state = START;
237 state = START;
254 state = START;
270 state = START;
[all...]
/freebsd-9.3-release/sys/arm/include/
H A Dpmc_mdep.h53 #define PMC_IN_KERNEL_STACK(S,START,END) \
54 ((S) >= (START) && (S) < (END))
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbfspeed.c129 #define START 0 macro
138 if (s == START) {
150 if (s == START) {
190 Time_F(START);
209 Time_F(START);
226 Time_F(START);
247 Time_F(START);
H A Dbf_opts.c154 #define START 0 macro
163 if (s == START) {
175 if (s == START) {
195 Time_F(START); \
248 Time_F(START);
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5speed.c129 #define START 0 macro
138 if (s == START) {
150 if (s == START) {
190 Time_F(START);
209 Time_F(START);
226 Time_F(START);
247 Time_F(START);
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dcast_spd.c129 #define START 0 macro
138 if (s == START) {
150 if (s == START) {
190 Time_F(START);
209 Time_F(START);
226 Time_F(START);
247 Time_F(START);
H A Dcastopts.c164 #define START 0 macro
173 if (s == START) {
185 if (s == START) {
205 Time_F(START); \
258 Time_F(START);
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2speed.c129 #define START 0 macro
138 if (s == START) {
150 if (s == START) {
190 Time_F(START);
209 Time_F(START);
226 Time_F(START);
247 Time_F(START);
/freebsd-9.3-release/crypto/openssl/crypto/rc4/
H A Drc4speed.c129 #define START 0 macro
138 if (s == START) {
150 if (s == START) {
190 Time_F(START);
208 Time_F(START);
225 Time_F(START);
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbnspeed.c127 #define START 0 macro
136 if (s == START) {
148 if (s == START) {
195 Time_F(START);
209 Time_F(START);
224 Time_F(START);
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dspeed.c134 #define START 0 macro
143 if (s == START) {
155 if (s == START) {
200 Time_F(START);
221 Time_F(START);
234 Time_F(START);
252 Time_F(START);
268 Time_F(START);
283 Time_F(START);
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Didea_spd.c129 #define START 0 macro
138 if (s == START) {
150 if (s == START) {
190 Time_F(START);
210 Time_F(START);
228 Time_F(START);
245 Time_F(START);
266 Time_F(START);
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dmain.cpp317 enum { START, MIDDLE, HAD_DOT, HAD_P, HAD_PS, HAD_l, HAD_lf } state = START; enumerator in enum:__anon1566
323 case START:
330 state = START;
340 state = START;
353 state = START;
368 state = START;
378 state = START;
395 state = START;
415 state = START;
[all...]
/freebsd-9.3-release/sys/amd64/include/
H A Dpmc_mdep.h114 #define PMC_IN_KERNEL_STACK(S,START,END) \
115 ((S) >= (START) && (S) < (END))
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh2 # CDDL HEADER START
51 printf("START %s:%s:%s:%s\n",
78 die "expected START at \$.\n" unless /^START/;
/freebsd-9.3-release/sys/i386/include/
H A Dpmc_mdep.h139 #define PMC_IN_KERNEL_STACK(S,START,END) \
140 ((S) >= (START) && (S) < (END))
/freebsd-9.3-release/crypto/openssl/apps/
H A Dspeed.c350 # define START 0 macro
365 if (s == START) {
386 if (s == START) {
403 if (s == START) {
422 if (s == START) {
440 if (s == START) {
455 if (s == START) {
1429 Time_F(START);
1639 Time_F(START);
1652 Time_F(START);
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/tbl/
H A Dmain.cpp33 enum { START, MIDDLE, enumerator in enum:table_input::__anon1573
46 : fp(p), state(START)
71 case START:
127 c = getc(fp); // perhaps state ought to be START now
144 state = START;
186 enum { START, MIDDLE, HAD_DOT, HAD_T, HAD_TS, HAD_l, HAD_lf } state; enumerator in enum:__anon1574
187 state = START;
191 case START:
205 state = START;
219 state = START;
1286 START, MIDDLE, GOT_T, GOT_RIGHT_BRACE, GOT_DOT, enumerator in enum:__anon1576
[all...]
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_tls.c28 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_tls_data::__anon4403
36 case START:
37 return "START";
66 data->state = START;
126 case START:

Completed in 195 milliseconds

123