Home
last modified time | relevance | path

Searched refs:excp (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/vi/ex/
H A Dex_argv.c43 argv_init(SCR *sp, EXCMD *excp) in argv_init() argument
51 excp->argv = exp->args; in argv_init()
52 excp->argc = exp->argsoff; in argv_init()
73 excp->argv = exp->args; in argv_exp0()
74 excp->argc = exp->argsoff; in argv_exp0()
281 excp->argv = exp->args; in argv_exp3()
282 excp->argc = exp->argsoff; in argv_exp3()
321 F_SET(excp, E_MODIFY); in argv_fexp()
336 F_SET(excp, E_MODIFY); in argv_fexp()
350 F_SET(excp, E_MODIFY); in argv_fexp()
[all …]
/openbsd/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp514 struct OurBaseException_t *excp = (struct OurBaseException_t*) in handleActionValue() local
516 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue()
524 (void*)excp); in handleActionValue()