Lines Matching defs:strp
1068 char *strp;1075 strp = &outbuf[0];1081 *strp++ = BACKGND;1083 strp = scnline(scnkey[(int)c][scnhgt-1-d],1084 strp, cc);1088 *strp++ = BACKGND;1089 *strp++ = BACKGND;1091 while (*--strp == BACKGND && strp >= outbuf)1093 strp++;1094 *strp++ = '\n'; 1095 (void)write(scfd, outbuf, strp-outbuf);
Indexes created Thu Oct 02 14:10:14 GMT 2025