Home
last modified time | relevance | path

Searched refs:parm_index (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dmangle.c2432 int parm_index; in write_template_param() local
2443 parm_index = TEMPLATE_TYPE_IDX (parm); in write_template_param()
2448 parm_index = TEMPLATE_PARM_IDX (parm); in write_template_param()
2460 if (parm_index > 0) in write_template_param()
2461 write_unsigned_number (parm_index - 1); in write_template_param()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c2266 int parm_index; local
2277 parm_index = TEMPLATE_TYPE_IDX (parm);
2282 parm_index = TEMPLATE_PARM_IDX (parm);
2294 if (parm_index > 0)
2295 write_unsigned_number (parm_index - 1);
/openbsd/lib/libcurses/base/
H A Dlib_newterm.c315 (parm_index || in NCURSES_SP_NAME()
/openbsd/lib/libcurses/tty/
H A Dtty_update.c1845 } else if (parm_index && top == miny && bot == maxy) { in scroll_csr_forward()
1850 TIPARM_1(parm_index, n), in scroll_csr_forward()
2045 if ((((n == 1 && scroll_forward) || parm_index) in NCURSES_SP_NAME()
/openbsd/lib/libcurses/
H A Dterm.h340 #define parm_index CUR Strings[109] macro
H A DCaps440 parm_index indn str SF - - YBCG- scroll forward #1 lines (P)
/openbsd/lib/libcurses/tinfo/
H A Dtinfo_driver.c709 (parm_index || in drv_screen_init()
/openbsd/usr.bin/tic/
H A Dtic.c3244 PAIRED(parm_index, parm_rindex); in check_termtype()