Searched refs:is_first (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_emitter_streamline.c128 bool is_array = false, is_first = false; local
135 is_first = true;
140 sctx->ops->ucl_emitter_write_elt (ctx, obj, is_first, !is_array);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.h48 unsigned int is_first:1; member in struct:neighbor_report
H A Dwnm_sta.c631 if (nei->is_first)
1492 rep->is_first = 1;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp69 bool is_first = true; local
72 is_first ? is_first = false,"" : ", ", enum_value.string_value);
H A DOptions.cpp600 bool is_first = true; local
602 if (is_first) {
604 is_first = false;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dlog.c53 svn_boolean_t is_first;
78 if (copyfrom_info->is_first)
80 copyfrom_info->is_first = FALSE;
111 copyfrom_info.is_first = TRUE;
52 svn_boolean_t is_first; member in struct:copyfrom_info_t
/freebsd-11-stable/sys/dev/sbni/
H A Dif_sbni.c456 u_int is_first, frame_ok; local
459 if (check_fhdr(sc, &framelen, &frameno, &ack, &is_first, &crc)) {
461 upload_data(sc, framelen, frameno, is_first, crc) :
594 u_int is_first, u_int32_t crc)
598 if (is_first) {
616 /* now skip all frames until is_first != 0 */
621 if (is_first && !frame_ok) {
624 * is_first already... Drop entire packet.
828 u_int *ack, u_int *is_first, u_int32_t *crc_p)
845 *is_first
593 upload_data(struct sbni_softc *sc, u_int framelen, u_int frameno, u_int is_first, u_int32_t crc) argument
827 check_fhdr(struct sbni_softc *sc, u_int *framelen, u_int *frameno, u_int *ack, u_int *is_first, u_int32_t *crc_p) argument
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dlabel.y672 int is_first = pos.start < 0;
675 if (is_first) {

Completed in 110 milliseconds