Searched refs:strcount (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmkkey.awk65 strcount = 0;
70 printf("\t{ %d, KEY_F(%d) },\n", strcount, substr($1, 6, 2));
72 printf "\t{ %d, %s },\n", strcount, toupper($1);
73 ++strcount;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmkkey.awk66 strcount = 0;
71 printf("\t{ %d, KEY_F(%d) },\n", strcount, substr($1, 6, 2));
73 printf "\t{ %d, %s },\n", strcount, toupper($1);
74 ++strcount;
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c109 strcount; variable
502 i = search(strnames, strcount, infoname);
589 i = search(strnames, strcount, infoname);
1514 strcount = i;
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c836 int strcount; local
857 strcount = get_string_count(strdat, retval);
858 if (strcount > 1) {
860 strdat, strcount);

Completed in 60 milliseconds