Searched refs:UINTR (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ie/
H A Dedit.h128 #define UINTR -4 /* user intr char synonym */ macro
H A Dedit.c1033 LONGJMP(env, UINTR);
1049 LONGJMP(env,(i==0?UEOF:UINTR)); /* What a mess! Give up */
H A Dvi.c593 case UINTR:
/ast/src/cmd/ksh93/include/
H A Dedit.h187 #define UINTR -3 /* user intr char synonym */ macro
/ast/src/cmd/ksh93/edit/
H A Dedit.c956 siglongjmp(ep->e_env, UINTR);
1014 siglongjmp(ep->e_env, UINTR);
1054 siglongjmp(ep->e_env, UINTR);
1103 siglongjmp(ep->e_env,(n==0?UEOF:UINTR));
H A Dvi.c568 case UINTR:
1389 c = UINTR;
1454 case UINTR:

Completed in 31 milliseconds