Searched refs:VERR (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/vim-55/runtime/syntax/
H A Dtasm.vim63 syn keyword tasmInstruction SHR SHRD SIDT SMSW STC STD STI STR SUB TEST VERR
H A Dmasm.vim210 syn keyword masmOpcode ARPL LAR LSL SGDT SIDT SLDT SMSW STR VERR VERW
H A Dnasm.vim319 syn keyword nasmSysInstruction ARPL LAR LSL VERR VERW
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregexec.c116 #define VERR(vv,e) (((vv)->err) ? (vv)->err : ((vv)->err = (e))) macro
117 #define ERR(e) VERR(v, e) /* record an error */
H A Dregcomp.c223 #define VERR(vv,e) \
225 #define ERR(e) VERR(v, e) /* record an error */
222 #define VERR macro
H A Dregc_color.c36 #define CERR(e) VERR(cm->v, (e))
H A Dregc_nfa.c36 #define NERR(e) VERR(nfa->v, (e))
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregexec.c112 #define VERR(vv,e) (((vv)->err) ? (vv)->err : ((vv)->err = (e))) macro
113 #define ERR(e) VERR(v, e) /* record an error */
H A Dregc_color.c40 #define CERR(e) VERR(cm->v, (e))
H A Dregcomp.c236 #define VERR(vv,e) ((vv)->nexttype = EOS, ((vv)->err) ? (vv)->err :\ macro
238 #define ERR(e) VERR(v, e) /* record an error */
H A Dregc_nfa.c39 #define NERR(e) VERR(nfa->v, (e))

Completed in 428 milliseconds