Home
last modified time | relevance | path

Searched defs:npush (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtparm.c105 #define npush(x) if (stack_ptr < STACKSIZE) {\ macro
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtparm.c109 #define npush(x) \ macro
/titanic_41/usr/src/lib/libnsl/saf/
H A Ddoconfig.c273 int npush; /* count # of modules pushed */ in dopush() local
/titanic_41/usr/src/cmd/streams/strcmd/
H A Dstrchg.c495 restore(int npop, int npush) in restore()
/titanic_41/usr/src/cmd/autopush/
H A Dautopush.c518 int npush; /* number of modules to push */ in parse_line() local
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c191 npush(int x) in npush() function