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

123

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h89 #define DECL_RANGE(BASE, START, END) \
90 first##BASE = START, last##BASE = END,
91 #define LAST_DECL_RANGE(BASE, START, END) \
92 first##BASE = START, last##BASE = END
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dfloat.c186 xml_insert_element_with_attribute (LISTOFFLOATS, START,
H A Dnode.c668 xml_insert_element (NODENAME, START);
1045 xml_insert_element (NODENEXT, START);
1051 xml_insert_element (NODEPREV, START);
1057 xml_insert_element (NODEUP, START);
1228 xml_insert_element_with_attribute (ANCHOR, START, "name=\"%s\"", anchor);
H A Dindex.c722 xml_insert_element (PRINTINDEX, START);
H A Dmacro.c1103 if (arg == START)
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlex.l337 <MRI>"START" { RTOKEN(START); }
355 <MRI>"start" { RTOKEN(START); }
H A Dldgram.y149 %token INPUT_SCRIPT INPUT_MRI_SCRIPT INPUT_DEFSYM CASE EXTERN START
253 | START NAME
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_fast.c39 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, enumerator in enum:eap_fast_data::__anon4386
83 case START:
84 return "START";
434 data->state = START;
869 case START:
H A Deap_server_peap.c41 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, enumerator in enum:eap_peap_data::__anon4396
68 case START:
69 return "START";
184 data->state = START;
505 case START:
H A Deap_server_ttls.c45 START, PHASE1, PHASE2_START, PHASE2_METHOD, enumerator in enum:eap_ttls_data::__anon4405
65 case START:
66 return "START";
389 data->state = START;
542 case START:
/freebsd-9.3-release/usr.bin/yacc/
H A Dreader.c327 return (START);
1114 case START:
1198 case START:
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dpic.y194 %token START
241 %left UPPER LOWER NORTH SOUTH EAST WEST CENTER START END
1453 | START
H A Dlex.cpp512 { "start", START },
1910 case START:
1911 // recognise START only before OF
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_termios.c264 svr4_to_bsd_char(V,START);
364 bsd_to_svr4_char(V,START);
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm81 =item gen_encloser ( START, END )
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm108 =item gen_encloser ( START, END )
/freebsd-9.3-release/sys/dev/en/
H A Dmidway.c247 #define EN_WRAPADD(START, STOP, CUR, VAL) do { \
250 (CUR) = (START) + ((CUR) - (STOP)); \
253 #define WORD_IDX(START, X) (((X) - (START)) / sizeof(uint32_t))
/freebsd-9.3-release/sys/dev/firewire/
H A Dif_fwip.c306 #define START 0 macro
/freebsd-9.3-release/sys/net/
H A Dzlib.c4623 START, /* x: set up for LEN */ enumerator in enum:inflate_codes_state::__anon9601
4669 c->mode = START;
4703 case START: /* x: set up for LEN */
4815 c->mode = START;
4820 c->mode = START;
/freebsd-9.3-release/sys/geom/sched/
H A Dg_sched.c828 TRC_BIO_EVENT(START, bp);
/freebsd-9.3-release/contrib/ntp/
H A DMakefile.in562 WHERE-TO-START \

Completed in 175 milliseconds

123