Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_edit.c58 int attach, setalt; in ex_edit() local
78 setalt = 0; in ex_edit()
86 setalt = 1; in ex_edit()
106 if (file_init(sp, frp, NULL, (setalt ? FS_SETALT : 0) | in ex_edit()
/netbsd-src/games/atc/
H A Dinput.c86 static const char *setalt(int);
166 { NUMTOKEN, 7, " %c000 feet", setalt },
563 setalt(int c) in setalt() function