HomeSort by: relevance | last modified time | path
    Searched defs:beenhere (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/luna68k/luna68k/
trap.c 154 int beenhere = 0; local in function:userret
180 if (beenhere) {
190 beenhere = 1;
  /src/sys/arch/mac68k/mac68k/
trap.c 163 int beenhere = 0; local in function:userret
189 if (beenhere) {
199 beenhere = 1;
  /src/sys/arch/atari/atari/
trap.c 186 int beenhere = 0; local in function:userret
212 if (beenhere) {
222 beenhere = 1;
  /src/sys/arch/cesfic/cesfic/
trap.c 185 int beenhere = 0; local in function:userret
211 if (beenhere) {
221 beenhere = 1;
  /src/sys/arch/hp300/hp300/
trap.c 182 int beenhere = 0; local in function:userret
208 if (beenhere) {
218 beenhere = 1;
  /src/sys/arch/mvme68k/mvme68k/
trap.c 199 int beenhere = 0; local in function:userret
230 if (beenhere) {
240 beenhere = 1;
  /src/sys/arch/news68k/news68k/
trap.c 175 int beenhere = 0; local in function:userret
201 if (beenhere) {
211 beenhere = 1;
  /src/sys/arch/next68k/next68k/
trap.c 190 int beenhere = 0; local in function:userret
216 if (beenhere) {
226 beenhere = 1;
  /src/sys/arch/x68k/x68k/
trap.c 183 int beenhere = 0; local in function:userret
209 if (beenhere) {
219 beenhere = 1;
  /src/sys/arch/virt68k/virt68k/
trap.c 199 int beenhere = 0; local in function:userret
230 if (beenhere) {
240 beenhere = 1;
  /src/sys/arch/vax/boot/boot/
if_ni.c 97 static int beenhere = 0; variable in typeref:typename:int
193 if (beenhere++ && askname == 0)
524 if (beenhere) {
  /src/games/larn/
data.c 130 u_char beenhere[MAXLEVEL + MAXVLEVEL] = {0}; /* 1 if have been on variable in typeref:typename:u_char[]

Completed in 25 milliseconds