Searched refs:tgotobuf (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtermcap.c83 STATIC_VAR char tgotobuf[20]; variable
85 #define tgoto(fmt, x, y) (Sprintf(tgotobuf, fmt, y+' ', x+' '), tgotobuf)
87 #define tgoto(fmt, x, y) (Sprintf(tgotobuf, fmt, y+1, x+1), tgotobuf)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtermcap.c83 STATIC_VAR char tgotobuf[20]; variable
85 #define tgoto(fmt, x, y) (Sprintf(tgotobuf, fmt, y+' ', x+' '), tgotobuf)
87 #define tgoto(fmt, x, y) (Sprintf(tgotobuf, fmt, y+1, x+1), tgotobuf)

Completed in 84 milliseconds