Home
last modified time | relevance | path

Searched refs:exception_code (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dwindows_.h50 # define exception_code() __exception_code macro
H A Ddwmainc.c428 } __except(exception_code() == EXCEPTION_STACK_OVERFLOW) { in main()
H A Ddwmain.c340 } __except(exception_code() == EXCEPTION_STACK_OVERFLOW) { in new_main()