Home
last modified time | relevance | path

Searched refs:for_each_ext_string (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcurses/tinfo/
H A Dlib_ti.c166 for_each_ext_string(i, tp) { in NCURSES_SP_NAME()
H A Dlib_termcap.c361 for_each_ext_string(i, tp) { in NCURSES_SP_NAME()
/openbsd/lib/libcurses/
H A Dterm_entry.h79 #define for_each_ext_string(n,tp) for(n = STRCOUNT; (int) n < (int) NUM_STRINGS(tp); n++) macro
/openbsd/usr.bin/tic/
H A Dtic.c3228 for_each_ext_string(j, tp) { in check_termtype()