Home
last modified time | relevance | path

Searched refs:rxerror (Results 1 – 12 of 12) sorted by relevance

/dports/net-mgmt/argus3/argus-3.0.8.2/include/
H A Dargus_dag.h65 uint8_t rxerror:1; member
/dports/net/libtrace/libtrace-3.0.19/lib/
H A Ddagformat.h93 LT_BITFIELD8 rxerror:1; /**< RX Error detected */ member
H A Dformat_dag24.c368 if (erfptr->flags.rxerror == 1) { in dag_prepare_packet()
H A Dformat_erf.c437 if (erfptr->flags.rxerror == 1) { in erf_prepare_packet()
H A Dformat_dag25.c823 if (erfptr->flags.rxerror == 1) { in dag_prepare_packet()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Dh316_imp.h141 bool rxerror; // TRUE if any modem error detected member
/dports/security/suricata/suricata-6.0.4/src/
H A Dsource-erf-file.c39 uint8_t rxerror:1; member
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dj.vim29 …st names nc nl pick quote require rjust rplc rxE rxall rxcomp rxcut rxeq rxerror rxfirst rxfree rx…
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dj.vim29 …st names nc nl pick quote require rjust rplc rxE rxall rxcomp rxcut rxeq rxerror rxfirst rxfree rx…
/dports/graphics/qgis/qgis-3.22.3/src/providers/grass/
H A Dqgsgrass.cpp2896 QRegExp rxerror( "GRASS_INFO_ERROR\\(\\d+,\\d+\\): (.*)" ); in parseModuleOutput() local
2927 else if ( rxerror.indexIn( input ) != -1 ) in parseModuleOutput()
2929 text = rxerror.cap( 1 ); in parseModuleOutput()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/grass/
H A Dqgsgrass.cpp2900 QRegExp rxerror( "GRASS_INFO_ERROR\\(\\d+,\\d+\\): (.*)" ); in parseModuleOutput() local
2931 else if ( rxerror.indexIn( input ) != -1 ) in parseModuleOutput()
2933 text = rxerror.cap( 1 ); in parseModuleOutput()
/dports/lang/rexx-imc/rexx-imc-1.76/
H A Drxfn.c55 void rxerror();
176 "ERRORTEXT", rxerror,
287 void rxerror(argc) /* errortext() function */ in rxerror() function