Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/ex/
HDex_edit.c48 int attach, setalt; in ex_edit() local
68 setalt = 0; in ex_edit()
76 setalt = 1; in ex_edit()
96 if (file_init(sp, frp, NULL, (setalt ? FS_SETALT : 0) | in ex_edit()
/dragonfly/games/atc/
HDinput.c110 static const char *setalt(int);
147 { NUMTOKEN, 7, " %c000 feet", setalt },
518 setalt(int c) in setalt() function