Searched defs:lin (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinit_pair.c78 short lin = curscr->_maxy; local
85 /* must use lin=curscr->_maxy rather then LINES, because */
88 for (i = 0; i < lin; i++) {
/illumos-gate/usr/src/cmd/tbl/
H A Dt5.c136 oneh(int lin) argument
139 k = ctype(lin,0);
142 if (k != ctype(lin,icol))
H A Dt8.c282 funnies(int stl, int lin) argument
291 s = (int)table[lin][c].col;
302 fprintf(tabout, "(\\n(%du+\\n(%du-\\n(%c-u)/2u\n",c+CLEFT,c-1+ctspan(lin,c)+CRIGHT, s);
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiuspacket.c332 struct sockaddr_in *lin = (struct sockaddr_in *) local
337 if ((lin->sin_family == fin->sin_family) &&
338 (bcmp(&lin->sin_addr, &fin->sin_addr,
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_sort_line.c228 cmpr(const void *lin, const void *rin) argument
230 const struct a_line_area *l = lin;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c459 listofnames *list, *lin; local
545 lin = list;
546 for (list = lin; list; list = list->nextname) {
554 free_listofnames(lin);
574 free_listofnames(lin);
617 free_listofnames(lin);
641 free_listofnames(lin);
648 free_listofnames(lin);
671 free_listofnames(lin);
/illumos-gate/usr/src/cmd/ed/
H A Ded.c192 struct lin { struct
196 typedef struct lin *LINE;
1486 if ((int)sbrk(512 * sizeof (struct lin)) == -1) {
1820 endcore = fendcore - sizeof (struct lin);

Completed in 67 milliseconds